Home
last modified time | relevance | path

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

/freebsd/usr.sbin/inetd/
H A Dinetd.h68 LIST_ENTRY(stabchild) sc_link;
H A Dinetd.c924 LIST_INSERT_HEAD(&sep->se_children, sc, sc_link); in addchild()
948 LIST_FOREACH(sc, &sep->se_children, sc_link) { in reapchild()
956 LIST_REMOVE(sc, sc_link); in reapchild()
1992 LIST_REMOVE(sc, sc_link); in freeconfig()
/freebsd/sys/rpc/
H A Dsvc.c545 TAILQ_INSERT_TAIL(&pool->sp_callouts, s, sc_link); in svc_reg()
578 TAILQ_REMOVE(&pool->sp_callouts, s, sc_link); in svc_unreg()
647 TAILQ_FOREACH(s, &pool->sp_callouts, sc_link) { in svc_find()
1045 TAILQ_FOREACH(s, &pool->sp_callouts, sc_link) { in svc_executereq()
H A Dsvc.h187 TAILQ_ENTRY(svc_callout) sc_link;
/freebsd/sys/dev/stge/
H A Dif_stge.c1169 IFF_DRV_RUNNING || sc->sc_link == 0) in stge_start_locked()
1364 sc->sc_link = 1; in stge_link_task()
1366 sc->sc_link = 0; in stge_link_task()
2143 sc->sc_link = 0; in stge_init_locked()
2261 sc->sc_link = 0; in stge_stop()
H A Dif_stgereg.h660 int sc_link; member