OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hnext
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/usb/
ohcivar.h
55
LIST_ENTRY(ohci_soft_td)
hnext
; /* next on hash list */
member in struct:ohci_soft_td
74
LIST_ENTRY(ohci_soft_itd)
hnext
;/* next on hash list */
member in struct:ohci_soft_itd
ohci.c
1902
LIST_INSERT_HEAD(&sc->sc_hash_tds[h], std,
hnext
);
1912
LIST_REMOVE(std,
hnext
);
1923
std = LIST_NEXT(std,
hnext
))
1942
LIST_INSERT_HEAD(&sc->sc_hash_itds[h], sitd,
hnext
);
1957
LIST_REMOVE(sitd,
hnext
);
1968
sitd = LIST_NEXT(sitd,
hnext
))
/src/sys/external/bsd/ipf/netinet/
ip_htable.c
1175
void *
hnext
;
local
1204
hnext
= nextiph->iph_next;
1230
hnext
= nextnode->ipe_next;
1236
hnext
= NULL;
1273
if (
hnext
== NULL)
Completed in 18 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026