• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/

Lines Matching refs:PRINT_PROC

416 #define PRINT_PROC(fmt,args...)					\
542 PRINT_PROC("Checksum status: %svalid\n", checksum ? "" : "not ");
544 PRINT_PROC("# floppies : %d\n",
546 PRINT_PROC("Floppy 0 type : ");
549 PRINT_PROC("%s\n", floppy_types[type]);
551 PRINT_PROC("%d (unknown)\n", type);
552 PRINT_PROC("Floppy 1 type : ");
555 PRINT_PROC("%s\n", floppy_types[type]);
557 PRINT_PROC("%d (unknown)\n", type);
559 PRINT_PROC("HD 0 type : ");
562 PRINT_PROC("%02x\n", type == 0x0f ? nvram[11] : type);
564 PRINT_PROC("none\n");
566 PRINT_PROC("HD 1 type : ");
569 PRINT_PROC("%02x\n", type == 0x0f ? nvram[12] : type);
571 PRINT_PROC("none\n");
573 PRINT_PROC("HD type 48 data: %d/%d/%d C/H/S, precomp %d, lz %d\n",
577 PRINT_PROC("HD type 49 data: %d/%d/%d C/H/S, precomp %d, lz %d\n",
582 PRINT_PROC("DOS base memory: %d kB\n", nvram[7] | (nvram[8] << 8));
583 PRINT_PROC("Extended memory: %d kB (configured), %d kB (tested)\n",
586 PRINT_PROC("Gfx adapter : %s\n", gfx_types[(nvram[6] >> 4) & 3]);
588 PRINT_PROC("FPU : %sinstalled\n",
649 PRINT_PROC("Checksum status: %svalid\n", checksum ? "" : "not ");
654 PRINT_PROC("Console: %s\n",
657 PRINT_PROC("Firmware Debug Messages: %s\n",
660 PRINT_PROC("Auto Prompt: %s\n",
663 PRINT_PROC("Shutdown Status: %s\n",
666 PRINT_PROC("Hardware Probe: %s\n",
669 PRINT_PROC("System Fault: %sdetected\n",
672 PRINT_PROC("Panic on OOPS: %s\n",
675 PRINT_PROC("Delayed Cache Initialization: %s\n",
678 PRINT_PROC("Show Logo at Boot: %s\n",
681 PRINT_PROC("Boot Method: ");
684 PRINT_PROC("disk\n");
688 PRINT_PROC("rom\n");
692 PRINT_PROC("net\n");
696 PRINT_PROC("unknown\n");
700 PRINT_PROC("Primary Boot Device: %d:%d\n",
703 PRINT_PROC("Secondary Boot Device: %d:%d\n",
706 PRINT_PROC("Tertiary Boot Device: %d:%d\n",
710 PRINT_PROC("Uptime: %d\n",
716 PRINT_PROC("Boot Count: %d\n",
734 PRINT_PROC("Serial Number: %s", sernum);
736 PRINT_PROC(" (invalid checksum)");
738 PRINT_PROC("\n");
740 PRINT_PROC("Rom Revison: %d.%d.%d\n", nvram[COBT_CMOS_ROM_REV_MAJ],
743 PRINT_PROC("BTO Server: %d.%d.%d.%d", nvram[COBT_CMOS_BTO_IP_0],
749 PRINT_PROC(" (invalid checksum)");
751 PRINT_PROC("\n");
755 PRINT_PROC("BTO Code: 0x%x\n",
842 PRINT_PROC("Checksum status : %svalid\n", checksum ? "" : "not ");
844 PRINT_PROC("Boot preference : ");
847 PRINT_PROC("%s\n", boot_prefs[i].name);
852 PRINT_PROC("0x%02x (undefined)\n", nvram[1]);
854 PRINT_PROC("SCSI arbitration : %s\n",
856 PRINT_PROC("SCSI host ID : ");
858 PRINT_PROC("%d\n", nvram[16] & 7);
860 PRINT_PROC("n/a\n");
866 PRINT_PROC("OS language : ");
868 PRINT_PROC("%s\n", languages[nvram[6]]);
870 PRINT_PROC("%u (undefined)\n", nvram[6]);
871 PRINT_PROC("Keyboard language: ");
873 PRINT_PROC("%s\n", languages[nvram[7]]);
875 PRINT_PROC("%u (undefined)\n", nvram[7]);
876 PRINT_PROC("Date format : ");
877 PRINT_PROC(dateformat[nvram[8] & 7],
879 PRINT_PROC(", %dh clock\n", nvram[8] & 16 ? 24 : 12);
880 PRINT_PROC("Boot delay : ");
882 PRINT_PROC("default");
884 PRINT_PROC("%ds%s\n", nvram[10],
888 PRINT_PROC("Video mode : %s colors, %d columns, %s %s monitor\n",
892 PRINT_PROC(" %soverscan, compat. mode %s%s\n",