HomeSort by: relevance | last modified time | path
    Searched defs:nextux (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/usb/
uhci.c 1445 struct uhci_xfer *ux, *nextux; local in function:uhci_softintr
1465 TAILQ_FOREACH_SAFE(ux, &sc->sc_intrhead, ux_list, nextux) {
1474 TAILQ_FOREACH_SAFE(ux, &cq, ux_list, nextux) {
uhci.c 1445 struct uhci_xfer *ux, *nextux; local in function:uhci_softintr
1465 TAILQ_FOREACH_SAFE(ux, &sc->sc_intrhead, ux_list, nextux) {
1474 TAILQ_FOREACH_SAFE(ux, &cq, ux_list, nextux) {
uhci.c 1445 struct uhci_xfer *ux, *nextux; local in function:uhci_softintr
1465 TAILQ_FOREACH_SAFE(ux, &sc->sc_intrhead, ux_list, nextux) {
1474 TAILQ_FOREACH_SAFE(ux, &cq, ux_list, nextux) {

Completed in 38 milliseconds