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

/freebsd-9.3-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-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_util.c915 for (pl = cbp->cb_proplist; pl != NULL; pl = pl->pl_next) {
1444 listp = &(*listp)->pl_next;
1449 listp = &(*listp)->pl_next;
1466 next = pl->pl_next;
1493 edp->last = &entry->pl_next;
1533 entry->pl_next = *plp;
H A Dlibzfs.h460 struct zprop_list *pl_next; member in struct:zprop_list
H A Dlibzfs_pool.c748 last = &(*last)->pl_next;
764 last = &entry->pl_next;
793 entry = entry->pl_next;
807 last = &entry->pl_next;
810 for (entry = *plp; entry != NULL; entry = entry->pl_next) {
H A Dlibzfs_dataset.c4021 start = &(*start)->pl_next;
4030 last = &(*last)->pl_next) {
4056 for (entry = *plp; entry != NULL; entry = entry->pl_next) {
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_iter.c415 p = p->pl_next;
H A Dzfs_main.c1467 for (; pl != NULL; pl = pl->pl_next) {
1777 fake_name.pl_next = cb.cb_proplist;
1788 zprop_free_list(fake_name.pl_next);
2891 for (; pl != NULL; pl = pl->pl_next) {
2909 if (pl->pl_next == NULL && !right_justify)
2935 for (; pl != NULL; pl = pl->pl_next) {
2987 if (cb->cb_scripted || (pl->pl_next == NULL && !right_justify))
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c2774 for (; pl != NULL; pl = pl->pl_next) {
2802 if (pl->pl_next == NULL && !right_justify)
2828 for (; pl != NULL; pl = pl->pl_next) {
2875 if (cb->cb_scripted || (pl->pl_next == NULL && !right_justify))
5174 for (pl = cbp->cb_proplist; pl != NULL; pl = pl->pl_next) {
5327 fake_name.pl_next = cb.cb_proplist;
5335 zprop_free_list(fake_name.pl_next);

Completed in 164 milliseconds