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

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_register.c661 uint_t high_cfg_bound; /* High config index + 1. */ local
688 high_cfg_bound = usba_device->usb_n_cfgs;
693 high_cfg_bound = usba_device->usb_active_cfg_ndx + 1;
704 for (this_cfg_ndx = low_cfg_bound; this_cfg_ndx < high_cfg_bound;

Completed in 85 milliseconds