Lines Matching defs:errors
110 // A struct to hold captured errors, for later reporting.
694 // Print errors on mismatches.
702 int errors = 0;
703 int overflowerrors = 0; // Count of overflowed errors.
707 recorded[kErrorLimit]; // Queued errors for later printing.
728 if (errors < kErrorLimit) {
729 recorded[errors].actual = actual;
730 recorded[errors].expected = expected;
731 recorded[errors].vaddr = &memblock[i];
732 errors++;
735 // If we have overflowed the error queue, just print the errors now.
826 // Process error queue after all errors have been recorded.
827 for (int err = 0; err < errors; err++) {
830 priority = 0; // Bump up the priority for the first few errors.
854 // If we have overflowed the error queue, print the errors now.
868 // Keep track of observed errors.
869 errorcount_ += errors + overflowerrors;
870 return errors + overflowerrors;
882 int errors = 0;
913 errors += errorcount;
921 errors += CheckRegion(memslice,
926 return errors;
944 // Distinguish read and write errors.
1186 int errors = 0;
1247 errors += errorcount;
1257 errors += CheckRegion(sourcemem,
1270 // Clean clean clean the errors away.
1271 if (errors) {
1276 return errors;
1330 int errors = 0;
1391 errors += errorcount;
1401 errors += CheckRegion(sourcemem,
1414 // Clean clean clean the errors away.
1415 if (errors) {
1420 return errors;
1491 // Force errors for unittests.
1772 // If we found sector errors:
1913 int errors = CrcCheckPage(&dst);
1914 if (errors) {
1922 errorcount_ += errors;
2432 logprintf(9, "Log: Finished system error poll thread %d: %d errors\n",
3090 // if the block had data errors or performance problems.
3289 // More detailed error printout for hardware errors in memory or MMIO