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

/osnet-11/usr/src/lib/libscf/common/
H A Dscf_tmpl.c4459 int tes_index; member in struct:scf_tmpl_errors
5014 ret->tes_index = 0;
6015 if (errs->tes_index < errs->tes_num_errs) {
6016 assert(errs->tes_errs[errs->tes_index] != NULL);
6017 return (errs->tes_errs[errs->tes_index++]);
6026 errs->tes_index = 0;

Completed in 29 milliseconds