hnext              45 dev/usb/ehcivar.h 	LIST_ENTRY(ehci_soft_qtd) hnext;
hnext            1833 dev/usb/ohci.c 	LIST_INSERT_HEAD(&sc->sc_hash_tds[h], std, hnext);
hnext            1842 dev/usb/ohci.c 	LIST_REMOVE(std, hnext);
hnext            1853 dev/usb/ohci.c 	     std = LIST_NEXT(std, hnext))
hnext            1870 dev/usb/ohci.c 	LIST_INSERT_HEAD(&sc->sc_hash_itds[h], sitd, hnext);
hnext            1882 dev/usb/ohci.c 	LIST_REMOVE(sitd, hnext);
hnext            1893 dev/usb/ohci.c 	     sitd = LIST_NEXT(sitd, hnext))
hnext              56 dev/usb/ohcivar.h 	LIST_ENTRY(ohci_soft_td) hnext;
hnext              72 dev/usb/ohcivar.h 	LIST_ENTRY(ohci_soft_itd) hnext;