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

/freebsd-current/usr.sbin/rrenumd/
H A Drrenumd.h46 struct payload_list * pl_next; member in struct:payload_list
H A Drrenumd.c235 for (pl = pl_head; pl; pl = pl->pl_next) {
478 for (pl = pl_head; pl; pl = pl->pl_next) {
650 pl = pl->pl_next;
H A Dparser.y650 pl = pl->pl_next)
663 pl_last = pl, pl = pl->pl_next)
666 pl_last->pl_next = pl_entry;
/freebsd-current/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_iter.c263 p = p->pl_next;
473 p = p->pl_next;
H A Dzfs_main.c1924 for (; pl != NULL; pl = pl->pl_next) {
2228 fake_name.pl_next = cb.cb_proplist;
2239 zprop_free_list(fake_name.pl_next);
3462 for (; pl != NULL; pl = pl->pl_next) {
3480 if (pl->pl_next == NULL && !right_justify)
3528 for (; pl != NULL; pl = pl->pl_next) {
3582 for (; pl2 != NULL; pl2 = pl2->pl_next) {
3596 if (cb->cb_scripted || (pl->pl_next == NULL && !right_justify))
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c1308 for (pl = cbp->cb_proplist; pl != NULL; pl = pl->pl_next) {
1867 listp = &(*listp)->pl_next;
1872 listp = &(*listp)->pl_next;
1884 next = pl->pl_next;
1910 edp->last = &entry->pl_next;
1948 entry->pl_next = *plp;
H A Dlibzfs_pool.c922 last = &(*last)->pl_next;
947 last = &entry->pl_next;
959 last = &entry->pl_next;
987 entry = entry->pl_next;
1001 last = &entry->pl_next;
1004 for (entry = *plp; entry != NULL; entry = entry->pl_next) {
1040 for (entry = *plp; entry != NULL; entry = entry->pl_next) {
1059 last = &(*last)->pl_next;
1086 last = &entry->pl_next;
H A Dlibzfs_dataset.c4747 start = &(*start)->pl_next;
4756 last = &(*last)->pl_next) {
4777 for (entry = *plp; entry != NULL; entry = entry->pl_next) {
/freebsd-current/sbin/ipf/common/
H A Dipf.h130 struct plist_s *pl_next; member in struct:plist_s
/freebsd-current/sys/contrib/openzfs/include/
H A Dlibzfs.h587 struct zprop_list *pl_next; member in struct:zprop_list
/freebsd-current/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c6233 for (; pl != NULL; pl = pl->pl_next) {
6261 if (pl->pl_next == NULL && !right_justify)
6286 for (; pl != NULL; pl = pl->pl_next) {
6333 if (cb->cb_scripted || (pl->pl_next == NULL && !right_justify))
10554 pl = pl->pl_next) {
10640 for (pl = cbp->cb_proplist; pl != NULL; pl = pl->pl_next) {
10849 fake_name.pl_next = cb.cb_proplist;
10857 zprop_free_list(fake_name.pl_next);

Completed in 395 milliseconds