Lines Matching refs:methpg
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
2854 (methpg = scf_pg_create(h)) == NULL || in restarter_get_method_context()
2870 if (scf_instance_get_pg_composed(inst, snap, mname, methpg) != in restarter_get_method_context()
2892 ret = get_environment(h, methpg, cip, prop, val); in restarter_get_method_context()
2915 pg = methpg; in restarter_get_method_context()
3028 if ((methpg != NULL && scf_pg_get_property(methpg, in restarter_get_method_context()
3122 if ((methpg != NULL && scf_pg_get_property(methpg, in restarter_get_method_context()
3198 if ((methpg != NULL && scf_pg_get_property(methpg, in restarter_get_method_context()
3265 if ((methpg != NULL && scf_pg_get_property(methpg, in restarter_get_method_context()
3350 if ((methpg != NULL && scf_pg_get_property(methpg, in restarter_get_method_context()
3459 scf_pg_destroy(methpg); in restarter_get_method_context()