Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c1877 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()
[all …]