Searched refs:t_fmri (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libscf/common/ |
H A D | scf_tmpl.c | 5036 char *t_fmri = NULL; in _add_tmpl_missing_pg_error() local 5040 if ((t_fmri = _scf_tmpl_get_fmri(t)) == 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() 5062 free(t_fmri); in _add_tmpl_missing_pg_error() 5089 char *t_fmri = NULL; in _add_tmpl_wrong_pg_type_error() local 5093 if ((t_fmri = _scf_tmpl_get_fmri(t)) == NULL) 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() 5116 free(t_fmri); in _add_tmpl_wrong_pg_type_error() 5142 char *t_fmri = NULL; in _add_tmpl_missing_prop_error() local 5148 if ((t_fmri = _scf_tmpl_get_fmri(t)) == NULL) in _add_tmpl_missing_prop_error() [all …]
|