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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c1859 scf_pg_tmpl_t *t_pg = NULL; local
1919 if ((t_pg = scf_tmpl_pg_create(g_hndl)) == NULL) {
1928 pg->sc_pgroup_name, NULL, t_pg,
1933 scf_tmpl_pg_destroy(t_pg);
1934 t_pg = NULL;
1979 * If we get here with t_pg set to NULL then we had to have
1981 * we are looking for. So if the t_pg is not null look up
1984 * If the t_pg is null then need to attempt to get a matching
1989 if (t_pg != NULL &&
1990 scf_tmpl_get_by_prop(t_pg, pro
2139 scf_pg_tmpl_t *t_pg = NULL; local
[all...]

Completed in 60 milliseconds