Lines Matching +defs:bad +defs:error
409 daddr_t blk, totbad, bad;
420 * Copy the list of kernel bad sectors out in chunks that fit
499 bad = 0;
504 bad++;
508 printf("%s: bad sector clusters %"PRIdaddr
509 " total sectors %"PRIdaddr"\n", dvname, bad, totbad);
512 * Clear out the kernel's list of bad sectors, ready for us
513 * to test all those it thought were bad.
518 printf("%s: bad sectors flushed\n", dvname);
522 * individual sector recorded as bad by seeking to it and
524 * bad block we verify.
662 bool error, quiet;
666 quiet = error = false;
670 error = true;
708 if (error)