OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nexttd
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
ohcivar.h
49
struct ohci_soft_td *
nexttd
; /* mirrors
nexttd
in TD */
member in struct:ohci_soft_td
68
struct ohci_soft_itd *nextitd; /* mirrors
nexttd
in ITD */
ohci.c
497
std->
nexttd
= sc->sc_freetds;
504
sc->sc_freetds = std->
nexttd
;
508
std->
nexttd
= NULL;
521
std->
nexttd
= sc->sc_freetds;
674
cur->
nexttd
= next;
711
cur->
nexttd
= NULL;
1577
n = p->
nexttd
;
1978
for (; std; std = std->
nexttd
) {
1980
KASSERTMSG(std->
nexttd
== NULL || std != std->
nexttd
,
[
all
...]
Completed in 13 milliseconds
Indexes created Mon Oct 20 11:09:49 GMT 2025