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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c411 new_str_prop_from_attr(pgroup_t *pgrp, const char *pname, scf_type_t ty, function
827 return (new_str_prop_from_attr(pgrp, SCF_PROPERTY_STABILITY,
900 return (new_str_prop_from_attr(pg, SCF_PROPERTY_PROFILE,
1074 if (new_str_prop_from_attr(pg, SCF_PROPERTY_TYPE, SCF_TYPE_ASTRING,
1076 new_str_prop_from_attr(pg, SCF_PROPERTY_EXEC, SCF_TYPE_ASTRING,
1173 if (new_str_prop_from_attr(pg, SCF_PROPERTY_TYPE, SCF_TYPE_ASTRING,
1177 if (new_str_prop_from_attr(pg, SCF_PROPERTY_RESTART_ON,
1181 if (new_str_prop_from_attr(pg, SCF_PROPERTY_GROUPING, SCF_TYPE_ASTRING,
1293 if (new_str_prop_from_attr(pg, SCF_PROPERTY_RESTART_ON,
1297 if (new_str_prop_from_attr(p
[all...]

Completed in 49 milliseconds