Searched refs:sc_childlist_head (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/ppbus/
H A Dppbus_conf.c172 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),
H A Dppbus_conf.h123 SLIST_HEAD(childlist, ppbus_device_softc) sc_childlist_head; member in struct:ppbus_softc

Completed in 367 milliseconds