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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c346 scf_tmpl_errors_t *tve_errors; /* Errors for scf_tmpl_strerror() */ member in struct:tv_errors
1223 ste->tve_errors = _scf_create_errors(fmri, 1);
1224 if (ste->tve_errors == NULL)
1233 scf_tmpl_errors_destroy(ste->tve_errors);
1804 rc = _scf_tmpl_add_error(errs->te_cur_scf->tve_errors, ec,
3064 scferrs = scft->tve_errors;

Completed in 70 milliseconds