Searched refs:ordered_indices_length (Results 1 – 1 of 1) sorted by relevance
2418 size_t ordered_indices_length = 0; in ifioctl_iforder() local2432 ordered_indices_length = (ifo->ifo_count * sizeof(u_int32_t)); in ifioctl_iforder()2433 if (ordered_indices_length > 0) { in ifioctl_iforder()2438 ordered_indices = (u_int32_t *)kalloc_data(ordered_indices_length, in ifioctl_iforder()2446 ordered_indices, ordered_indices_length); in ifioctl_iforder()2481 kfree_data(ordered_indices, ordered_indices_length); in ifioctl_iforder()