nextex 661 dev/usb/ehci.c struct ehci_xfer *ex, *nextex; nextex 674 dev/usb/ehci.c for (ex = LIST_FIRST(&sc->sc_intrhead); ex; ex = nextex) { nextex 675 dev/usb/ehci.c nextex = LIST_NEXT(ex, inext);