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

/freebsd-10.2-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.c2290 for (; sortcol != NULL; sortcol = sortcol->sc_next) {
/freebsd-10.2-release/lib/libc/rpc/
H A Dsvc.c80 struct svc_callout *sc_next; member in struct:svc_callout
223 s->sc_next = svc_head;
257 svc_head = s->sc_next;
259 prev->sc_next = s->sc_next;
261 s->sc_next = NULL;
304 s->sc_next = svc_head;
329 svc_head = s->sc_next;
331 prev->sc_next = s->sc_next;
[all...]
/freebsd-10.2-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-10.2-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-10.2-release/sys/netinet/
H A Dip_carp.c128 LIST_ENTRY(carp_softc) sc_next; /* On the global list. */
739 LIST_FOREACH(sc, &carp_list, sc_next)
1511 LIST_INSERT_HEAD(&carp_list, sc, sc_next);
1546 LIST_REMOVE(sc, sc_next);
/freebsd-10.2-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-10.2-release/contrib/libarchive/libarchive/
H A Darchive_string.c1795 struct archive_string_conv *sc_next; local
1797 for (sc = a->sconv; sc != NULL; sc = sc_next) {
1798 sc_next = sc->next;

Completed in 196 milliseconds