sdone 1263 dev/usb/ohci.c ohci_soft_td_t *std, *sdone, **p; sdone 1266 dev/usb/ohci.c for (sdone = NULL, sidone = NULL; done != 0; ) { sdone 1269 dev/usb/ohci.c std->dnext = sdone; sdone 1271 dev/usb/ohci.c sdone = std; sdone 1290 dev/usb/ohci.c *p = sdone; sdone 1301 dev/usb/ohci.c ohci_soft_td_t *std, *sdone, *stdnext; sdone 1312 dev/usb/ohci.c sdone = sc->sc_sdone; sdone 1318 dev/usb/ohci.c DPRINTFN(10,("ohci_softintr: sdone=%p sidone=%p\n", sdone, sidone)); sdone 1323 dev/usb/ohci.c ohci_dump_tds(sdone); sdone 1327 dev/usb/ohci.c for (std = sdone; std; std = stdnext) {