Searched refs:current_pg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c4085 pgroup_t *current_pg; local
4332 r = load_pg(ud_pg, &current_pg, ud_ctarg, NULL);
4353 if (!pg_equal(old_dpt_pgroup, current_pg)) {
4356 internal_pgroup_free(current_pg);
4361 internal_pgroup_free(current_pg);
4722 r = load_pg(ud_pg, &current_pg, ud_ctarg, NULL);
4742 if (!pg_equal(current_pg, new_dpt_pgroup))
4744 internal_pgroup_free(current_pg);
4839 r = load_pg(ud_pg, &current_pg, ud_ctarg, NULL);
4858 if (!pg_equal(current_pg, old_dpt_pgrou
[all...]

Completed in 85 milliseconds