/linux-2.6.39/drivers/scsi/ |
D | aha152x.c | 2971 #undef SPRINTF 2972 #define SPRINTF(args...) pos += sprintf(pos, ## args) macro 2979 SPRINTF("0x%08x: target=%d; lun=%d; cmnd=( ", in get_command() 2983 SPRINTF("0x%02x ", ptr->cmnd[i]); in get_command() 2985 SPRINTF("); resid=%d; residual=%d; buffers=%d; phase |", in get_command() 2990 SPRINTF("not issued|"); in get_command() 2992 SPRINTF("selecting|"); in get_command() 2994 SPRINTF("disconnected|"); in get_command() 2996 SPRINTF("aborted|"); in get_command() 2998 SPRINTF("identified|"); in get_command() [all …]
|
D | wd7000.c | 1299 #undef SPRINTF 1300 #define SPRINTF(args...) { if (pos < (buffer + length)) pos += sprintf (pos, ## args); } macro 1331 …SPRINTF("Host scsi%d: Western Digital WD-7000 (rev %d.%d)\n", host->host_no, adapter->rev1, adapte… in wd7000_proc_info() 1332 SPRINTF(" IO base: 0x%x\n", adapter->iobase); in wd7000_proc_info() 1333 SPRINTF(" IRQ: %d\n", adapter->irq); in wd7000_proc_info() 1334 SPRINTF(" DMA channel: %d\n", adapter->dma); in wd7000_proc_info() 1335 SPRINTF(" Interrupts: %d\n", adapter->int_counter); in wd7000_proc_info() 1336 SPRINTF(" BUS_ON time: %d nanoseconds\n", adapter->bus_on * 125); in wd7000_proc_info() 1337 SPRINTF(" BUS_OFF time: %d nanoseconds\n", adapter->bus_off * 125); in wd7000_proc_info() 1343 SPRINTF("\nControl port value: 0x%x\n", adapter->control); in wd7000_proc_info() [all …]
|
D | NCR5380.c | 698 #undef SPRINTF 699 #define SPRINTF(args...) do { if(pos < buffer + length-80) pos += sprintf(pos, ## args); } while(0) macro 725 SPRINTF("NCR5380 core release=%d. ", NCR5380_PUBLIC_RELEASE); in NCR5380_proc_info() 727 SPRINTF("ncr53c400 release=%d. ", NCR53C400_PUBLIC_RELEASE); in NCR5380_proc_info() 729 SPRINTF("DTC 3180/3280 release %d", DTC_PUBLIC_RELEASE); in NCR5380_proc_info() 732 SPRINTF("T128 release %d", T128_PUBLIC_RELEASE); in NCR5380_proc_info() 735 SPRINTF("Generic5380 release %d", GENERIC_NCR5380_PUBLIC_RELEASE); in NCR5380_proc_info() 738 SPRINTF("PAS16 release=%d", PAS16_PUBLIC_RELEASE); in NCR5380_proc_info() 741 SPRINTF("\nBase Addr: 0x%05lX ", (long) instance->base); in NCR5380_proc_info() 742 SPRINTF("io_port: %04x ", (int) instance->io_port); in NCR5380_proc_info() [all …]
|
D | nsp32.c | 1445 #undef SPRINTF 1446 #define SPRINTF(args...) \ macro 1476 SPRINTF("NinjaSCSI-32 status\n\n"); in nsp32_proc_info() 1477 SPRINTF("Driver version: %s, $Revision: 1.33 $\n", nsp32_release_version); in nsp32_proc_info() 1478 SPRINTF("SCSI host No.: %d\n", hostno); in nsp32_proc_info() 1479 SPRINTF("IRQ: %d\n", host->irq); in nsp32_proc_info() 1480 …SPRINTF("IO: 0x%lx-0x%lx\n", host->io_port, host->io_port + host->n_io_port - 1… in nsp32_proc_info() 1481 SPRINTF("MMIO(virtual address): 0x%lx-0x%lx\n", host->base, host->base + data->MmioLength - 1); in nsp32_proc_info() 1482 SPRINTF("sg_tablesize: %d\n", host->sg_tablesize); in nsp32_proc_info() 1483 SPRINTF("Chip revision: 0x%x\n", (nsp32_read2(base, INDEX_REG) >> 8) & 0xff); in nsp32_proc_info() [all …]
|
D | dc395x.c | 4619 #undef SPRINTF 4620 #define SPRINTF(args...) pos += sprintf(pos, args) macro 4624 if (YN) SPRINTF(" Yes ");\ 4625 else SPRINTF(" No ") 4640 SPRINTF(DC395X_BANNER " PCI SCSI Host Adapter\n"); in dc395x_proc_info() 4641 SPRINTF(" Driver Version " DC395X_VERSION "\n"); in dc395x_proc_info() 4645 SPRINTF("SCSI Host Nr %i, ", host->host_no); in dc395x_proc_info() 4646 SPRINTF("DC395U/UW/F DC315/U %s\n", in dc395x_proc_info() 4648 SPRINTF("io_port_base 0x%04lx, ", acb->io_port_base); in dc395x_proc_info() 4649 SPRINTF("irq_level 0x%04x, ", acb->irq_level); in dc395x_proc_info() [all …]
|
D | sun3_NCR5380.c | 751 #undef SPRINTF 752 #define SPRINTF(fmt,args...) \ macro 780 SPRINTF("NCR5380 core release=%d.\n", NCR5380_PUBLIC_RELEASE); in NCR5380_proc_info() 783 SPRINTF("NCR5380: coroutine is%s running.\n", main_running ? "" : "n't"); in NCR5380_proc_info() 786 SPRINTF("scsi%d: no currently connected command\n", HOSTNO); in NCR5380_proc_info() 790 SPRINTF("scsi%d: issue_queue\n", HOSTNO); in NCR5380_proc_info() 798 SPRINTF("scsi%d: disconnected_queue\n", HOSTNO); in NCR5380_proc_info() 820 SPRINTF("scsi%d: destination target %d, lun %d\n", in lprint_Scsi_Cmnd() 822 SPRINTF(" command = "); in lprint_Scsi_Cmnd() 824 SPRINTF("%2d (0x%02x)", command[0], command[0]); in lprint_Scsi_Cmnd() [all …]
|
D | atari_NCR5380.c | 757 #undef SPRINTF 758 #define SPRINTF(fmt,args...) \ macro 785 SPRINTF("NCR5380 core release=%d.\n", NCR5380_PUBLIC_RELEASE); in NCR5380_proc_info() 788 SPRINTF("NCR5380: coroutine is%s running.\n", in NCR5380_proc_info() 792 SPRINTF("scsi%d: no currently connected command\n", HOSTNO); in NCR5380_proc_info() 796 SPRINTF("scsi%d: issue_queue\n", HOSTNO); in NCR5380_proc_info() 803 SPRINTF("scsi%d: disconnected_queue\n", HOSTNO); in NCR5380_proc_info() 824 SPRINTF("scsi%d: destination target %d, lun %d\n", in lprint_Scsi_Cmnd() 826 SPRINTF(" command = "); in lprint_Scsi_Cmnd() 828 SPRINTF("%2d (0x%02x)", command[0], command[0]); in lprint_Scsi_Cmnd() [all …]
|
/linux-2.6.39/drivers/staging/keucr/ |
D | scsiglue.c | 214 #undef SPRINTF 215 #define SPRINTF(args...) \ macro 230 SPRINTF(" Host scsi%d: usb-storage\n", host->host_no); in proc_info() 239 SPRINTF(" Vendor: %s\n", string); in proc_info() 246 SPRINTF(" Product: %s\n", string); in proc_info() 251 SPRINTF("Serial Number: %s\n", string); in proc_info() 254 SPRINTF(" Protocol: %s\n", us->protocol_name); in proc_info() 255 SPRINTF(" Transport: %s\n", us->transport_name); in proc_info()
|
/linux-2.6.39/drivers/usb/storage/ |
D | scsiglue.c | 419 #undef SPRINTF 420 #define SPRINTF(args...) \ macro 435 SPRINTF(" Host scsi%d: usb-storage\n", host->host_no); in proc_info() 444 SPRINTF(" Vendor: %s\n", string); in proc_info() 451 SPRINTF(" Product: %s\n", string); in proc_info() 456 SPRINTF("Serial Number: %s\n", string); in proc_info() 459 SPRINTF(" Protocol: %s\n", us->protocol_name); in proc_info() 460 SPRINTF(" Transport: %s\n", us->transport_name); in proc_info()
|
/linux-2.6.39/drivers/scsi/pcmcia/ |
D | nsp_cs.c | 1367 #undef SPRINTF 1368 #define SPRINTF(args...) \ macro 1395 SPRINTF("NinjaSCSI status\n\n"); in nsp_proc_info() 1396 SPRINTF("Driver version: $Revision: 1.23 $\n"); in nsp_proc_info() 1397 SPRINTF("SCSI host No.: %d\n", hostno); in nsp_proc_info() 1398 SPRINTF("IRQ: %d\n", host->irq); in nsp_proc_info() 1399 …SPRINTF("IO: 0x%lx-0x%lx\n", host->io_port, host->io_port + host->n_io_port - 1… in nsp_proc_info() 1400 SPRINTF("MMIO(virtual address): 0x%lx-0x%lx\n", host->base, host->base + data->MmioLength - 1); in nsp_proc_info() 1401 SPRINTF("sg_tablesize: %d\n", host->sg_tablesize); in nsp_proc_info() 1403 SPRINTF("burst transfer mode: "); in nsp_proc_info() [all …]
|
/linux-2.6.39/drivers/staging/rts_pstor/ |
D | rtsx.c | 135 #undef SPRINTF 136 #define SPRINTF(args...) \ macro 149 SPRINTF(" Host scsi%d: %s\n", host->host_no, CR_DRIVER_NAME); in proc_info() 152 SPRINTF(" Vendor: Realtek Corp.\n"); in proc_info() 153 SPRINTF(" Product: PCIE Card Reader\n"); in proc_info() 154 SPRINTF(" Version: %s\n", DRIVER_VERSION); in proc_info()
|