Searched refs:proplist (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
H A D | properties.shlib | 114 typeset prop proplist val 118 proplist="${vol_props[@]}" 121 proplist="${fs_props[@]}" 126 for prop in $proplist; do
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_iter.c | 116 pool_list_get(int argc, char **argv, zprop_list_t **proplist, zfs_type_t type, in pool_list_get() argument 133 zlp->zl_proplist = proplist; in pool_list_get() 252 zprop_list_t **proplist, zfs_type_t type, boolean_t literal, in for_each_pool() argument 258 if ((list = pool_list_get(argc, argv, proplist, type, literal, in for_each_pool()
|
H A D | zpool_main.c | 1256 prop_list_contains_feature(nvlist_t *proplist) in prop_list_contains_feature() argument 1259 for (nvp = nvlist_next_nvpair(proplist, NULL); NULL != nvp; in prop_list_contains_feature() 1260 nvp = nvlist_next_nvpair(proplist, nvp)) { in prop_list_contains_feature() 1275 nvlist_t *proplist; in add_prop_list() local 1286 proplist = *props; in add_prop_list() 1306 nvlist_exists(proplist, vname)) || in add_prop_list() 1308 prop_list_contains_feature(proplist))) { in add_prop_list() 1321 nvlist_exists(proplist, vname)) || in add_prop_list() 1323 nvlist_exists(proplist, cname) && in add_prop_list() 1324 strcmp(fnvlist_lookup_string(proplist, cname), in add_prop_list() [all …]
|
/freebsd/sys/contrib/openzfs/cmd/zfs/ |
H A D | zfs_iter.c | 434 zfs_sort_column_t *sortcol, zprop_list_t **proplist, int limit, in zfs_for_each() argument 450 cb.cb_proplist = proplist; in zfs_for_each()
|
/freebsd/share/examples/csh/ |
H A D | dot.cshrc | 104 …propedit propget proplist propset resolved revert status switch unlock update)@' 'p@1@(add blame c… 105 … import info list ls lock log merge mkdir move propdel propedit propget proplist propset resolved \
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | ztest.c | 6224 zfs_prop_t proplist[] = { in ztest_dsl_prop_get_set() local 6233 for (int p = 0; p < sizeof (proplist) / sizeof (proplist[0]); p++) { in ztest_dsl_prop_get_set() 6234 int error = ztest_dsl_prop_set_uint64(zd->zd_name, proplist[p], in ztest_dsl_prop_get_set() 6235 ztest_random_dsl_prop(proplist[p]), (int)ztest_random(2)); in ztest_dsl_prop_get_set()
|
/freebsd/contrib/tcsh/ |
H A D | complete.tcsh | 529 propget proplist propset resolved revert \ 534 proplist propset resolved revert status switch \
|