OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_childlist_head
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ppbus/
ppbus_conf.c
172
SLIST_INIT(&(ppbus->
sc_childlist_head
));
189
SLIST_FOREACH(child, &ppbus->
sc_childlist_head
, entries) {
194
SLIST_REMOVE(&ppbus->
sc_childlist_head
, child,
219
while ((child = SLIST_FIRST(&ppbus->
sc_childlist_head
)) != NULL) {
251
SLIST_INSERT_HEAD(&(ppbus->
sc_childlist_head
),
ppbus_conf.h
123
SLIST_HEAD(childlist, ppbus_device_softc)
sc_childlist_head
;
Completed in 36 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025