Home
last modified time | relevance | path

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

/titanic_50/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.kshlib175 userprop)
/titanic_50/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_50/usr/src/lib/pyzfs/common/
H A Dallow.py228 userprop=_("Allows changing any user property"),
/titanic_50/usr/src/cmd/zfs/
H A Dzfs_main.c6948 nvlist_t *userprop; in get_property_source() local
6956 ret = nvpair_value_nvlist(prop, &userprop); in get_property_source()
6958 ret = nvlist_lookup_string(userprop, "source", &source); in get_property_source()
6977 nvlist_t *userprop; in get_userprop() local
6993 ret = nvpair_value_nvlist(prop, &userprop); in get_userprop()
7002 ret = nvlist_lookup_string(userprop, "value", value); in get_userprop()
7007 if (userprop == NULL) in get_userprop()
7009 else if (userprop->nvl_priv == NULL) in get_userprop()