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

/illumos-gate/usr/src/lib/libfru/libfru/
H A Dlibfru.cc1152 unsigned numStored; member in struct:tag_inst_hist_t
1160 for (int s = 0; s < (hist->numStored); s++) {
1170 if (hist->numStored > hist->size) {
1173 (hist->pairs)[(hist->numStored)].tag.raw_data = tag.raw_data;
1174 (hist->pairs)[(hist->numStored)].inst = 0;
1175 (hist->numStored)++;
1184 for (j = 0; j < hist->numStored; j++) {
1214 hist.numStored = 0;
1293 hist.numStored = 0;

Completed in 63 milliseconds