Searched refs:SCF_PROPERTY_SECFLAGS (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/librestart/common/ |
H A D | librestart.c | 3123 SCF_PROPERTY_SECFLAGS, prop) == SCF_SUCCESS) || in restarter_get_method_context() 3125 SCF_PROPERTY_SECFLAGS, prop) == SCF_SUCCESS)) { in restarter_get_method_context() 3136 SCF_PROPERTY_SECFLAGS); in restarter_get_method_context() 3142 SCF_PROPERTY_SECFLAGS); in restarter_get_method_context()
|
/illumos-gate/usr/src/lib/libscf/inc/ |
H A D | libscf.h | 367 #define SCF_PROPERTY_SECFLAGS "security_flags" macro
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_xml.c | 1018 if (new_opt_str_prop_from_attr(pg, SCF_PROPERTY_SECFLAGS, in lxml_get_method_context()
|
H A D | svccfg_libscf.c | 9533 scf_pg_get_property(pg, SCF_PROPERTY_SECFLAGS, NULL) == in export_method() 9560 if (pg_get_prop(pg, SCF_PROPERTY_SECFLAGS, exp_prop) == 0 && in export_method() 9688 strcmp(exp_str, SCF_PROPERTY_SECFLAGS) == 0) { in export_method() 9878 } else if (strcmp(exp_str, SCF_PROPERTY_SECFLAGS) == 0) { in export_method_context()
|