Lines Matching refs:seq

126 static void mach_proc_infos(unsigned char *contents, struct seq_file *seq,
389 static int nvram_proc_read(struct seq_file *seq, void *offset)
399 mach_proc_infos(contents, seq, offset);
523 static void pc_proc_infos(unsigned char *nvram, struct seq_file *seq,
533 seq_printf(seq, "Checksum status: %svalid\n", checksum ? "" : "not ");
535 seq_printf(seq, "# floppies : %d\n",
537 seq_printf(seq, "Floppy 0 type : ");
540 seq_printf(seq, "%s\n", floppy_types[type]);
542 seq_printf(seq, "%d (unknown)\n", type);
543 seq_printf(seq, "Floppy 1 type : ");
546 seq_printf(seq, "%s\n", floppy_types[type]);
548 seq_printf(seq, "%d (unknown)\n", type);
550 seq_printf(seq, "HD 0 type : ");
553 seq_printf(seq, "%02x\n", type == 0x0f ? nvram[11] : type);
555 seq_printf(seq, "none\n");
557 seq_printf(seq, "HD 1 type : ");
560 seq_printf(seq, "%02x\n", type == 0x0f ? nvram[12] : type);
562 seq_printf(seq, "none\n");
564 seq_printf(seq, "HD type 48 data: %d/%d/%d C/H/S, precomp %d, lz %d\n",
568 seq_printf(seq, "HD type 49 data: %d/%d/%d C/H/S, precomp %d, lz %d\n",
573 seq_printf(seq, "DOS base memory: %d kB\n", nvram[7] | (nvram[8] << 8));
574 seq_printf(seq, "Extended memory: %d kB (configured), %d kB (tested)\n",
577 seq_printf(seq, "Gfx adapter : %s\n",
580 seq_printf(seq, "FPU : %sinstalled\n",
653 static void atari_proc_infos(unsigned char *nvram, struct seq_file *seq,
660 seq_printf(seq, "Checksum status : %svalid\n", checksum ? "" : "not ");
662 seq_printf(seq, "Boot preference : ");
665 seq_printf(seq, "%s\n", boot_prefs[i].name);
670 seq_printf(seq, "0x%02x (undefined)\n", nvram[1]);
672 seq_printf(seq, "SCSI arbitration : %s\n",
674 seq_printf(seq, "SCSI host ID : ");
676 seq_printf(seq, "%d\n", nvram[16] & 7);
678 seq_printf(seq, "n/a\n");
684 seq_printf(seq, "OS language : ");
686 seq_printf(seq, "%s\n", languages[nvram[6]]);
688 seq_printf(seq, "%u (undefined)\n", nvram[6]);
689 seq_printf(seq, "Keyboard language: ");
691 seq_printf(seq, "%s\n", languages[nvram[7]]);
693 seq_printf(seq, "%u (undefined)\n", nvram[7]);
694 seq_printf(seq, "Date format : ");
695 seq_printf(seq, dateformat[nvram[8] & 7],
697 seq_printf(seq, ", %dh clock\n", nvram[8] & 16 ? 24 : 12);
698 seq_printf(seq, "Boot delay : ");
700 seq_printf(seq, "default");
702 seq_printf(seq, "%ds%s\n", nvram[10],
706 seq_printf(seq,
711 seq_printf(seq, " %soverscan, compat. mode %s%s\n",