Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c5037 char *t_pg_name = NULL; in _add_tmpl_missing_pg_error() local
5042 if (scf_tmpl_pg_name(t, &t_pg_name) == -1) { in _add_tmpl_missing_pg_error()
5048 if ((ev1 = strdup(t_pg_name)) == NULL) { in _add_tmpl_missing_pg_error()
5058 ev2, NULL, t_fmri, t_pg_name, t_pg_type, NULL, NULL)); in _add_tmpl_missing_pg_error()
5063 free(t_pg_name); in _add_tmpl_missing_pg_error()
5090 char *t_pg_name = NULL; in _add_tmpl_wrong_pg_type_error() local
5099 if (scf_tmpl_pg_name(t, &t_pg_name) == -1) { in _add_tmpl_wrong_pg_type_error()
5111 ev1, NULL, actual, t_fmri, t_pg_name, t_pg_type, NULL, NULL)); in _add_tmpl_wrong_pg_type_error()
5117 free(t_pg_name); in _add_tmpl_wrong_pg_type_error()
5143 char *t_pg_name = NULL; in _add_tmpl_missing_prop_error() local
[all …]