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

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_iter.h37 struct zfs_sort_column *sc_next; member in struct:zfs_sort_column
H A Dzfs_iter.c179 (*sc)->sc_last->sc_next = col;
192 col = sc->sc_next;
203 return (sc != NULL && sc->sc_next == NULL &&
288 for (psc = sc; psc != NULL; psc = psc->sc_next) {
422 sortcol = sortcol->sc_next;
H A Dzfs_main.c2344 for (; sortcol != NULL; sortcol = sortcol->sc_next) {
/freebsd-12-stable/sbin/bectl/
H A Dbectl_list.c347 struct sort_column sc_prev, sc_next; local
362 nvpair_value_nvlist(nvp, &sc_next.nvl);
363 nvlist_lookup_string(sc_next.nvl, "name", &sc_next.name);
364 nvlist_lookup_string(sc_next.nvl, property, &sc_next.val);
374 rval = strtoull(sc_next.val, NULL, 10);
378 sc_prev = sc_next;
384 if ((strcmp(sc_prev.val, sc_next.val) < 0 && reverse) ||
385 (strcmp(sc_prev.val, sc_next
[all...]
/freebsd-12-stable/lib/libc/rpc/
H A Dsvc.c82 struct svc_callout *sc_next; member in struct:svc_callout
222 s->sc_next = svc_head;
254 svc_head = s->sc_next;
256 prev->sc_next = s->sc_next;
258 s->sc_next = NULL;
298 s->sc_next = svc_head;
321 svc_head = s->sc_next;
323 prev->sc_next = s->sc_next;
[all...]
/freebsd-12-stable/lib/libcasper/libcasper/
H A Dservice.c77 TAILQ_ENTRY(service_connection) sc_next;
160 TAILQ_INSERT_TAIL(&service->s_connections, sconn, sc_next);
172 TAILQ_REMOVE(&service->s_connections, sconn, sc_next);
221 sconn = TAILQ_NEXT(sconn, sc_next);
/freebsd-12-stable/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-12-stable/sys/geom/sched/
H A Dgs_rr.c150 LIST_ENTRY(g_rr_softc) sc_next;
258 LIST_FOREACH(sc, &me.sc_head, sc_next) {
608 LIST_INSERT_HEAD(&me.sc_head, sc, sc_next);
627 LIST_REMOVE(sc, sc_next);
/freebsd-12-stable/sys/netinet/
H A Dip_carp.c128 LIST_ENTRY(carp_softc) sc_next; /* On the global list. */
819 LIST_FOREACH(sc, &carp_list, sc_next)
1593 LIST_INSERT_HEAD(&carp_list, sc, sc_next);
1630 LIST_REMOVE(sc, sc_next);
2110 LIST_FOREACH(sc, &carp_list, sc_next) {
/freebsd-12-stable/sbin/fsck_ffs/
H A Dsuj.c117 LIST_ENTRY(suj_cg) sc_next;
238 LIST_FOREACH(sc, hd, sc_next)
248 LIST_INSERT_HEAD(hd, sc, sc_next);
1899 LIST_FOREACH(scg, &cghash[i], sc_next)
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_string.c1817 struct archive_string_conv *sc_next; local
1819 for (sc = a->sconv; sc != NULL; sc = sc_next) {
1820 sc_next = sc->next;

Completed in 295 milliseconds