| /src/sys/dev/fdt/ |
| connector_fdt.c | 63 SLIST_ENTRY(fdt_connector_softc) sc_list; 99 SLIST_INSERT_HEAD(&fdt_connectors, sc, sc_list);
|
| /src/sys/dist/pf/net/ |
| if_pflog.h | 37 LIST_ENTRY(pflog_softc) sc_list; member in struct:pflog_softc
|
| if_pflog.c | 163 LIST_INSERT_HEAD(&pflogif_list, pflogif, sc_list); 178 LIST_REMOVE(pflogif, sc_list);
|
| /src/sys/kern/ |
| subr_specificdata.c | 84 LIST_ENTRY(specificdata_container) sc_list; 103 LIST_INSERT_HEAD(&sd->sd_list, sc, sc_list); 111 LIST_REMOVE(sc, sc_list); 242 LIST_FOREACH(sc, &sd->sd_list, sc_list) {
|
| /src/sys/netinet/ |
| ip_carp.c | 122 TAILQ_ENTRY(carp_softc) sc_list; 652 m_get_rcvif_NOMPSAFE(m)->if_carpdev->if_carp)->vhif_vrs, sc_list) 939 TAILQ_REMOVE(&cif->vhif_vrs, sc, sc_list); 959 nextsc = TAILQ_NEXT(sc, sc_list); 999 TAILQ_FOREACH(vh, &cif->vhif_vrs, sc_list) { 1353 TAILQ_FOREACH(vh, &cif->vhif_vrs, sc_list) { 1415 TAILQ_FOREACH(vh, &cif->vhif_vrs, sc_list) { 1458 TAILQ_FOREACH(vh, &cif->vhif_vrs, sc_list) 1488 TAILQ_FOREACH(vh, &cif->vhif_vrs, sc_list) { 1663 TAILQ_FOREACH(vr, &cif->vhif_vrs, sc_list) [all...] |
| /src/sys/dev/bluetooth/ |
| bthidev.c | 95 LIST_HEAD(,bthidev) sc_list; /* child list */ 202 LIST_INIT(&sc->sc_list); 333 LIST_INSERT_HEAD(&sc->sc_list, hidev, sc_next); 405 while ((hidev = LIST_FIRST(&sc->sc_list)) != NULL) { 646 LIST_FOREACH(hidev, &sc->sc_list, sc_next)
|
| /src/sys/net/ |
| if_stf.c | 133 LIST_ENTRY(stf_softc) sc_list; 241 LIST_INSERT_HEAD(&stf_softc_list, sc, sc_list); 251 LIST_REMOVE(sc, sc_list);
|
| if_pppoe.c | 176 LIST_ENTRY(pppoe_softc) sc_list; 336 LIST_FOREACH(sc, &pppoe_softc_list, sc_list) { 406 LIST_INSERT_HEAD(&pppoe_softc_list, sc, sc_list); 438 LIST_REMOVE(sc, sc_list); 523 LIST_FOREACH(sc, &pppoe_softc_list, sc_list) { 559 LIST_FOREACH(sc, &pppoe_softc_list, sc_list) { 829 LIST_FOREACH(sc, &pppoe_softc_list, sc_list) { 2080 LIST_FOREACH(sc, &pppoe_softc_list, sc_list) {
|
| if_bridgevar.h | 300 LIST_ENTRY(bridge_softc) sc_list; member in struct:bridge_softc
|