Lines Matching refs:ud_pg
275 static scf_propertygroup_t *ud_pg = NULL; variable
4265 if (scf_snaplevel_get_pg(snpl, ud_name, ud_pg) != 0) { in upgrade_dependent()
4284 r = load_pg(ud_pg, &old_dpt_pgroup, ient->sc_fmri, in upgrade_dependent()
4321 ud_pg, ud_iter2, ud_inst, imp_snap, ud_snpl); in upgrade_dependent()
4346 r = load_pg(ud_pg, ¤t_pg, ud_ctarg, NULL); in upgrade_dependent()
4381 if (entity_get_pg(target_ent, tissvc, ud_name, ud_pg) != 0) { in upgrade_dependent()
4401 if (scf_pg_delete(ud_pg) != 0) { in upgrade_dependent()
4528 if (scf_snaplevel_get_pg(snpl, ud_name, ud_pg) != 0) { in upgrade_dependent()
4547 r = load_pg(ud_pg, &old_dpt_pgroup, ient->sc_fmri, in upgrade_dependent()
4713 ud_pg, ud_iter2, ud_inst, imp_snap, ud_snpl); in upgrade_dependent()
4736 r = load_pg(ud_pg, ¤t_pg, ud_ctarg, NULL); in upgrade_dependent()
4773 ud_pg) != 0) { in upgrade_dependent()
4792 r = load_pg(ud_pg, &old_dpt_pgroup, ient->sc_fmri, in upgrade_dependent()
4829 r = entity_get_running_pg(target_ent, tissvc, ud_name, ud_pg, in upgrade_dependent()
4853 r = load_pg(ud_pg, ¤t_pg, ud_ctarg, NULL); in upgrade_dependent()
4895 if (entity_get_pg(target_ent, tissvc, ud_name, ud_pg) != 0) { in upgrade_dependent()
4919 SCF_GROUP_DEPENDENCY, 0, ud_pg); in upgrade_dependent()
4922 SCF_GROUP_DEPENDENCY, 0, ud_pg); in upgrade_dependent()
4959 r = load_pg(ud_pg, ¤t_pg, ud_ctarg, NULL); in upgrade_dependent()
4981 r = upgrade_pg(ud_pg, current_pg, old_dpt_pgroup, in upgrade_dependent()
5023 if (entity_get_pg(target_ent, tissvc, ud_name, ud_pg) != 0) { in upgrade_dependent()
5044 } else if (scf_pg_delete(ud_pg) != 0) { in upgrade_dependent()
5300 ud_pg, ud_iter, ud_inst, imp_snap, ud_snpl); in handle_dependent_conflict()
5338 r = load_pg(ud_pg, &pgroup, ud_ctarg, NULL); in handle_dependent_conflict()
8087 (ud_pg = scf_pg_create(g_hndl)) == NULL || in alloc_imp_globals()
8146 scf_pg_destroy(ud_pg); in free_imp_globals()
8149 ud_pg = ud_cur_depts_pg = ud_run_dpts_pg = NULL; in free_imp_globals()