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

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_iter.c63 zprop_list_t **cb_proplist; member in struct:callback_data
108 if (cb->cb_proplist) {
109 if ((*cb->cb_proplist) &&
110 !(*cb->cb_proplist)->pl_all)
114 if (zfs_expand_proplist(zhp, cb->cb_proplist,
391 cb.cb_proplist = proplist;
395 * If cb_proplist is provided then in the zfs_handles created we
396 * retain only those properties listed in cb_proplist and sortcol.
398 * properties other than those listed in cb_proplist/sortcol are
401 * If cb_proplist i
[all...]
H A Dzfs_main.c1545 zprop_list_t *pl = cbp->cb_proplist;
1558 pl == cbp->cb_proplist)
1843 if (zprop_get_list(g_zfs, fields, &cb.cb_proplist, ZFS_TYPE_DATASET)
1858 if (cb.cb_proplist != NULL) {
1861 fake_name.pl_next = cb.cb_proplist;
1862 cb.cb_proplist = &fake_name;
1869 &cb.cb_proplist, limit, get_callback, &cb);
1871 if (cb.cb_proplist == &fake_name)
1874 zprop_free_list(cb.cb_proplist);
2971 zprop_list_t *cb_proplist; member in struct:list_cbdata
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_util.c915 zprop_list_t *pl = cbp->cb_proplist;
938 assert(cbp->cb_proplist->pl_prop ==
949 for (pl = cbp->cb_proplist; pl != NULL; pl = pl->pl_next) {
974 if (pl != cbp->cb_proplist &&
979 if (pl != cbp->cb_proplist &&
H A Dlibzfs.h577 zprop_list_t *cb_proplist; member in struct:zprop_get_cbdata
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c3406 zprop_list_t *cb_proplist; member in struct:list_cbdata
3417 zprop_list_t *pl = cb->cb_proplist;
3471 zprop_list_t *pl = cb->cb_proplist;
3825 if (zprop_get_list(g_zfs, props, &cb.cb_proplist, ZFS_TYPE_POOL) != 0)
3829 if ((list = pool_list_get(argc, argv, &cb.cb_proplist,
3864 zprop_free_list(cb.cb_proplist);
6415 for (pl = cbp->cb_proplist; pl != NULL; pl = pl->pl_next) {
6422 pl == cbp->cb_proplist)
6558 if (zprop_get_list(g_zfs, argv[0], &cb.cb_proplist,
6565 if (cb.cb_proplist !
[all...]

Completed in 201 milliseconds