Searched defs:sc_pg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c1857 scf_propertygroup_t *sc_pg = NULL; local
1902 if (sc_pg == NULL && (sc_pg = scf_pg_create(g_hndl)) == NULL) {
1909 if (get_pg(pg->sc_pgroup_name, sc_pg) != SCF_SUCCESS) {
1911 * If this is the sc_pg from the parent
1912 * let the caller clean up the sc_pg,
1915 if (sc_pg != lcb->sc_parent)
1916 scf_pg_destroy(sc_pg);
1918 sc_pg = NULL;
1947 sc_pg
2138 scf_propertygroup_t *sc_pg = NULL; local
[all...]

Completed in 80 milliseconds