Home
last modified time | relevance | path

Searched refs:USB_BOS_TYPE_INVALID (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_bos.c195 bos[ncaps].ubos_type = USB_BOS_TYPE_INVALID; in usba_bos_save()
205 bos[ncaps].ubos_type = USB_BOS_TYPE_INVALID; in usba_bos_save()
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dbos.h38 #define USB_BOS_TYPE_INVALID 0x00 /* Internal, synthetic value */ macro