vstd 2482 dev/usb/uhci.c uhci_soft_td_t *std, *vstd;
vstd 2501 dev/usb/uhci.c for (vstd = sc->sc_vframes[i].htd;
vstd 2502 dev/usb/uhci.c vstd != NULL && vstd->link.std != std;
vstd 2503 dev/usb/uhci.c vstd = vstd->link.std)
vstd 2505 dev/usb/uhci.c if (vstd == NULL) {
vstd 2511 dev/usb/uhci.c vstd->link = std->link;
vstd 2512 dev/usb/uhci.c vstd->td.td_link = std->td.td_link;
vstd 2529 dev/usb/uhci.c uhci_soft_td_t *std, *vstd;
vstd 2555 dev/usb/uhci.c vstd = sc->sc_vframes[i].htd;
vstd 2556 dev/usb/uhci.c std->link = vstd->link;
vstd 2557 dev/usb/uhci.c std->td.td_link = vstd->td.td_link;
vstd 2558 dev/usb/uhci.c vstd->link.std = std;
vstd 2559 dev/usb/uhci.c vstd->td.td_link = htole32(std->physaddr | UHCI_PTR_TD);