Searched refs:sc_link (Results 1 – 10 of 10) sorted by relevance
| /freebsd-11-stable/sys/sparc64/pci/ |
| HD | psychovar.h | 56 SLIST_ENTRY(psycho_softc) sc_link;
|
| HD | schizovar.h | 60 SLIST_ENTRY(schizo_softc) sc_link;
|
| HD | psycho.c | 341 SLIST_FOREACH(asc, &psycho_softcs, sc_link) { in psycho_attach() 362 SLIST_INSERT_HEAD(&psycho_softcs, sc, sc_link); in psycho_attach()
|
| HD | schizo.c | 321 SLIST_FOREACH(asc, &schizo_softcs, sc_link) { in schizo_attach() 342 SLIST_INSERT_HEAD(&schizo_softcs, sc, sc_link); in schizo_attach()
|
| /freebsd-11-stable/usr.sbin/inetd/ |
| HD | inetd.h | 68 LIST_ENTRY(stabchild) sc_link;
|
| HD | inetd.c | 936 LIST_INSERT_HEAD(&sep->se_children, sc, sc_link); in addchild() 960 LIST_FOREACH(sc, &sep->se_children, sc_link) { in reapchild() 968 LIST_REMOVE(sc, sc_link); in reapchild() 2005 LIST_REMOVE(sc, sc_link); in freeconfig()
|
| /freebsd-11-stable/sys/rpc/ |
| HD | svc.c | 541 TAILQ_INSERT_TAIL(&pool->sp_callouts, s, sc_link); in svc_reg() 574 TAILQ_REMOVE(&pool->sp_callouts, s, sc_link); in svc_unreg() 643 TAILQ_FOREACH(s, &pool->sp_callouts, sc_link) { in svc_find() 1021 TAILQ_FOREACH(s, &pool->sp_callouts, sc_link) { in svc_executereq()
|
| HD | svc.h | 232 TAILQ_ENTRY(svc_callout) sc_link;
|
| /freebsd-11-stable/sys/dev/stge/ |
| HD | if_stge.c | 1179 IFF_DRV_RUNNING || sc->sc_link == 0) in stge_start_locked() 1374 sc->sc_link = 1; in stge_link_task() 1376 sc->sc_link = 0; in stge_link_task() 2154 sc->sc_link = 0; in stge_init_locked() 2272 sc->sc_link = 0; in stge_stop()
|
| HD | if_stgereg.h | 659 int sc_link; member
|