Searched refs:tes_num_errs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c4349 int tes_num_errs; member in struct:scf_tmpl_errors
4857 assert(errs->tes_num_errs <= errs->tes_errs_size);
4858 if (errs->tes_num_errs == errs->tes_errs_size) {
4875 errs->tes_errs[errs->tes_num_errs] = ret;
4876 errs->tes_num_errs++;
4904 ret->tes_num_errs = 0;
5904 if (errs->tes_index < errs->tes_num_errs) {
6723 if ((*errs)->tes_num_errs > 0)
6752 for (i = 0; i < errs->tes_num_errs; ++i) {

Completed in 96 milliseconds