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

/freebsd-11-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.c1544 zprop_list_t *pl = cbp->cb_proplist;
1557 pl == cbp->cb_proplist)
1842 if (zprop_get_list(g_zfs, fields, &cb.cb_proplist, ZFS_TYPE_DATASET)
1857 if (cb.cb_proplist != NULL) {
1860 fake_name.pl_next = cb.cb_proplist;
1861 cb.cb_proplist = &fake_name;
1868 &cb.cb_proplist, limit, get_callback, &cb);
1870 if (cb.cb_proplist == &fake_name)
1873 zprop_free_list(cb.cb_proplist);
2970 zprop_list_t *cb_proplist; member in struct:list_cbdata
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_util.c905 zprop_list_t *pl = cbp->cb_proplist;
928 assert(cbp->cb_proplist->pl_prop ==
939 for (pl = cbp->cb_proplist; pl != NULL; pl = pl->pl_next) {
964 if (pl != cbp->cb_proplist &&
969 if (pl != cbp->cb_proplist &&
H A Dlibzfs.h559 zprop_list_t *cb_proplist; member in struct:zprop_get_cbdata
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c3133 zprop_list_t *cb_proplist; member in struct:list_cbdata
3143 zprop_list_t *pl = cb->cb_proplist;
3197 zprop_list_t *pl = cb->cb_proplist;
3500 if (zprop_get_list(g_zfs, props, &cb.cb_proplist, ZFS_TYPE_POOL) != 0)
3504 if ((list = pool_list_get(argc, argv, &cb.cb_proplist,
3539 zprop_free_list(cb.cb_proplist);
6059 for (pl = cbp->cb_proplist; pl != NULL; pl = pl->pl_next) {
6066 pl == cbp->cb_proplist)
6202 if (zprop_get_list(g_zfs, argv[0], &cb.cb_proplist,
6209 if (cb.cb_proplist !
[all...]

Completed in 140 milliseconds