Searched refs:imp_pg2 (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 256 static scf_propertygroup_t *imp_pg = NULL, *imp_pg2 = NULL; variable 5477 if (entity_get_pg(ent, issvc, imp_str, imp_pg2) != 0) { in process_old_pg() 5498 if (scf_pg_delete(imp_pg2) == 0) in process_old_pg() 5538 r = load_pg(imp_pg2, &curpg_i, ient->sc_fmri, NULL); in process_old_pg() 5558 if (scf_pg_delete(imp_pg2) != 0) { in process_old_pg() 5617 r = scf_snaplevel_get_pg(running, imp_str, imp_pg2); in process_old_pg() 5619 r = entity_get_pg(ent, issvc, imp_str, imp_pg2); in process_old_pg() 5650 r = load_pg_attrs(imp_pg2, &curpg_i); in process_old_pg() 5677 r = load_pg(imp_pg2, &curpg_i, ient->sc_fmri, NULL); in process_old_pg() 5708 entity_get_pg(ent, issvc, imp_str, imp_pg2) != 0) { in process_old_pg() [all …]
|