Lines Matching refs:errors
125 // A struct to hold captured errors, for later reporting.
702 // Print errors on mismatches.
710 int errors = 0;
711 int overflowerrors = 0; // Count of overflowed errors.
715 recorded[kErrorLimit]; // Queued errors for later printing.
736 if (errors < kErrorLimit) {
737 recorded[errors].actual = actual;
738 recorded[errors].expected = expected;
739 recorded[errors].vaddr = &memblock[i];
740 errors++;
743 // If we have overflowed the error queue, just print the errors now.
833 // Process error queue after all errors have been recorded.
834 for (int err = 0; err < errors; err++) {
837 priority = 0; // Bump up the priority for the first few errors.
866 // If we have overflowed the error queue, print the errors now.
881 // Keep track of observed errors.
882 errorcount_ += errors + overflowerrors;
883 return errors + overflowerrors;
895 int errors = 0;
926 errors += errorcount;
934 errors += CheckRegion(memslice,
939 return errors;
957 // Distinguish read and write errors.
1193 int errors = 0;
1254 errors += errorcount;
1264 errors += CheckRegion(sourcemem,
1277 // Clean clean clean the errors away.
1278 if (errors) {
1283 return errors;
1337 int errors = 0;
1398 errors += errorcount;
1408 errors += CheckRegion(sourcemem,
1421 // Clean clean clean the errors away.
1422 if (errors) {
1427 return errors;
1498 // Force errors for unittests.
1782 // If we found sector errors:
1923 int errors = CrcCheckPage(&dst);
1924 if (errors) {
1932 errorcount_ += errors;
2442 logprintf(9, "Log: Finished system error poll thread %d: %d errors\n",
3064 // if the block had data errors or performance problems.
3263 // More detailed error printout for hardware errors in memory or MMIO