Home
last modified time | relevance | path

Searched refs:userprop (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/test/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_012_neg.ksh60 devices exec volsize setuid readonly snapdir userprop \
H A Dzfs_allow_010_pos.ksh74 userprop true true \
H A Ddelegate_common.kshlib174 userprop)
/titanic_41/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_zfs.c2042 nvlist_t *userprop; in ndmpd_zfs_snapshot_prop_get() local
2049 userprop = zfs_get_user_props(zhp); in ndmpd_zfs_snapshot_prop_get()
2051 if (userprop == NULL) in ndmpd_zfs_snapshot_prop_get()
2054 err = nvlist_lookup_nvlist(userprop, NDMPD_ZFS_PROP_INCR, &propval); in ndmpd_zfs_snapshot_prop_get()
/titanic_41/usr/src/lib/pyzfs/common/
H A Dallow.py227 userprop=_("Allows changing any user property"),
/titanic_41/usr/src/cmd/zfs/
H A Dzfs_main.c6898 nvlist_t *userprop; in get_property_source() local
6906 ret = nvpair_value_nvlist(prop, &userprop); in get_property_source()
6908 ret = nvlist_lookup_string(userprop, "source", &source); in get_property_source()
6927 nvlist_t *userprop; in get_userprop() local
6943 ret = nvpair_value_nvlist(prop, &userprop); in get_userprop()
6952 ret = nvlist_lookup_string(userprop, "value", value); in get_userprop()
6957 if (userprop == NULL) in get_userprop()
6959 else if (userprop->nvl_priv == NULL) in get_userprop()