Lines Matching refs:t_pg
1877 scf_pg_tmpl_t *t_pg = NULL; in find_current_prop_type() local
1937 if ((t_pg = scf_tmpl_pg_create(g_hndl)) == NULL) { in find_current_prop_type()
1946 pg->sc_pgroup_name, NULL, t_pg, in find_current_prop_type()
1951 scf_tmpl_pg_destroy(t_pg); in find_current_prop_type()
1952 t_pg = NULL; in find_current_prop_type()
2007 if (t_pg != NULL && in find_current_prop_type()
2008 scf_tmpl_get_by_prop(t_pg, prop->sc_property_name, in find_current_prop_type()
2028 if (t_pg == NULL && sc_pg) { in find_current_prop_type()
2029 if ((t_pg = scf_tmpl_pg_create(g_hndl)) == NULL) { in find_current_prop_type()
2037 if (scf_tmpl_get_by_pg(sc_pg, t_pg, 0) != SCF_SUCCESS) { in find_current_prop_type()
2038 scf_tmpl_pg_destroy(t_pg); in find_current_prop_type()
2039 t_pg = NULL; in find_current_prop_type()
2117 scf_tmpl_pg_destroy(t_pg); in find_current_prop_type()
2157 scf_pg_tmpl_t *t_pg = NULL; in find_current_pg_type() local
2209 if ((t_pg == NULL) && in find_current_pg_type()
2210 (t_pg = scf_tmpl_pg_create(g_hndl)) == NULL) in find_current_pg_type()
2214 NULL, t_pg, SCF_PG_TMPL_FLAG_EXACT) == SCF_SUCCESS && in find_current_pg_type()
2215 scf_tmpl_pg_type(t_pg, &pg_type) != -1) { in find_current_pg_type()
2270 scf_tmpl_pg_destroy(t_pg); in find_current_pg_type()