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

/osnet-11/usr/src/lib/libscf/common/
H A Dscf_tmpl.c5148 char *t_pg_name = NULL; local
5153 if (scf_tmpl_pg_name(t, &t_pg_name) == -1) {
5159 if ((ev1 = strdup(t_pg_name)) == NULL) {
5169 ev2, NULL, t_fmri, t_pg_name, t_pg_type, NULL, NULL));
5174 free(t_pg_name);
5201 char *t_pg_name = NULL; local
5210 if (scf_tmpl_pg_name(t, &t_pg_name) == -1) {
5222 ev1, NULL, actual, t_fmri, t_pg_name, t_pg_type, NULL, NULL));
5228 free(t_pg_name);
5254 char *t_pg_name local
5326 char *t_pg_name = NULL; local
5406 char *t_pg_name = NULL; local
5514 char *t_pg_name = NULL; local
5606 char *t_pg_name = NULL; local
5711 char *t_pg_name = NULL; local
[all...]

Completed in 496 milliseconds