Lines Matching refs:methpg
2373 get_profile(scf_propertygroup_t *methpg, scf_propertygroup_t *instpg, in get_profile() argument
2386 if (!(get_astring_val(methpg, SCF_PROPERTY_PROFILE, buf, buf_sz, prop, in get_profile()
2506 get_ids(scf_propertygroup_t *methpg, scf_propertygroup_t *instpg, in get_ids() argument
2519 if (methpg == NULL && instpg == NULL) in get_ids()
2523 if (!(get_astring_val(methpg, SCF_PROPERTY_USER, in get_ids()
2537 if (!(get_astring_val(methpg, SCF_PROPERTY_GROUP, vbuf, vbuf_sz, prop, in get_ids()
2582 if (!(get_astring_val(methpg, SCF_PROPERTY_SUPP_GROUPS, vbuf, vbuf_sz, in get_ids()
2617 if (!(get_astring_val(methpg, SCF_PROPERTY_PRIVILEGES, vbuf, vbuf_sz, in get_ids()
2648 if (!(get_astring_val(methpg, SCF_PROPERTY_LIMIT_PRIVILEGES, vbuf, in get_ids()
2794 scf_propertygroup_t *methpg = NULL; in restarter_get_method_context() local
2842 (methpg = scf_pg_create(h)) == NULL || in restarter_get_method_context()
2858 if (scf_instance_get_pg_composed(inst, snap, mname, methpg) != in restarter_get_method_context()
2879 ret = get_environment(h, methpg, cip, prop, val); in restarter_get_method_context()
2902 pg = methpg; in restarter_get_method_context()
3013 if ((methpg != NULL && scf_pg_get_property(methpg, in restarter_get_method_context()
3107 if ((methpg != NULL && scf_pg_get_property(methpg, in restarter_get_method_context()
3174 if ((methpg != NULL && scf_pg_get_property(methpg, in restarter_get_method_context()
3259 if ((methpg != NULL && scf_pg_get_property(methpg, in restarter_get_method_context()
3354 scf_pg_destroy(methpg); in restarter_get_method_context()