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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c278 static scf_value_t *ud_val = NULL; variable
4154 if (scf_property_get_value(prop, ud_val) != 0) {
4175 if (scf_value_get_as_string(ud_val, ud_oldtarg,
4201 if (scf_property_get_value(ud_prop, ud_val) != 0) {
4222 ty = scf_value_type(ud_val);
4229 if (scf_value_get_as_string(ud_val, ud_ctarg,
4467 if (scf_property_get_value(prop, ud_val) != 0) {
4487 if (scf_value_get_as_string(ud_val, ud_oldtarg, max_scf_value_len + 1) <
4613 if (scf_property_get_value(ud_prop, ud_val) != 0) {
4635 ty = scf_value_type(ud_val);
[all...]

Completed in 64 milliseconds