Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c1859 scf_pg_tmpl_t *t_pg = NULL; in find_current_prop_type() local
1919 if ((t_pg = scf_tmpl_pg_create(g_hndl)) == NULL) { in find_current_prop_type()
1928 pg->sc_pgroup_name, NULL, t_pg, in find_current_prop_type()
1933 scf_tmpl_pg_destroy(t_pg); in find_current_prop_type()
1934 t_pg = NULL; in find_current_prop_type()
1989 if (t_pg != NULL && in find_current_prop_type()
1990 scf_tmpl_get_by_prop(t_pg, prop->sc_property_name, in find_current_prop_type()
2010 if (t_pg == NULL && sc_pg) { in find_current_prop_type()
2011 if ((t_pg = scf_tmpl_pg_create(g_hndl)) == NULL) { in find_current_prop_type()
2019 if (scf_tmpl_get_by_pg(sc_pg, t_pg, 0) != SCF_SUCCESS) { in find_current_prop_type()
[all …]