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

/freebsd-11-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.c2343 for (; sortcol != NULL; sortcol = sortcol->sc_next) {
/freebsd-11-stable/sbin/bectl/
H A Dbectl_list.c343 struct sort_column sc_prev, sc_next; local
358 nvpair_value_nvlist(nvp, &sc_next.nvl);
359 nvlist_lookup_string(sc_next.nvl, "name", &sc_next.name);
360 nvlist_lookup_string(sc_next.nvl, property, &sc_next.val);
370 rval = strtoull(sc_next.val, NULL, 10);
374 sc_prev = sc_next;
380 if ((strcmp(sc_prev.val, sc_next.val) < 0 && reverse) ||
381 (strcmp(sc_prev.val, sc_next
[all...]
/freebsd-11-stable/lib/libc/rpc/
H A Dsvc.c80 struct svc_callout *sc_next; member in struct:svc_callout
220 s->sc_next = svc_head;
252 svc_head = s->sc_next;
254 prev->sc_next = s->sc_next;
256 s->sc_next = NULL;
296 s->sc_next = svc_head;
319 svc_head = s->sc_next;
321 prev->sc_next = s->sc_next;
[all...]
/freebsd-11-stable/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-stable/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-stable/sys/geom/gate/
H A Dg_gate.h98 LIST_ENTRY(g_gate_softc) sc_next; /* P: g_gate_list_mtx */ member in struct:g_gate_softc
/freebsd-11-stable/sys/netinet/
H A Dip_carp.c128 LIST_ENTRY(carp_softc) sc_next; /* On the global list. */
748 LIST_FOREACH(sc, &carp_list, sc_next)
1518 LIST_INSERT_HEAD(&carp_list, sc, sc_next);
1555 LIST_REMOVE(sc, sc_next);
2037 LIST_FOREACH(sc, &carp_list, sc_next) {
/freebsd-11-stable/sbin/fsck_ffs/
H A Dsuj.c117 LIST_ENTRY(suj_cg) sc_next;
264 LIST_FOREACH(sc, hd, sc_next)
274 LIST_INSERT_HEAD(hd, sc, sc_next);
1922 LIST_FOREACH(scg, &cghash[i], sc_next)
/freebsd-11-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 213 milliseconds