Searched refs:sc_link (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.sbin/inetd/ |
H A D | inetd.h | 68 LIST_ENTRY(stabchild) sc_link;
|
H A D | inetd.c | 924 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 D | svc.c | 545 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 D | svc.h | 187 TAILQ_ENTRY(svc_callout) sc_link;
|
/freebsd/sys/dev/stge/ |
H A D | if_stge.c | 1169 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 D | if_stgereg.h | 660 int sc_link; member
|