Searched refs:n_elements (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_register.c1231 * n_elements - array element count.
1235 usba_augment_array(void **addr, uint_t n_elements, uint_t element_size) argument
1237 *addr = usba_kmem_realloc(*addr, (n_elements * element_size),
1238 ((n_elements + 1) * element_size));
1251 * n_elements - number of elements in the array; may be modified
1254 usba_make_alts_sparse(usb_alt_if_data_t **array, uint_t *n_elements) argument
1256 uint_t n_orig_elements = *n_elements;
1328 *n_elements = n_repl_elements;
/illumos-gate/usr/src/cmd/mdb/common/modules/idm/
H A Didm.c124 int n_elements; member in struct:idm_hba_walk_info
3445 hwi->n_elements = ss->n_items;
3468 for (; hwi->cur_element < hwi->n_elements; hwi->cur_element++) {
3473 if (hwi->cur_element >= hwi->n_elements) {
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c3363 int nbytes, s, n_elements; local
3366 n_elements = 0;
3375 n_elements++;
3378 return (n_elements);

Completed in 77 milliseconds