Searched refs:sc_link (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/usr.sbin/inetd/
H A Dinetd.h68 LIST_ENTRY(stabchild) sc_link; member in struct:stabchild
H A Dinetd.c924 LIST_INSERT_HEAD(&sep->se_children, sc, sc_link);
948 LIST_FOREACH(sc, &sep->se_children, sc_link) {
956 LIST_REMOVE(sc, sc_link);
1992 LIST_REMOVE(sc, sc_link);
/freebsd-current/sys/rpc/
H A Dsvc.c545 TAILQ_INSERT_TAIL(&pool->sp_callouts, s, sc_link);
578 TAILQ_REMOVE(&pool->sp_callouts, s, sc_link);
647 TAILQ_FOREACH(s, &pool->sp_callouts, sc_link) {
1044 TAILQ_FOREACH(s, &pool->sp_callouts, sc_link) {
H A Dsvc.h245 TAILQ_ENTRY(svc_callout) sc_link; member in struct:svc_callout
/freebsd-current/sys/dev/stge/
H A Dif_stgereg.h660 int sc_link; member in struct:stge_softc
H A Dif_stge.c1179 IFF_DRV_RUNNING || sc->sc_link == 0)
1374 sc->sc_link = 1;
1376 sc->sc_link = 0;
2153 sc->sc_link = 0;
2271 sc->sc_link = 0;

Completed in 118 milliseconds