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

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_register.c1486 * n_cvs - number of elements in the array to remove.
1489 usba_free_cv_array(usb_cvs_data_t *cv_array, uint_t n_cvs) argument
1494 for (cv_node = 0; cv_node < n_cvs; cv_node++) {
1500 kmem_free(cv_array, (sizeof (usb_cvs_data_t) * n_cvs));

Completed in 58 milliseconds