Lines Matching defs:ev1
4962 const char *ev1, const char *ev2, const char *actual,
4978 err->te_ev1 = ev1;
5034 char *ev1 = NULL;
5048 if ((ev1 = strdup(t_pg_name)) == NULL) {
5057 return (_scf_tmpl_add_error(errs, SCF_TERR_MISSING_PG, NULL, NULL, ev1,
5060 free(ev1);
5087 char *ev1 = NULL;
5105 if ((ev1 = strdup(t_pg_type)) == NULL) {
5111 ev1, NULL, actual, t_fmri, t_pg_name, t_pg_type, NULL, NULL));
5114 free(ev1);
5141 char *ev1 = NULL;
5173 if ((ev1 = strdup(t_prop_name)) == NULL) {
5179 ev1, NULL, NULL, t_fmri, t_pg_name, t_pg_type, t_prop_name,
5183 free(ev1);
5212 char *ev1 = NULL;
5249 if ((ev1 = strdup(t_prop_type)) == NULL) {
5255 prop_name, ev1, NULL, actual, t_fmri, t_pg_name, t_pg_type,
5260 free(ev1);
5597 char *ev1 = NULL;
5611 if (scf_tmpl_pg_name(t, &ev1) == -1) {
5619 ev1, ev2, NULL, t_fmri, t_pg_name, t_pg_type, NULL, NULL));
5621 free(ev1);