Home
last modified time | relevance | path

Searched refs: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
1223 ste->tve_errors = _scf_create_errors(fmri, 1); in tv_errors_create()
1224 if (ste->tve_errors == NULL) in tv_errors_create()
1233 scf_tmpl_errors_destroy(ste->tve_errors); in destroy_scf_errors()
1804 rc = _scf_tmpl_add_error(errs->te_cur_scf->tve_errors, ec, in add_scf_error()
3064 scferrs = scft->tve_errors; in tmpl_errors_print()