Searched refs:SCF_PROPERTY_PROFILE (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libscf/inc/ |
H A D | libscf.h | 321 #define SCF_PROPERTY_PROFILE ((const char *)"profile") macro
|
/titanic_41/usr/src/lib/librestart/common/ |
H A D | librestart.c | 2386 if (!(get_astring_val(methpg, SCF_PROPERTY_PROFILE, buf, buf_sz, prop, in get_profile() 2387 val) == 0 || get_astring_val(instpg, SCF_PROPERTY_PROFILE, buf, in get_profile() 2392 SCF_PROPERTY_PROFILE, scf_strerror(scf_error()))); in get_profile()
|
/titanic_41/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_xml.c | 898 return (new_str_prop_from_attr(pg, SCF_PROPERTY_PROFILE, in lxml_get_method_profile()
|
H A D | svccfg_libscf.c | 9564 if (pg_get_prop(pg, SCF_PROPERTY_PROFILE, in export_method() 9668 } else if (strcmp(exp_str, SCF_PROPERTY_PROFILE) == 0) { in export_method() 9874 } else if (strcmp(exp_str, SCF_PROPERTY_PROFILE) == 0) { in export_method_context()
|