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

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_register.c660 uint_t this_cfg_ndx; /* Configuration counter. */ local
700 * this_cfg_ndx loops through all configurations presented;
704 for (this_cfg_ndx = low_cfg_bound; this_cfg_ndx < high_cfg_bound;
705 this_cfg_ndx++) {
708 usba_device->usb_cfg_array[this_cfg_ndx];
759 usb_cfg_str_descr[this_cfg_ndx];

Completed in 92 milliseconds