Home
last modified time | relevance | path

Searched refs:cb_proplist (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/cmd/zfs/
H A Dzfs_iter.c63 zprop_list_t **cb_proplist; member
108 if (cb->cb_proplist) { in zfs_callback()
109 if ((*cb->cb_proplist) && in zfs_callback()
110 !(*cb->cb_proplist)->pl_all) in zfs_callback()
114 if (zfs_expand_proplist(zhp, cb->cb_proplist, in zfs_callback()
391 cb.cb_proplist = proplist; in zfs_for_each()
406 if (cb.cb_proplist && *cb.cb_proplist) { in zfs_for_each()
407 zprop_list_t *p = *cb.cb_proplist; in zfs_for_each()
H A Dzfs_main.c1525 zprop_list_t *pl = cbp->cb_proplist; in get_callback()
1538 pl == cbp->cb_proplist) in get_callback()
1823 if (zprop_get_list(g_zfs, fields, &cb.cb_proplist, ZFS_TYPE_DATASET) in zfs_do_get()
1838 if (cb.cb_proplist != NULL) { in zfs_do_get()
1841 fake_name.pl_next = cb.cb_proplist; in zfs_do_get()
1842 cb.cb_proplist = &fake_name; in zfs_do_get()
1849 &cb.cb_proplist, limit, get_callback, &cb); in zfs_do_get()
1851 if (cb.cb_proplist == &fake_name) in zfs_do_get()
1854 zprop_free_list(cb.cb_proplist); in zfs_do_get()
2948 zprop_list_t *cb_proplist; member
[all …]
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_util.c917 zprop_list_t *pl = cbp->cb_proplist; in zprop_print_headers()
940 assert(cbp->cb_proplist->pl_prop == in zprop_print_headers()
951 for (pl = cbp->cb_proplist; pl != NULL; pl = pl->pl_next) { in zprop_print_headers()
976 if (pl != cbp->cb_proplist && in zprop_print_headers()
981 if (pl != cbp->cb_proplist && in zprop_print_headers()
H A Dlibzfs.h525 zprop_list_t *cb_proplist; member
/netbsd-src/external/cddl/osnet/dist/cmd/zpool/
H A Dzpool_main.c2799 zprop_list_t *cb_proplist; member
2809 zprop_list_t *pl = cb->cb_proplist; in print_header()
2863 zprop_list_t *pl = cb->cb_proplist; in print_pool()
3160 if (zprop_get_list(g_zfs, props, &cb.cb_proplist, ZFS_TYPE_POOL) != 0) in zpool_do_list()
3164 if ((list = pool_list_get(argc, argv, &cb.cb_proplist, in zpool_do_list()
3199 zprop_free_list(cb.cb_proplist); in zpool_do_list()
5312 for (pl = cbp->cb_proplist; pl != NULL; pl = pl->pl_next) { in get_callback()
5319 pl == cbp->cb_proplist) in get_callback()
5455 if (zprop_get_list(g_zfs, argv[0], &cb.cb_proplist, in zpool_do_get()
5462 if (cb.cb_proplist != NULL) { in zpool_do_get()
[all …]