OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_iilist
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/i2o/
iopvar.h
139
LIST_HEAD(, iop_initiator)
sc_iilist
;/* Initiator list */
iop.c
480
LIST_INIT(&sc->
sc_iilist
);
735
for (ii = LIST_FIRST(&sc->
sc_iilist
); ii != NULL; ii = nextii) {
805
LIST_FOREACH(ii, &sc->
sc_iilist
, ii_list) {
836
LIST_FOREACH(ii, &sc->
sc_iilist
, ii_list)
1573
LIST_INSERT_HEAD(&sc->
sc_iilist
, ii, ii_list);
Completed in 14 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025