Searched refs:load_pg (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/svc/svccfg/ |
H A D | svccfg.h | 442 int load_pg(const scf_propertygroup_t *, pgroup_t **, const char *,
|
H A D | svccfg_internal.c | 1064 load_pg(const scf_propertygroup_t *pg, pgroup_t **ipgp, const char *fmri, in load_pg() function 1280 if ((rc = load_pg(load_pgroup, &ipg, fmri, NULL)) != 0) { in load_instance()
|
H A D | svccfg_libscf.c | 4270 r = load_pg(ud_pg, &old_dpt_pgroup, ient->sc_fmri, in upgrade_dependent() 4332 r = load_pg(ud_pg, ¤t_pg, ud_ctarg, NULL); in upgrade_dependent() 4533 r = load_pg(ud_pg, &old_dpt_pgroup, ient->sc_fmri, in upgrade_dependent() 4722 r = load_pg(ud_pg, ¤t_pg, ud_ctarg, NULL); in upgrade_dependent() 4778 r = load_pg(ud_pg, &old_dpt_pgroup, ient->sc_fmri, in upgrade_dependent() 4839 r = load_pg(ud_pg, ¤t_pg, ud_ctarg, NULL); in upgrade_dependent() 4945 r = load_pg(ud_pg, ¤t_pg, ud_ctarg, NULL); in upgrade_dependent() 5324 r = load_pg(ud_pg, &pgroup, ud_ctarg, NULL); in handle_dependent_conflict() 5520 r = load_pg(lipg, &lipg_i, ient->sc_fmri, snap_lastimport); in process_old_pg() 5538 r = load_pg(imp_pg2, &curpg_i, ient->sc_fmri, NULL); in process_old_pg() [all …]
|