Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_quirks.c47 xhci_quirk_table_t *xqt; in xhci_quirks_populate() local
49 for (xqt = &xhci_quirks[0]; xqt->xqt_vendor != 0xffff; xqt++) { in xhci_quirks_populate()
50 if (xqt->xqt_vendor == xhcip->xhci_vendor_id && in xhci_quirks_populate()
51 xqt->xqt_device == xhcip->xhci_device_id) { in xhci_quirks_populate()
52 xhcip->xhci_quirks = xqt->xqt_quirks; in xhci_quirks_populate()
/illumos-gate/usr/src/cmd/bnu/
H A DMakefile.inc42 uuxqt.c versys.c xio.c xqt.c
64 ulockf.o xqt.o logent.o gnamef.o systat.o \