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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c288 static scf_property_t *exp_prop; variable
9201 while ((ret = scf_iter_next_property(exp_prop_iter, exp_prop)) == 1) {
9202 if (scf_property_get_name(exp_prop, exp_str, exp_str_sz) < 0)
9212 if (set_attr_from_prop(exp_prop, m, value_attr) == 0) {
9220 export_property(exp_prop, NULL, &elts, flags);
9256 if (scf_pg_get_property(pg, scf_property_external, exp_prop) == 0) {
9257 if (prop_check_type(exp_prop, SCF_TYPE_BOOLEAN) == 0 &&
9258 prop_get_val(exp_prop, exp_val) == 0) {
9278 if (pg_get_prop(pg, SCF_PROPERTY_GROUPING, exp_prop) != 0 ||
9279 set_attr_from_prop(exp_prop,
[all...]

Completed in 87 milliseconds