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

/freebsd-10-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.c1515 zprop_list_t *pl = cbp->cb_proplist;
1528 pl == cbp->cb_proplist)
1813 if (zprop_get_list(g_zfs, fields, &cb.cb_proplist, ZFS_TYPE_DATASET)
1828 if (cb.cb_proplist != NULL) {
1831 fake_name.pl_next = cb.cb_proplist;
1832 cb.cb_proplist = &fake_name;
1839 &cb.cb_proplist, limit, get_callback, &cb);
1841 if (cb.cb_proplist == &fake_name)
1844 zprop_free_list(cb.cb_proplist);
2938 zprop_list_t *cb_proplist; member in struct:list_cbdata
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_util.c853 zprop_list_t *pl = cbp->cb_proplist;
876 assert(cbp->cb_proplist->pl_prop ==
887 for (pl = cbp->cb_proplist; pl != NULL; pl = pl->pl_next) {
912 if (pl != cbp->cb_proplist &&
917 if (pl != cbp->cb_proplist &&
H A Dlibzfs.h525 zprop_list_t *cb_proplist; member in struct:zprop_get_cbdata
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c2840 zprop_list_t *cb_proplist; member in struct:list_cbdata
2850 zprop_list_t *pl = cb->cb_proplist;
2904 zprop_list_t *pl = cb->cb_proplist;
3201 if (zprop_get_list(g_zfs, props, &cb.cb_proplist, ZFS_TYPE_POOL) != 0)
3205 if ((list = pool_list_get(argc, argv, &cb.cb_proplist,
3240 zprop_free_list(cb.cb_proplist);
5353 for (pl = cbp->cb_proplist; pl != NULL; pl = pl->pl_next) {
5360 pl == cbp->cb_proplist)
5496 if (zprop_get_list(g_zfs, argv[0], &cb.cb_proplist,
5503 if (cb.cb_proplist !
[all...]

Completed in 143 milliseconds