Searched defs:cb_proplist (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/zfs/ |
H A D | zfs_iter.c | 63 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 D | zfs_main.c | 1489 zprop_list_t *pl = cbp->cb_proplist; 1502 pl == cbp->cb_proplist) 1787 if (zprop_get_list(g_zfs, fields, &cb.cb_proplist, ZFS_TYPE_DATASET) 1802 if (cb.cb_proplist != NULL) { 1805 fake_name.pl_next = cb.cb_proplist; 1806 cb.cb_proplist = &fake_name; 1813 &cb.cb_proplist, limit, get_callback, &cb); 1815 if (cb.cb_proplist == &fake_name) 1818 zprop_free_list(cb.cb_proplist); 2903 zprop_list_t *cb_proplist; member in struct:list_cbdata [all...] |
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs.h | 522 zprop_list_t *cb_proplist; member in struct:zprop_get_cbdata
|
/illumos-gate/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 2774 zprop_list_t *cb_proplist; member in struct:list_cbdata 2784 zprop_list_t *pl = cb->cb_proplist; 2838 zprop_list_t *pl = cb->cb_proplist; 3135 if (zprop_get_list(g_zfs, props, &cb.cb_proplist, ZFS_TYPE_POOL) != 0) 3139 if ((list = pool_list_get(argc, argv, &cb.cb_proplist, 3174 zprop_free_list(cb.cb_proplist); 5139 for (pl = cbp->cb_proplist; pl != NULL; pl = pl->pl_next) { 5146 pl == cbp->cb_proplist) 5282 if (zprop_get_list(g_zfs, argv[0], &cb.cb_proplist, 5289 if (cb.cb_proplist ! [all...] |
Completed in 136 milliseconds