OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_xs_pending
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/acorn32/podulebus/
escvar.h
159
TAILQ_HEAD(,esc_pending)
sc_xs_pending
;
sfasvar.h
159
TAILQ_HEAD(,sfas_pending)
sc_xs_pending
;
esc.c
191
TAILQ_INIT(&dev->
sc_xs_pending
);
306
TAILQ_INSERT_TAIL(&dev->
sc_xs_pending
, pendp, link);
404
pendp = dev->
sc_xs_pending
.tqh_first;
413
TAILQ_REMOVE(&dev->
sc_xs_pending
, pendp, link);
942
TAILQ_INSERT_HEAD(&dev->
sc_xs_pending
, pendp, link);
sfas.c
190
TAILQ_INIT(&dev->
sc_xs_pending
);
308
TAILQ_INSERT_TAIL(&dev->
sc_xs_pending
, pendp, link);
405
pendp = dev->
sc_xs_pending
.tqh_first;
414
TAILQ_REMOVE(&dev->
sc_xs_pending
, pendp, link);
869
TAILQ_INSERT_HEAD(&dev->
sc_xs_pending
, pendp, link);
Completed in 14 milliseconds
Indexes created Tue Oct 28 02:10:10 GMT 2025