Searched refs:imp_pg (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 256 static scf_propertygroup_t *imp_pg = NULL, *imp_pg2 = NULL; variable 2445 entity_get_pg(ent, issvc, p->sc_pgroup_name, imp_pg) == 0) { in entity_pgroup_import() 2460 p->sc_pgroup_type, p->sc_pgroup_flags, imp_pg); in entity_pgroup_import() 2463 p->sc_pgroup_type, p->sc_pgroup_flags, imp_pg); in entity_pgroup_import() 2496 if (entity_get_pg(ent, issvc, p->sc_pgroup_name, imp_pg) != 0) { in entity_pgroup_import() 2526 if (scf_pg_delete(imp_pg) != 0) { in entity_pgroup_import() 2562 cbdata.sc_parent = imp_pg; in entity_pgroup_import() 2567 if (scf_transaction_start(imp_tx, imp_pg) != 0) { in entity_pgroup_import() 5930 r = scf_iter_next_pg(imp_up_iter, imp_pg); in upgrade_props() 5934 r = process_old_pg(imp_pg, ient, ent, running); in upgrade_props() [all …]
|