HomeSort by: relevance | last modified time | path
    Searched refs:pl_next (Results 1 - 8 of 8) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_util.c 951 for (pl = cbp->cb_proplist; pl != NULL; pl = pl->pl_next) {
1484 listp = &(*listp)->pl_next;
1489 listp = &(*listp)->pl_next;
1506 next = pl->pl_next;
1533 edp->last = &entry->pl_next;
1573 entry->pl_next = *plp;
libzfs.h 463 struct zprop_list *pl_next; member in struct:zprop_list
libzfs_pool.c 730 last = &(*last)->pl_next;
746 last = &entry->pl_next;
775 entry = entry->pl_next;
789 last = &entry->pl_next;
792 for (entry = *plp; entry != NULL; entry = entry->pl_next) {
libzfs_dataset.c 4177 start = &(*start)->pl_next;
4186 last = &(*last)->pl_next) {
4212 for (entry = *plp; entry != NULL; entry = entry->pl_next) {
  /src/external/bsd/ipf/dist/
ipf.h 151 struct plist_s *pl_next; member in struct:plist_s
  /src/external/cddl/osnet/dist/cmd/zfs/
zfs_iter.c 414 p = p->pl_next;
zfs_main.c 1531 for (; pl != NULL; pl = pl->pl_next) {
1841 fake_name.pl_next = cb.cb_proplist;
1852 zprop_free_list(fake_name.pl_next);
2964 for (; pl != NULL; pl = pl->pl_next) {
2982 if (pl->pl_next == NULL && !right_justify)
3008 for (; pl != NULL; pl = pl->pl_next) {
3060 if (cb->cb_scripted || (pl->pl_next == NULL && !right_justify))
  /src/external/cddl/osnet/dist/cmd/zpool/
zpool_main.c 2816 for (; pl != NULL; pl = pl->pl_next) {
2844 if (pl->pl_next == NULL && !right_justify)
2870 for (; pl != NULL; pl = pl->pl_next) {
2914 if (cb->cb_scripted || (pl->pl_next == NULL && !right_justify))
5312 for (pl = cbp->cb_proplist; pl != NULL; pl = pl->pl_next) {
5465 fake_name.pl_next = cb.cb_proplist;
5473 zprop_free_list(fake_name.pl_next);

Completed in 31 milliseconds