USB_BOS_PACKED_SIZE
if (bdesc->bLength != USB_BOS_PACKED_SIZE ||
bdesc->bNumDeviceCaps == 0 || len < USB_BOS_PACKED_SIZE ||
buf += USB_BOS_PACKED_SIZE;
len -= USB_BOS_PACKED_SIZE;
buf = mp->b_rptr + USB_BOS_PACKED_SIZE;
len = MIN(MBLKL(mp), bdesc->wTotalLength) - USB_BOS_PACKED_SIZE;
USB_BOS_PACKED_SIZE, /* wLength */
if (size < USB_BOS_PACKED_SIZE) {
if (bos.bLength != USB_BOS_PACKED_SIZE || bos.bNumDeviceCaps == 0) {
if (buf == NULL || bosp == NULL || buflen < USB_BOS_PACKED_SIZE ||
if (size < USB_BOS_PACKED_SIZE) {