Lines Matching defs:confdescr
5503 usb_cfg_descr_t *confdescr;
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->iConfiguration) {
5634 USB_LANG_ID, confdescr->iConfiguration,
5653 confdescr->iConfiguration);
5676 kmem_free(confdescr, USB_CFG_DESCR_SIZE);