Home
last modified time | relevance | path

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

/openbsd/src/regress/lib/libcrypto/x509/bettertls/certificates/
D1898.key14 xqh/2i/VcOsqx8URkSUvXIdEu1j85frHc5qV87J/YyvOipLX7f8qmCA806wZTCoT
/openbsd/src/sys/dev/usb/
Duhci.c2052 struct uhci_soft_qh *xqh; in uhci_device_request() local
2065 for (xqh = sxqh; in uhci_device_request()
2066 xqh != NULL; in uhci_device_request()
2067 xqh = (maxqh++ == 5 || xqh->hlink == sxqh || in uhci_device_request()
2068 xqh->hlink == xqh ? NULL : xqh->hlink)) { in uhci_device_request()
2069 uhci_dump_qh(xqh); in uhci_device_request()