Home
last modified time | relevance | path

Searched refs:exp_val (Results 1 – 4 of 4) sorted by relevance

/freebsd/tests/sys/cddl/zfs/tests/inheritance/
H A Dinherit_001_pos.ksh227 typeset exp_val
234 exp_val=`get_mntpt_val $dataset $src $idx`
237 exp_val=${local_val[idx]}
239 exp_val=${def_val[idx]}
245 exp_val=`get_prop $prop $src`
249 [ "$prop_val" = "$exp_val" ] && return
255 [ "$exp_val" = "secure" ] && return
259 "was [$prop_val]; expected [$exp_val]"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/
H A Dinherit_001_pos.ksh228 typeset exp_val
235 exp_val=`get_mntpt_val $dataset $src $idx`
238 exp_val=${local_val[idx]}
240 exp_val=${def_val[idx]}
246 exp_val=`get_prop $prop $src`
250 if [[ $prop_val != $exp_val ]]; then
257 $exp_val != "secure" || \
261 "than [$exp_val]"
/freebsd/lib/libutil/tests/
H A Dexpand_number_test.c35 require_success(const char *str, int64_t exp_val) in require_success() argument
41 ATF_REQUIRE_MSG(val == exp_val, in require_success()
43 (intmax_t)val, (intmax_t)exp_val); in require_success()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.set_props.zcp100 exp_val = expected[1]
104 err = zfs.sync.set_prop(fs, prop, exp_val)