Searched refs:SCF_PROPERTY_SUPP_GROUPS (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/librestart/common/ |
H A D | librestart.c | 2584 if (!(get_astring_val(methpg, SCF_PROPERTY_SUPP_GROUPS, vbuf, vbuf_sz, in get_ids() 2586 SCF_PROPERTY_SUPP_GROUPS, vbuf, vbuf_sz, prop, val) == 0)) { in get_ids() 2592 "property.", SCF_PROPERTY_SUPP_GROUPS)); in get_ids() 2604 "property value \"%s\".", SCF_PROPERTY_SUPP_GROUPS, in get_ids()
|
/illumos-gate/usr/src/lib/libscf/inc/ |
H A D | libscf.h | 375 #define SCF_PROPERTY_SUPP_GROUPS "supp_groups" macro
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_xml.c | 923 if (new_opt_str_prop_from_attr(pg, SCF_PROPERTY_SUPP_GROUPS, in lxml_get_method_credential()
|
H A D | svccfg_libscf.c | 9612 if (pg_get_prop(pg, SCF_PROPERTY_SUPP_GROUPS, in export_method() 9685 strcmp(exp_str, SCF_PROPERTY_SUPP_GROUPS) == 0 || in export_method() 9892 } else if (strcmp(exp_str, SCF_PROPERTY_SUPP_GROUPS) == 0) { in export_method_context()
|