Searched refs:exp_val (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/inheritance/
H A Dinherit_001_pos.ksh226 typeset exp_val
233 exp_val=`get_mntpt_val $dataset $src $idx`
236 exp_val=${local_val[idx]}
238 exp_val=${def_val[idx]}
244 exp_val=`get_prop $prop $src`
248 if [[ $prop_val != $exp_val ]]; then
255 $exp_val != "secure" || \
259 "than [$exp_val]"
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c289 static scf_value_t *exp_val; variable
9079 if (scf_property_get_value(prop, exp_val) == SCF_SUCCESS) {
9090 if (scf_value_get_as_string(exp_val, exp_str, exp_str_sz) < 0)
9137 while ((ret = scf_iter_next_value(exp_val_iter, exp_val)) ==
9146 if (scf_value_get_as_string(exp_val, exp_str,
9258 prop_get_val(exp_prop, exp_val) == 0) {
9261 if (scf_value_get_boolean(exp_val, &b) != SCF_SUCCESS)
9308 while ((ret2 = scf_iter_next_value(eiter, exp_val)) == 1) {
9311 if (scf_value_get_astring(exp_val, exp_str,
9406 while ((ret = scf_iter_next_value(exp_val_iter, exp_val))
[all...]

Completed in 86 milliseconds