Searched defs:repl_array (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_register.c1262 usb_alt_if_data_t *repl_array; /* Base ptr to sparse array */ local
1309 repl_array = kmem_zalloc(
1320 (void *)&orig_addr[i], (void *)&repl_array[curr_value]);
1322 bcopy((char *)&orig_addr[i], (char *)&repl_array[curr_value],
1327 *array = repl_array;

Completed in 80 milliseconds