Home
last modified time | relevance | path

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

/titanic_44/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]"
/titanic_44/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) { in export_property()
9090 if (scf_value_get_as_string(exp_val, exp_str, exp_str_sz) < 0) in export_property()
9137 while ((ret = scf_iter_next_value(exp_val_iter, exp_val)) == in export_property()
9146 if (scf_value_get_as_string(exp_val, exp_str, in export_property()
9258 prop_get_val(exp_prop, exp_val) == 0) { in export_dependency()
9261 if (scf_value_get_boolean(exp_val, &b) != SCF_SUCCESS) in export_dependency()
9308 while ((ret2 = scf_iter_next_value(eiter, exp_val)) == 1) { in export_dependency()
9311 if (scf_value_get_astring(exp_val, exp_str, in export_dependency()
9406 while ((ret = scf_iter_next_value(exp_val_iter, exp_val)) == 1) { in export_method_environment()
[all …]