OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ex_next
(Results
1 - 5
of
5
) sorted by relevancy
/src/lib/librpcsvc/
mount.x
134
exports
ex_next
;
/src/usr.bin/showmount/
showmount.c
86
struct exportslist *
ex_next
;
member in struct:exportslist
214
exp = exp->
ex_next
;
225
exp = exp->
ex_next
;
367
exportslist_free(ep->
ex_next
);
408
ep->
ex_next
= *exp;
/src/sys/dev/usb/
ehcivar.h
87
TAILQ_ENTRY(ehci_xfer)
ex_next
; /* list of active xfers */
ehci.c
311
TAILQ_INSERT_TAIL(&sc->sc_intrhead, ex,
ex_next
);
318
TAILQ_REMOVE(&sc->sc_intrhead, ex,
ex_next
);
912
TAILQ_FOREACH_SAFE(ex, &sc->sc_intrhead,
ex_next
, nextex) {
932
* We abuse
ex_next
for the interrupt and complete lists and
936
TAILQ_FOREACH_SAFE(ex, &cq,
ex_next
, nextex) {
1358
TAILQ_INSERT_TAIL(cq, ex,
ex_next
);
/src/usr.sbin/mountd/
mountd.c
135
struct exportlist *
ex_next
;
member in struct:exportlist
844
ep = ep->
ex_next
;
1191
epp = &ep2->
ex_next
;
1192
ep2 = ep2->
ex_next
;
1195
ep->
ex_next
= ep2;
1243
ep = ep->
ex_next
;
1374
ep = ep->
ex_next
;
Completed in 203 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025