Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c4350 scf_tmpl_error_t **tes_errs; member
4860 saved_errs = errs->tes_errs; in _create_error()
4861 errs->tes_errs = calloc(2 * errs->tes_errs_size, in _create_error()
4863 if (errs->tes_errs == NULL) { in _create_error()
4865 errs->tes_errs = saved_errs; in _create_error()
4875 errs->tes_errs[errs->tes_num_errs] = ret; in _create_error()
4922 if (ret->tes_errs == NULL) { in _scf_create_errors()
5905 assert(errs->tes_errs[errs->tes_index] != NULL); in scf_tmpl_next_error()
5906 return (errs->tes_errs[errs->tes_index++]); in scf_tmpl_next_error()
6753 e = errs->tes_errs[i]; in scf_tmpl_errors_destroy()
[all …]