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

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_private.h359 #define USB_IF_DESCR_SIZE 9 /* interface descr size */ macro
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba.c1799 USB_IF_DESCR_SIZE);
1801 if (size != USB_IF_DESCR_SIZE) {
1804 "size (%lu) != USB_IF_DESCR_SIZE (%d)",
1805 size, USB_IF_DESCR_SIZE);
2571 USB_IF_DESCR_SIZE);
2573 if (size != USB_IF_DESCR_SIZE) {
2575 "parsing interface: size (%lu) != USB_IF_DESCR_SIZE (%d)",
2576 size, USB_IF_DESCR_SIZE);
H A Dusbai_util.c100 USB_IF_DESCR_SIZE);
102 if (size != USB_IF_DESCR_SIZE) {
104 "parsing interface: size (%lu) != USB_IF_DESCR_SIZE (%d)",
105 size, USB_IF_DESCR_SIZE);

Completed in 71 milliseconds