Home
last modified time | relevance | path

Searched refs:pl_next (Results 1 – 12 of 12) sorted by relevance

/freebsd/usr.sbin/rrenumd/
H A Drrenumd.h46 struct payload_list * pl_next; member
H A Dparser.y650 pl = pl->pl_next)
663 pl_last = pl, pl = pl->pl_next) in pllist_enqueue()
666 pl_last->pl_next = pl_entry; in pllist_enqueue()
H A Drrenumd.c235 for (pl = pl_head; pl; pl = pl->pl_next) { in config()
478 for (pl = pl_head; pl; pl = pl->pl_next) {
650 pl = pl->pl_next; in main()
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_iter.c262 p = p->pl_next; in zfs_list_only_by_fast()
463 p = p->pl_next; in zfs_for_each()
H A Dzfs_main.c2106 for (; pl != NULL; pl = pl->pl_next) { in get_callback()
2451 fake_name.pl_next = cb.cb_proplist; in zfs_do_get()
2467 zprop_free_list(fake_name.pl_next); in zfs_do_get()
3666 for (; pl != NULL; pl = pl->pl_next) { in print_header()
3684 if (pl->pl_next == NULL && !right_justify) in print_header()
3747 for (; pl != NULL; pl = pl->pl_next) { in collect_dataset()
3835 for (; pl2 != NULL; pl2 = pl2->pl_next) { in collect_dataset()
3853 if (cb->cb_scripted || (pl->pl_next == NULL && in collect_dataset()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c1336 for (pl = cbp->cb_proplist; pl != NULL; pl = pl->pl_next) { in zprop_print_headers()
2028 listp = &(*listp)->pl_next; in zprop_get_list()
2033 listp = &(*listp)->pl_next; in zprop_get_list()
2045 next = pl->pl_next; in zprop_free_list()
2071 edp->last = &entry->pl_next; in zprop_expand_list_cb()
2109 entry->pl_next = *plp; in zprop_expand_list()
H A Dlibzfs_pool.c1029 last = &(*last)->pl_next; in zpool_expand_proplist()
1054 last = &entry->pl_next; in zpool_expand_proplist()
1066 last = &entry->pl_next; in zpool_expand_proplist()
1094 entry = entry->pl_next; in zpool_expand_proplist()
1108 last = &entry->pl_next; in zpool_expand_proplist()
1111 for (entry = *plp; entry != NULL; entry = entry->pl_next) { in zpool_expand_proplist()
1147 for (entry = *plp; entry != NULL; entry = entry->pl_next) { in vdev_expand_proplist()
1166 last = &(*last)->pl_next; in vdev_expand_proplist()
1193 last = &entry->pl_next; in vdev_expand_proplist()
H A Dlibzfs_dataset.c4575 start = &(*start)->pl_next; in zfs_expand_proplist()
4584 last = &(*last)->pl_next) { in zfs_expand_proplist()
4605 for (entry = *plp; entry != NULL; entry = entry->pl_next) { in zfs_expand_proplist()
H A Dlibzfs.abi4217 <var-decl name='pl_next' type-id='9f1a1109' visibility='default'/>
/freebsd/sbin/ipf/common/
H A Dipf.h130 struct plist_s *pl_next; member
/freebsd/sys/contrib/openzfs/include/
H A Dlibzfs.h617 struct zprop_list *pl_next; member
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c6780 for (; pl != NULL; pl = pl->pl_next) { in print_line()
6824 if (pl->pl_next == NULL && !right_justify) in print_line()
6866 for (; pl != NULL; pl = pl->pl_next) { in collect_pool()
6927 if (cb->cb_scripted || (pl->pl_next == NULL && in collect_pool()
7101 pl = pl->pl_next) { in collect_list_stats()
12602 pl = pl->pl_next) { in get_callback_vdev()
12719 for (pl = cbp->cb_proplist; pl != NULL; pl = pl->pl_next) { in get_callback()
13001 fake_name.pl_next = cb.cb_proplist; in zpool_do_get()
13022 zprop_free_list(fake_name.pl_next); in zpool_do_get()