Lines Matching refs:instpg
2373 get_profile(scf_propertygroup_t *methpg, scf_propertygroup_t *instpg, in get_profile() argument
2387 val) == 0 || get_astring_val(instpg, SCF_PROPERTY_PROFILE, buf, 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()
2524 vbuf, vbuf_sz, prop, val) == 0 || get_astring_val(instpg, in get_ids()
2538 val) == 0 || get_astring_val(instpg, SCF_PROPERTY_GROUP, vbuf, in get_ids()
2583 prop, val) == 0 || get_astring_val(instpg, in get_ids()
2618 prop, val) == 0 || get_astring_val(instpg, SCF_PROPERTY_PRIVILEGES, in get_ids()
2649 vbuf_sz, prop, val) == 0 || get_astring_val(instpg, in get_ids()
2795 scf_propertygroup_t *instpg = NULL; in restarter_get_method_context() local
2841 if ((instpg = scf_pg_create(h)) == NULL || in restarter_get_method_context()
2866 instpg) != SCF_SUCCESS) { in restarter_get_method_context()
2873 scf_pg_destroy(instpg); in restarter_get_method_context()
2874 instpg = NULL; in restarter_get_method_context()
2880 if (ret == ENOENT && instpg != NULL) { in restarter_get_method_context()
2881 ret = get_environment(h, instpg, cip, prop, val); in restarter_get_method_context()
2905 if (ret && scf_error() == SCF_ERROR_NOT_FOUND && instpg != NULL) { in restarter_get_method_context()
2907 ret = scf_pg_get_property(instpg, SCF_PROPERTY_USE_PROFILE, in restarter_get_method_context()
3003 err = get_profile(pg, instpg, prop, val, cmdline, in restarter_get_method_context()
3006 err = get_ids(pg, instpg, prop, val, cip, err); in restarter_get_method_context()
3015 (instpg != NULL && scf_pg_get_property(instpg, in restarter_get_method_context()
3109 (instpg != NULL && scf_pg_get_property(instpg, in restarter_get_method_context()
3176 (instpg != NULL && scf_pg_get_property(instpg, in restarter_get_method_context()
3261 (instpg != NULL && scf_pg_get_property(instpg, in restarter_get_method_context()
3353 scf_pg_destroy(instpg); in restarter_get_method_context()