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

/freebsd-10.0-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.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_util.c916 for (pl = cbp->cb_proplist; pl != NULL; pl = pl->pl_next) {
1435 listp = &(*listp)->pl_next;
1440 listp = &(*listp)->pl_next;
1457 next = pl->pl_next;
1484 edp->last = &entry->pl_next;
1524 entry->pl_next = *plp;
H A Dlibzfs.h459 struct zprop_list *pl_next; member in struct:zprop_list
H A Dlibzfs_pool.c741 last = &(*last)->pl_next;
757 last = &entry->pl_next;
786 entry = entry->pl_next;
800 last = &entry->pl_next;
803 for (entry = *plp; entry != NULL; entry = entry->pl_next) {
H A Dlibzfs_dataset.c3911 start = &(*start)->pl_next;
3920 last = &(*last)->pl_next) {
3946 for (entry = *plp; entry != NULL; entry = entry->pl_next) {
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_iter.c407 p = p->pl_next;
H A Dzfs_main.c1431 for (; pl != NULL; pl = pl->pl_next) {
1736 fake_name.pl_next = cb.cb_proplist;
1747 zprop_free_list(fake_name.pl_next);
2848 for (; pl != NULL; pl = pl->pl_next) {
2866 if (pl->pl_next == NULL && !right_justify)
2892 for (; pl != NULL; pl = pl->pl_next) {
2946 if (scripted || (pl->pl_next == NULL && !right_justify))
/freebsd-10.0-release/contrib/ipfilter/
H A Dipf.h151 struct plist_s *pl_next; member in struct:plist_s
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c2777 for (; pl != NULL; pl = pl->pl_next) {
2805 if (pl->pl_next == NULL && !right_justify)
2831 for (; pl != NULL; pl = pl->pl_next) {
2878 if (cb->cb_scripted || (pl->pl_next == NULL && !right_justify))
5158 for (pl = cbp->cb_proplist; pl != NULL; pl = pl->pl_next) {
5220 fake_name.pl_next = cb.cb_proplist;
5228 zprop_free_list(fake_name.pl_next);

Completed in 141 milliseconds