Lines Matching refs:instpg

2375 get_profile(scf_propertygroup_t *methpg, scf_propertygroup_t *instpg,  in get_profile()  argument
2389 val) == 0 || get_astring_val(instpg, SCF_PROPERTY_PROFILE, buf, 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()
2526 vbuf, vbuf_sz, prop, val) == 0 || get_astring_val(instpg, in get_ids()
2540 val) == 0 || get_astring_val(instpg, SCF_PROPERTY_GROUP, vbuf, in get_ids()
2585 prop, val) == 0 || get_astring_val(instpg, in get_ids()
2620 prop, val) == 0 || get_astring_val(instpg, SCF_PROPERTY_PRIVILEGES, in get_ids()
2651 vbuf_sz, prop, val) == 0 || get_astring_val(instpg, in get_ids()
2797 scf_propertygroup_t *instpg = NULL; in restarter_get_method_context() local
2853 if ((instpg = scf_pg_create(h)) == NULL || in restarter_get_method_context()
2878 instpg) != SCF_SUCCESS) { in restarter_get_method_context()
2885 scf_pg_destroy(instpg); in restarter_get_method_context()
2886 instpg = NULL; in restarter_get_method_context()
2893 if (ret == ENOENT && instpg != NULL) { in restarter_get_method_context()
2894 ret = get_environment(h, instpg, cip, prop, val); in restarter_get_method_context()
2918 if (ret && scf_error() == SCF_ERROR_NOT_FOUND && instpg != NULL) { in restarter_get_method_context()
2920 ret = scf_pg_get_property(instpg, SCF_PROPERTY_USE_PROFILE, in restarter_get_method_context()
3016 err = get_profile(pg, instpg, prop, val, cmdline, in restarter_get_method_context()
3020 err = get_ids(pg, instpg, prop, val, cip, err); in restarter_get_method_context()
3030 (instpg != NULL && scf_pg_get_property(instpg, in restarter_get_method_context()
3124 (instpg != NULL && scf_pg_get_property(instpg, in restarter_get_method_context()
3200 (instpg != NULL && scf_pg_get_property(instpg, in restarter_get_method_context()
3267 (instpg != NULL && scf_pg_get_property(instpg, in restarter_get_method_context()
3352 (instpg != NULL && scf_pg_get_property(instpg, in restarter_get_method_context()
3458 scf_pg_destroy(instpg); in restarter_get_method_context()