Home | History | Annotate | Download | only in src

Lines Matching defs:errors

620                  "Only polling ECC errors.\n");
860 // Set maximum number of errors to collect. Stop running after this many.
876 // Inject errors to force miscompare code paths
1110 " --max_errors n exit early after finding 'n' errors\n"
1121 " --no_errors run without checking for ECC or other errors\n"
1122 " --force_errors inject false errors to test error handling\n"
1123 " --force_errors_like_crazy inject a lot of false errors "
1188 // This may detect ECC corrected errors, disk problems, or
1189 // any other errors normally hidden from userspace.
1558 // Find all errors.
1584 // Add in any errors from check threads.
1634 "with %d hardware incidents, %d errors\n",
1783 int64 errors = 0;
1790 errors += (*it)->GetErrorCount();
1794 return errors;
1921 uint64 errors = GetTotalErrorCount();
1922 if (errors > max_errorcount_) {
1926 errors);
2053 logprintf(4, "Status: FAIL - test encountered procedural errors\n");
2059 logprintf(4, "Status: PASS - please verify no corrected errors\n");