sc_freetds        402 dev/usb/ohci.c 	if (sc->sc_freetds == NULL) {
sc_freetds        413 dev/usb/ohci.c 			std->nexttd = sc->sc_freetds;
sc_freetds        414 dev/usb/ohci.c 			sc->sc_freetds = std;
sc_freetds        420 dev/usb/ohci.c 	std = sc->sc_freetds;
sc_freetds        421 dev/usb/ohci.c 	sc->sc_freetds = std->nexttd;
sc_freetds        438 dev/usb/ohci.c 	std->nexttd = sc->sc_freetds;
sc_freetds        439 dev/usb/ohci.c 	sc->sc_freetds = std;
sc_freetds        115 dev/usb/ohcivar.h 	ohci_soft_td_t *sc_freetds;
sc_freetds       1602 dev/usb/uhci.c 	if (sc->sc_freetds == NULL) {
sc_freetds       1612 dev/usb/uhci.c 			std->link.std = sc->sc_freetds;
sc_freetds       1613 dev/usb/uhci.c 			sc->sc_freetds = std;
sc_freetds       1616 dev/usb/uhci.c 	std = sc->sc_freetds;
sc_freetds       1617 dev/usb/uhci.c 	sc->sc_freetds = std->link.std;
sc_freetds       1633 dev/usb/uhci.c 	std->link.std = sc->sc_freetds;
sc_freetds       1634 dev/usb/uhci.c 	sc->sc_freetds = std;
sc_freetds        154 dev/usb/uhcivar.h 	uhci_soft_td_t *sc_freetds;	/* TD free list */