Home | History | Annotate | Download | only in src

Lines Matching refs:errors

594                  "Only polling ECC errors.\n");
801 // Set maximum number of errors to collect. Stop running after this many.
817 // Inject errors to force miscompare code paths
990 " --max_errors n exit early after finding 'n' errors\n"
1000 " --no_errors run without checking for ECC or other errors\n"
1001 " --force_errors inject false errors to test error handling\n"
1002 " --force_errors_like_crazy inject a lot of false errors "
1054 // This may detect ECC corrected errors, disk problems, or
1055 // any other errors normally hidden from userspace.
1382 // Find all errors.
1408 // Add in any errors from check threads.
1458 "with %d hardware incidents, %d errors\n",
1607 int64 errors = 0;
1614 errors += (*it)->GetErrorCount();
1618 return errors;
1745 uint64 errors = GetTotalErrorCount();
1746 if (errors > max_errorcount_) {
1750 errors);
1877 logprintf(4, "Status: FAIL - test encountered procedural errors\n");
1883 logprintf(4, "Status: PASS - please verify no corrected errors\n");