Searched refs:set_attr_from_prop (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 9005 set_attr_from_prop(scf_property_t *prop, xmlNodePtr n, const char *name) in set_attr_from_prop() function 9212 if (set_attr_from_prop(exp_prop, m, value_attr) == 0) { in export_pg() 9279 set_attr_from_prop(exp_prop, n, "grouping") != 0) in export_dependency() 9284 set_attr_from_prop(exp_prop, n, "restart_on") != 0) in export_dependency() 9289 set_attr_from_prop(exp_prop, n, type_attr) != 0) in export_dependency() 9363 if (set_attr_from_prop(exp_prop, m, value_attr) == 0) { in export_dependency() 9470 set_attr_from_prop(exp_prop, n, type_attr) != 0) in export_method() 9475 set_attr_from_prop(exp_prop, n, "exec") != 0) in export_method() 9566 set_attr_from_prop(exp_prop, prof, in export_method() 9579 set_attr_from_prop(exp_prop, cred, in export_method() [all …]
|