Searched refs:user_prop (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Duser_property_001_pos.ksh57 typeset user_prop=$(valid_user_property $len)
62 log_must eval "zfs set $user_prop='$value' $dtst"
63 log_must eval "check_user_prop $dtst $user_prop '$value'"
H A Duser_property_003_neg.ksh55 typeset user_prop=$(invalid_user_property $len)
60 log_mustnot zfs set $user_prop=$value $dtst
61 log_mustnot check_user_prop $dtst \"$user_prop\" \"$value\"
H A Duser_property_004_pos.ksh58 typeset user_prop=$1
61 typeset source=$(get_source $user_prop $dtst)
62 typeset value=$(get_prop $user_prop $dtst)
H A Dzfs_set_common.kshlib114 typeset user_prop
116 user_prop=$(zfs get -H -o property all $dtst | grep ":")
119 for prop in $user_prop; do
241 typeset user_prop="$2"
243 typeset value=$(zfs get -p -H -o value "$user_prop" $dtst 2>&1)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_snapshot/
H A Dzfs_snapshot_006_pos.ksh58 typeset user_prop=$1
61 typeset source=$(get_source $user_prop $dtst)
62 typeset value=$(get_prop $user_prop $dtst)
H A Dzfs_snapshot_007_neg.ksh58 typeset user_prop=$1
61 typeset source=$(get_source $user_prop $dtst)
62 typeset value=$(get_prop $user_prop $dtst)
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1767 match_prop(xmlNodePtr cur, const xmlChar *attr, char *user_prop) argument
1775 prop_result = xmlStrcmp(gotten_prop, (const xmlChar *) user_prop);

Completed in 79 milliseconds