Symbol: USB_CFG_DESCR_SIZE
usr/src/uts/common/io/usb/usba/hubdi.c
4560
&cfg_descr, USB_CFG_DESCR_SIZE);
usr/src/uts/common/io/usb/usba/hubdi.c
4562
if (rval != USB_CFG_DESCR_SIZE) {
usr/src/uts/common/io/usb/usba/hubdi.c
5758
confdescr = (usb_cfg_descr_t *)kmem_zalloc(USB_CFG_DESCR_SIZE,
usr/src/uts/common/io/usb/usba/hubdi.c
5771
USB_CFG_DESCR_SIZE,
usr/src/uts/common/io/usb/usba/hubdi.c
5779
if (MBLKL(pdata) != USB_CFG_DESCR_SIZE) {
usr/src/uts/common/io/usb/usba/hubdi.c
5793
USB_CFG_DESCR_SIZE);
usr/src/uts/common/io/usb/usba/hubdi.c
5808
if (confdescr->wTotalLength < USB_CFG_DESCR_SIZE) {
usr/src/uts/common/io/usb/usba/hubdi.c
5917
kmem_free(confdescr, USB_CFG_DESCR_SIZE);
usr/src/uts/common/io/usb/usba/hubdi.c
5995
child_ud->usb_cfg_array[config_index], USB_CFG_DESCR_SIZE,
usr/src/uts/common/io/usb/usba/hubdi.c
5996
&config_descriptor, USB_CFG_DESCR_SIZE);
usr/src/uts/common/io/usb/usba/hubdi.c
5997
ASSERT(size == USB_CFG_DESCR_SIZE);
usr/src/uts/common/io/usb/usba/hubdi.c
8598
&cfg_descr, USB_CFG_DESCR_SIZE);
usr/src/uts/common/io/usb/usba/hubdi.c
8600
if (size != USB_CFG_DESCR_SIZE) {
usr/src/uts/common/io/usb/usba/hubdi.c
8733
child_ud->usb_cfg_array[config_index], USB_CFG_DESCR_SIZE,
usr/src/uts/common/io/usb/usba/hubdi.c
8734
&cfg_descr, USB_CFG_DESCR_SIZE);
usr/src/uts/common/io/usb/usba/hubdi.c
8736
if (size != USB_CFG_DESCR_SIZE) {
usr/src/uts/common/io/usb/usba/hubdi.c
8873
&cfg_descr, USB_CFG_DESCR_SIZE);
usr/src/uts/common/io/usb/usba/hubdi.c
8874
ASSERT(size == USB_CFG_DESCR_SIZE);
usr/src/uts/common/io/usb/usba/usbai.c
768
&cfg_descr, USB_CFG_DESCR_SIZE);
usr/src/uts/common/io/usb/usba/usbai.c
769
ASSERT(rval == USB_CFG_DESCR_SIZE);
usr/src/uts/common/io/usb/usba/usbai.c
819
&cfg_descr, USB_CFG_DESCR_SIZE);
usr/src/uts/common/io/usb/usba/usbai.c
820
ASSERT(rval == USB_CFG_DESCR_SIZE);
usr/src/uts/common/io/usb/usba/usbai_register.c
481
USB_CFG_DESCR_SIZE);
usr/src/uts/common/io/usb/usba/usbai_util.c
1063
USB_CFG_DESCR_SIZE,
usr/src/uts/common/io/usb/usba/usbai_util.c
1076
MBLKL(pdata), &cfg_descr, USB_CFG_DESCR_SIZE);
usr/src/uts/common/io/usb/usba/usbai_util.c
623
USB_CFG_DESCR_SIZE, &confdescr, USB_CFG_DESCR_SIZE);
usr/src/uts/common/io/usb/usba/usbai_util.c
626
ASSERT(size == USB_CFG_DESCR_SIZE);