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

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_util.c565 usb_cfg_descr_t confdescr; local
622 USB_CFG_DESCR_SIZE, &confdescr, USB_CFG_DESCR_SIZE);
631 confdescr.bConfigurationValue,
640 usba_device->usb_cfg_value = confdescr.bConfigurationValue;
643 usba_device->usb_cfg_length = confdescr.wTotalLength;
H A Dhubdi.c5503 usb_cfg_descr_t *confdescr; local
5517 confdescr = (usb_cfg_descr_t *)kmem_zalloc(USB_CFG_DESCR_SIZE,
5551 MBLKL(pdata), confdescr,
5567 if (confdescr->wTotalLength < USB_CFG_DESCR_SIZE) {
5586 confdescr->wTotalLength,
5594 confdescr->wTotalLength) {
5610 kmem_alloc(confdescr->wTotalLength, KM_SLEEP);
5612 confdescr->wTotalLength;
5615 confdescr->wTotalLength);
5622 if (confdescr
[all...]

Completed in 285 milliseconds