• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/tests/

Lines Matching refs:PRINT_PREF

31 #define PRINT_PREF KERN_INFO "mtd_oobtest: "
83 printk(PRINT_PREF "error %d while erasing EB %d\n", err, ebnum);
88 printk(PRINT_PREF "some erase error occurred at EB %d\n",
101 printk(PRINT_PREF "erasing whole device\n");
110 printk(PRINT_PREF "erased %u eraseblocks\n", i);
144 printk(PRINT_PREF "error: writeoob failed at %#llx\n",
146 printk(PRINT_PREF "error: use_len %d, use_offset %d\n",
163 printk(PRINT_PREF "writing OOBs of whole device\n");
171 printk(PRINT_PREF "written up to eraseblock %u\n", i);
174 printk(PRINT_PREF "written %u eraseblocks\n", i);
197 printk(PRINT_PREF "error: readoob failed at %#llx\n",
203 printk(PRINT_PREF "error: verify failed at %#llx\n",
207 printk(PRINT_PREF "error: too many errors\n");
224 printk(PRINT_PREF "error: readoob failed at "
230 printk(PRINT_PREF "error: verify failed at "
234 printk(PRINT_PREF "error: too many "
241 printk(PRINT_PREF "error: verify 0xff "
246 printk(PRINT_PREF "error: too "
254 printk(PRINT_PREF "error: verify 0xff "
259 printk(PRINT_PREF "error: too "
289 printk(PRINT_PREF "error: readoob failed at %#llx\n",
295 printk(PRINT_PREF "error: verify failed at %#llx\n",
299 printk(PRINT_PREF "error: too many errors\n");
312 printk(PRINT_PREF "verifying all eraseblocks\n");
320 printk(PRINT_PREF "verified up to eraseblock %u\n", i);
323 printk(PRINT_PREF "verified %u eraseblocks\n", i);
334 printk(PRINT_PREF "block %d is bad\n", ebnum);
344 printk(PRINT_PREF "error: cannot allocate memory\n");
348 printk(PRINT_PREF "scanning for bad eraseblocks\n");
355 printk(PRINT_PREF "scanned %d eraseblocks, %d are bad\n", i, bad);
369 printk(PRINT_PREF "MTD device: %d\n", dev);
374 printk(PRINT_PREF "error: cannot get MTD device\n");
379 printk(PRINT_PREF "this test requires NAND flash\n");
388 printk(PRINT_PREF "MTD device size %llu, eraseblock size %u, "
397 printk(PRINT_PREF "error: cannot allocate memory\n");
402 printk(PRINT_PREF "error: cannot allocate memory\n");
416 printk(PRINT_PREF "test 1 of 5\n");
436 printk(PRINT_PREF "test 2 of 5\n");
449 printk(PRINT_PREF "verifying all eraseblocks\n");
457 printk(PRINT_PREF "verified up to eraseblock %u\n", i);
460 printk(PRINT_PREF "verified %u eraseblocks\n", i);
466 printk(PRINT_PREF "test 3 of 5\n");
499 printk(PRINT_PREF "test 4 of 5\n");
518 printk(PRINT_PREF "attempting to start write past end of OOB\n");
519 printk(PRINT_PREF "an error is expected...\n");
522 printk(PRINT_PREF "error occurred as expected\n");
525 printk(PRINT_PREF "error: can write past end of OOB\n");
538 printk(PRINT_PREF "attempting to start read past end of OOB\n");
539 printk(PRINT_PREF "an error is expected...\n");
542 printk(PRINT_PREF "error occurred as expected\n");
545 printk(PRINT_PREF "error: can read past end of OOB\n");
550 printk(PRINT_PREF "skipping end of device tests because last "
562 printk(PRINT_PREF "attempting to write past end of device\n");
563 printk(PRINT_PREF "an error is expected...\n");
566 printk(PRINT_PREF "error occurred as expected\n");
569 printk(PRINT_PREF "error: wrote past end of device\n");
582 printk(PRINT_PREF "attempting to read past end of device\n");
583 printk(PRINT_PREF "an error is expected...\n");
586 printk(PRINT_PREF "error occurred as expected\n");
589 printk(PRINT_PREF "error: read past end of device\n");
606 printk(PRINT_PREF "attempting to write past end of device\n");
607 printk(PRINT_PREF "an error is expected...\n");
610 printk(PRINT_PREF "error occurred as expected\n");
613 printk(PRINT_PREF "error: wrote past end of device\n");
626 printk(PRINT_PREF "attempting to read past end of device\n");
627 printk(PRINT_PREF "an error is expected...\n");
630 printk(PRINT_PREF "error occurred as expected\n");
633 printk(PRINT_PREF "error: read past end of device\n");
639 printk(PRINT_PREF "test 5 of 5\n");
648 printk(PRINT_PREF "writing OOBs of whole device\n");
670 printk(PRINT_PREF "written up to eraseblock "
676 printk(PRINT_PREF "written %u eraseblocks\n", i);
680 printk(PRINT_PREF "verifying all eraseblocks\n");
698 printk(PRINT_PREF "error: verify failed at %#llx\n",
702 printk(PRINT_PREF "error: too many errors\n");
707 printk(PRINT_PREF "verified up to eraseblock %u\n", i);
710 printk(PRINT_PREF "verified %u eraseblocks\n", i);
712 printk(PRINT_PREF "finished with %d errors\n", errcnt);
719 printk(PRINT_PREF "error %d occurred\n", err);