Searched defs:ud_pg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c272 static scf_propertygroup_t *ud_pg = NULL; variable
4251 if (scf_snaplevel_get_pg(snpl, ud_name, ud_pg) != 0) {
4270 r = load_pg(ud_pg, &old_dpt_pgroup, ient->sc_fmri,
4307 ud_pg, ud_iter2, ud_inst, imp_snap, ud_snpl);
4332 r = load_pg(ud_pg, &current_pg, ud_ctarg, NULL);
4367 if (entity_get_pg(target_ent, tissvc, ud_name, ud_pg) != 0) {
4387 if (scf_pg_delete(ud_pg) != 0) {
4514 if (scf_snaplevel_get_pg(snpl, ud_name, ud_pg) != 0) {
4533 r = load_pg(ud_pg, &old_dpt_pgroup, ient->sc_fmri,
4699 ud_pg, ud_iter
[all...]

Completed in 63 milliseconds