Searched refs:sc_next (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_iter.h36 struct zfs_sort_column *sc_next; member in struct:zfs_sort_column
H A Dzfs_iter.c180 (*sc)->sc_last->sc_next = col;
193 col = sc->sc_next;
204 return (sc != NULL && sc->sc_next == NULL &&
289 for (psc = sc; psc != NULL; psc = psc->sc_next) {
423 sortcol = sortcol->sc_next;
H A Dzfs_main.c2316 for (; sortcol != NULL; sortcol = sortcol->sc_next) {
/freebsd-11.0-release/lib/libc/rpc/
H A Dsvc.c80 struct svc_callout *sc_next; member in struct:svc_callout
218 s->sc_next = svc_head;
250 svc_head = s->sc_next;
252 prev->sc_next = s->sc_next;
254 s->sc_next = NULL;
294 s->sc_next = svc_head;
317 svc_head = s->sc_next;
319 prev->sc_next = s->sc_next;
[all...]
/freebsd-11.0-release/lib/libcasper/libcasper/
H A Dservice.c75 TAILQ_ENTRY(service_connection) sc_next;
157 TAILQ_INSERT_TAIL(&service->s_connections, sconn, sc_next);
169 TAILQ_REMOVE(&service->s_connections, sconn, sc_next);
218 sconn = TAILQ_NEXT(sconn, sc_next);
/freebsd-11.0-release/sys/geom/gate/
H A Dg_gate.h100 LIST_ENTRY(g_gate_softc) sc_next; /* P: g_gate_list_mtx */ member in struct:g_gate_softc
/freebsd-11.0-release/sys/geom/sched/
H A Dgs_rr.c148 LIST_ENTRY(g_rr_softc) sc_next;
256 LIST_FOREACH(sc, &me.sc_head, sc_next) {
606 LIST_INSERT_HEAD(&me.sc_head, sc, sc_next);
625 LIST_REMOVE(sc, sc_next);
/freebsd-11.0-release/sys/netinet/
H A Dip_carp.c128 LIST_ENTRY(carp_softc) sc_next; /* On the global list. */
737 LIST_FOREACH(sc, &carp_list, sc_next)
1499 LIST_INSERT_HEAD(&carp_list, sc, sc_next);
1536 LIST_REMOVE(sc, sc_next);
/freebsd-11.0-release/sbin/fsck_ffs/
H A Dsuj.c115 LIST_ENTRY(suj_cg) sc_next;
262 LIST_FOREACH(sc, hd, sc_next)
272 LIST_INSERT_HEAD(hd, sc, sc_next);
1914 LIST_FOREACH(scg, &cghash[i], sc_next)
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_string.c1796 struct archive_string_conv *sc_next; local
1798 for (sc = a->sconv; sc != NULL; sc = sc_next) {
1799 sc_next = sc->next;

Completed in 77 milliseconds