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

/freebsd-10.2-release/usr.sbin/rrenumd/
H A Drrenumd.h46 struct payload_list * pl_next; member in struct:payload_list
H A Dparser.y655 pl = pl->pl_next)
668 pl_last = pl, pl = pl->pl_next)
671 pl_last->pl_next = pl_entry;
H A Drrenumd.c235 for (pl = pl_head; pl; pl = pl->pl_next) {
482 for (pl = pl_head; pl; pl = pl->pl_next) {
654 pl = pl->pl_next;
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_util.c917 for (pl = cbp->cb_proplist; pl != NULL; pl = pl->pl_next) {
1446 listp = &(*listp)->pl_next;
1451 listp = &(*listp)->pl_next;
1468 next = pl->pl_next;
1495 edp->last = &entry->pl_next;
1535 entry->pl_next = *plp;
H A Dlibzfs.h461 struct zprop_list *pl_next; member in struct:zprop_list
H A Dlibzfs_pool.c764 last = &(*last)->pl_next;
780 last = &entry->pl_next;
809 entry = entry->pl_next;
823 last = &entry->pl_next;
826 for (entry = *plp; entry != NULL; entry = entry->pl_next) {
H A Dlibzfs_dataset.c4061 start = &(*start)->pl_next;
4070 last = &(*last)->pl_next) {
4096 for (entry = *plp; entry != NULL; entry = entry->pl_next) {
/freebsd-10.2-release/contrib/ipfilter/
H A Dipf.h151 struct plist_s *pl_next; member in struct:plist_s
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_iter.c415 p = p->pl_next;
H A Dzfs_main.c1501 for (; pl != NULL; pl = pl->pl_next) {
1811 fake_name.pl_next = cb.cb_proplist;
1822 zprop_free_list(fake_name.pl_next);
2927 for (; pl != NULL; pl = pl->pl_next) {
2945 if (pl->pl_next == NULL && !right_justify)
2971 for (; pl != NULL; pl = pl->pl_next) {
3023 if (cb->cb_scripted || (pl->pl_next == NULL && !right_justify))
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c2786 for (; pl != NULL; pl = pl->pl_next) {
2814 if (pl->pl_next == NULL && !right_justify)
2840 for (; pl != NULL; pl = pl->pl_next) {
2884 if (cb->cb_scripted || (pl->pl_next == NULL && !right_justify))
5284 for (pl = cbp->cb_proplist; pl != NULL; pl = pl->pl_next) {
5437 fake_name.pl_next = cb.cb_proplist;
5445 zprop_free_list(fake_name.pl_next);

Completed in 286 milliseconds