Home
last modified time | relevance | path

Searched refs:sc_next (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_iter.c195 (*sc)->sc_last->sc_next = col; in zfs_add_sort_column()
208 col = sc->sc_next; in zfs_free_sort_columns()
218 return (sc != NULL && sc->sc_next == NULL && in zfs_sort_only_by_name()
303 for (psc = sc; psc != NULL; psc = psc->sc_next) { in zfs_sort()
437 sortcol = sortcol->sc_next; in zfs_for_each()
H A Dzfs_iter.h36 struct zfs_sort_column *sc_next; member
H A Dzfs_main.c2712 for (; sortcol != NULL; sortcol = sortcol->sc_next) { in us_compare()
/f-stack/freebsd/netinet/
H A Dip_carp.c128 LIST_ENTRY(carp_softc) sc_next; /* On the global list. */
823 LIST_FOREACH(sc, &carp_list, sc_next) in carp_send_ad_all()
1606 LIST_INSERT_HEAD(&carp_list, sc, sc_next); in carp_alloc()
1643 LIST_REMOVE(sc, sc_next); in carp_destroy()
2123 LIST_FOREACH(sc, &carp_list, sc_next) { in carp_allow_sysctl()