Searched refs:PRINT_PROC (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/char/ |
D | nvram.c | 433 #define PRINT_PROC(fmt,args...) \ macro 559 PRINT_PROC("Checksum status: %svalid\n", checksum ? "" : "not "); in pc_proc_infos() 561 PRINT_PROC("# floppies : %d\n", in pc_proc_infos() 563 PRINT_PROC("Floppy 0 type : "); in pc_proc_infos() 566 PRINT_PROC("%s\n", floppy_types[type]); in pc_proc_infos() 568 PRINT_PROC("%d (unknown)\n", type); in pc_proc_infos() 569 PRINT_PROC("Floppy 1 type : "); in pc_proc_infos() 572 PRINT_PROC("%s\n", floppy_types[type]); in pc_proc_infos() 574 PRINT_PROC("%d (unknown)\n", type); in pc_proc_infos() 576 PRINT_PROC("HD 0 type : "); in pc_proc_infos() [all …]
|
/linux-2.4.37.9/drivers/video/matrox/ |
D | matroxfb_proc.c | 40 #define PRINT_PROC(fmt,args...) \ macro 60 PRINT_PROC("BIOS: %u.%u.%u\n", bd->version.vMaj, bd->version.vMin, bd->version.vRev); in bios_read_proc() 61 PRINT_PROC("Output: 0x%02X\n", bd->output.state); in bios_read_proc() 62 PRINT_PROC("TVOut: %s\n", bd->output.tvout?"yes":"no"); in bios_read_proc() 63 PRINT_PROC("PINS: %s\n", bd->pins_len ? "found" : "not found"); in bios_read_proc() 64 PRINT_PROC("Info: %p\n", bd); in bios_read_proc() 66 PRINT_PROC("BIOS: Invalid\n"); in bios_read_proc()
|
/linux-2.4.37.9/drivers/media/video/ |
D | zoran_procfs.c | 63 #define PRINT_PROC(args...) \ macro 88 PRINT_PROC("ZR36067 registers:"); in zoran_read_proc() 91 PRINT_PROC("\n%03X", i); in zoran_read_proc() 93 PRINT_PROC(" %08X ", btread(i)); in zoran_read_proc() 95 PRINT_PROC("\n"); in zoran_read_proc()
|
/linux-2.4.37.9/arch/m68k/atari/ |
D | stram.c | 1191 #define PRINT_PROC(fmt,args...) len += sprintf( buf+len, fmt, ##args ) macro 1214 PRINT_PROC( in get_stram_list() 1234 PRINT_PROC( "ST-RAM swapping disabled\n" ); in get_stram_list() 1235 PRINT_PROC("Total ST-RAM: %8u kB\n", in get_stram_list() 1241 PRINT_PROC( "Allocated regions:\n" ); in get_stram_list() 1245 PRINT_PROC("0x%08lx-0x%08lx: %s (", in get_stram_list() 1250 PRINT_PROC( "page-alloced)\n" ); in get_stram_list() 1252 PRINT_PROC( "in swap)\n" ); in get_stram_list() 1254 PRINT_PROC( "??)\n" ); in get_stram_list()
|
/linux-2.4.37.9/drivers/scsi/ |
D | sg.c | 2759 #define PRINT_PROC(fmt,args...) \ macro 2826 PRINT_PROC("%d\n", sg_allow_dio); in sg_proc_adio_info() 2852 PRINT_PROC("%d\n", sg_big_buff); in sg_proc_dressz_info() 2888 PRINT_PROC("sg_dev_arr NULL, driver not initialized\n"); in sg_proc_debug_info() 2892 PRINT_PROC("dev_max(currently)=%d max_active_device=%d (origin 1)\n", in sg_proc_debug_info() 2894 PRINT_PROC(" scsi_dma_free_sectors=%u sg_pool_secs_aval=%d " in sg_proc_debug_info() 2906 PRINT_PROC("device %d detached ??\n", j); in sg_proc_debug_info() 2912 PRINT_PROC(" >>> device=sg%d ", dev); in sg_proc_debug_info() 2914 PRINT_PROC("detached pending close "); in sg_proc_debug_info() 2916 PRINT_PROC("scsi%d chan=%d id=%d lun=%d em=%d", in sg_proc_debug_info() [all …]
|