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

/osnet-11/usr/src/lib/libscf/common/
H A Dscf_tmpl.c4460 int tes_num_errs; member in struct:scf_tmpl_errors
4968 assert(errs->tes_num_errs <= errs->tes_errs_size);
4969 if (errs->tes_num_errs == errs->tes_errs_size) {
4986 errs->tes_errs[errs->tes_num_errs] = ret;
4987 errs->tes_num_errs++;
5015 ret->tes_num_errs = 0;
6015 if (errs->tes_index < errs->tes_num_errs) {
6832 if ((*errs)->tes_num_errs > 0)
6861 for (i = 0; i < errs->tes_num_errs; ++i) {

Completed in 25 milliseconds