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

/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 123 milliseconds