Searched refs:methpg (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/librestart/common/ |
H A D | librestart.c | 2375 get_profile(scf_propertygroup_t *methpg, scf_propertygroup_t *instpg, in get_profile() argument 2388 if (!(get_astring_val(methpg, SCF_PROPERTY_PROFILE, buf, buf_sz, prop, in get_profile() 2508 get_ids(scf_propertygroup_t *methpg, scf_propertygroup_t *instpg, in get_ids() argument 2521 if (methpg == NULL && instpg == NULL) in get_ids() 2525 if (!(get_astring_val(methpg, SCF_PROPERTY_USER, in get_ids() 2539 if (!(get_astring_val(methpg, SCF_PROPERTY_GROUP, vbuf, vbuf_sz, prop, in get_ids() 2584 if (!(get_astring_val(methpg, SCF_PROPERTY_SUPP_GROUPS, vbuf, vbuf_sz, in get_ids() 2619 if (!(get_astring_val(methpg, SCF_PROPERTY_PRIVILEGES, vbuf, vbuf_sz, in get_ids() 2650 if (!(get_astring_val(methpg, SCF_PROPERTY_LIMIT_PRIVILEGES, vbuf, in get_ids() 2796 scf_propertygroup_t *methpg = NULL; in restarter_get_method_context() local [all …]
|