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.c263 p = p->pl_next; in zfs_list_only_by_fast()
473 p = p->pl_next; in zfs_for_each()
H A Dzfs_main.c2027 for (; pl != NULL; pl = pl->pl_next) { in get_callback()
2372 fake_name.pl_next = cb.cb_proplist; in zfs_do_get()
2388 zprop_free_list(fake_name.pl_next); in zfs_do_get()
3614 for (; pl != NULL; pl = pl->pl_next) { in print_header()
3632 if (pl->pl_next == NULL && !right_justify) in print_header()
3695 for (; pl != NULL; pl = pl->pl_next) { in collect_dataset()
3783 for (; pl2 != NULL; pl2 = pl2->pl_next) { in collect_dataset()
3801 if (cb->cb_scripted || (pl->pl_next == NULL && in collect_dataset()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c1318 for (pl = cbp->cb_proplist; pl != NULL; pl = pl->pl_next) { in zprop_print_headers()
2010 listp = &(*listp)->pl_next; in zprop_get_list()
2015 listp = &(*listp)->pl_next; in zprop_get_list()
2027 next = pl->pl_next; in zprop_free_list()
2053 edp->last = &entry->pl_next; in zprop_expand_list_cb()
2091 entry->pl_next = *plp; in zprop_expand_list()
H A Dlibzfs_pool.c967 last = &(*last)->pl_next; in zpool_expand_proplist()
992 last = &entry->pl_next; in zpool_expand_proplist()
1004 last = &entry->pl_next; in zpool_expand_proplist()
1032 entry = entry->pl_next; in zpool_expand_proplist()
1046 last = &entry->pl_next; in zpool_expand_proplist()
1049 for (entry = *plp; entry != NULL; entry = entry->pl_next) { in zpool_expand_proplist()
1085 for (entry = *plp; entry != NULL; entry = entry->pl_next) { in vdev_expand_proplist()
1104 last = &(*last)->pl_next; in vdev_expand_proplist()
1131 last = &entry->pl_next; in vdev_expand_proplist()
H A Dlibzfs_dataset.c4748 start = &(*start)->pl_next; in zfs_expand_proplist()
4757 last = &(*last)->pl_next) { in zfs_expand_proplist()
4778 for (entry = *plp; entry != NULL; entry = entry->pl_next) { in zfs_expand_proplist()
H A Dlibzfs.abi3848 <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.h597 struct zprop_list *pl_next; member
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c6772 for (; pl != NULL; pl = pl->pl_next) { in print_header()
6800 if (pl->pl_next == NULL && !right_justify) in print_header()
6839 for (; pl != NULL; pl = pl->pl_next) { in collect_pool()
6900 if (cb->cb_scripted || (pl->pl_next == NULL && in collect_pool()
12395 pl = pl->pl_next) { in get_callback_vdev()
12512 for (pl = cbp->cb_proplist; pl != NULL; pl = pl->pl_next) { in get_callback()
12793 fake_name.pl_next = cb.cb_proplist; in zpool_do_get()
12814 zprop_free_list(fake_name.pl_next); in zpool_do_get()