Home
last modified time | relevance | path

Searched refs:imp_pg2 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c259 static scf_propertygroup_t *imp_pg = NULL, *imp_pg2 = NULL; variable
5491 if (entity_get_pg(ent, issvc, imp_str, imp_pg2) != 0) { in process_old_pg()
5512 if (scf_pg_delete(imp_pg2) == 0) in process_old_pg()
5552 r = load_pg(imp_pg2, &curpg_i, ient->sc_fmri, NULL); in process_old_pg()
5572 if (scf_pg_delete(imp_pg2) != 0) { in process_old_pg()
5631 r = scf_snaplevel_get_pg(running, imp_str, imp_pg2); in process_old_pg()
5633 r = entity_get_pg(ent, issvc, imp_str, imp_pg2); in process_old_pg()
5664 r = load_pg_attrs(imp_pg2, &curpg_i); in process_old_pg()
5691 r = load_pg(imp_pg2, &curpg_i, ient->sc_fmri, NULL); in process_old_pg()
5722 entity_get_pg(ent, issvc, imp_str, imp_pg2) != 0) { in process_old_pg()
[all …]