Home
last modified time | relevance | path

Searched refs:SPRINTF (Results 1 – 12 of 12) sorted by relevance

/linux-3.4.99/drivers/scsi/
Daha152x.c2979 #undef SPRINTF
2980 #define SPRINTF(args...) pos += sprintf(pos, ## args) macro
2987 SPRINTF("%p: target=%d; lun=%d; cmnd=( ", in get_command()
2991 SPRINTF("0x%02x ", ptr->cmnd[i]); in get_command()
2993 SPRINTF("); resid=%d; residual=%d; buffers=%d; phase |", in get_command()
2998 SPRINTF("not issued|"); in get_command()
3000 SPRINTF("selecting|"); in get_command()
3002 SPRINTF("disconnected|"); in get_command()
3004 SPRINTF("aborted|"); in get_command()
3006 SPRINTF("identified|"); in get_command()
[all …]
Dwd7000.c1298 #undef SPRINTF
1299 #define SPRINTF(args...) { if (pos < (buffer + length)) pos += sprintf (pos, ## args); } macro
1330SPRINTF("Host scsi%d: Western Digital WD-7000 (rev %d.%d)\n", host->host_no, adapter->rev1, adapte… in wd7000_proc_info()
1331 SPRINTF(" IO base: 0x%x\n", adapter->iobase); in wd7000_proc_info()
1332 SPRINTF(" IRQ: %d\n", adapter->irq); in wd7000_proc_info()
1333 SPRINTF(" DMA channel: %d\n", adapter->dma); in wd7000_proc_info()
1334 SPRINTF(" Interrupts: %d\n", adapter->int_counter); in wd7000_proc_info()
1335 SPRINTF(" BUS_ON time: %d nanoseconds\n", adapter->bus_on * 125); in wd7000_proc_info()
1336 SPRINTF(" BUS_OFF time: %d nanoseconds\n", adapter->bus_off * 125); in wd7000_proc_info()
1342 SPRINTF("\nControl port value: 0x%x\n", adapter->control); in wd7000_proc_info()
[all …]
DNCR5380.c698 #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 …]
Dnsp32.c1444 #undef SPRINTF
1445 #define SPRINTF(args...) \ macro
1475 SPRINTF("NinjaSCSI-32 status\n\n"); in nsp32_proc_info()
1476 SPRINTF("Driver version: %s, $Revision: 1.33 $\n", nsp32_release_version); in nsp32_proc_info()
1477 SPRINTF("SCSI host No.: %d\n", hostno); in nsp32_proc_info()
1478 SPRINTF("IRQ: %d\n", host->irq); in nsp32_proc_info()
1479SPRINTF("IO: 0x%lx-0x%lx\n", host->io_port, host->io_port + host->n_io_port - 1… in nsp32_proc_info()
1480 SPRINTF("MMIO(virtual address): 0x%lx-0x%lx\n", host->base, host->base + data->MmioLength - 1); in nsp32_proc_info()
1481 SPRINTF("sg_tablesize: %d\n", host->sg_tablesize); in nsp32_proc_info()
1482 SPRINTF("Chip revision: 0x%x\n", (nsp32_read2(base, INDEX_REG) >> 8) & 0xff); in nsp32_proc_info()
[all …]
Ddc395x.c4618 #undef SPRINTF
4619 #define SPRINTF(args...) pos += sprintf(pos, args) macro
4623 if (YN) SPRINTF(" Yes ");\
4624 else SPRINTF(" No ")
4639 SPRINTF(DC395X_BANNER " PCI SCSI Host Adapter\n"); in dc395x_proc_info()
4640 SPRINTF(" Driver Version " DC395X_VERSION "\n"); in dc395x_proc_info()
4644 SPRINTF("SCSI Host Nr %i, ", host->host_no); in dc395x_proc_info()
4645 SPRINTF("DC395U/UW/F DC315/U %s\n", in dc395x_proc_info()
4647 SPRINTF("io_port_base 0x%04lx, ", acb->io_port_base); in dc395x_proc_info()
4648 SPRINTF("irq_level 0x%04x, ", acb->irq_level); in dc395x_proc_info()
[all …]
Datari_NCR5380.c757 #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 …]
Dsun3_NCR5380.c699 #undef SPRINTF
700 #define SPRINTF(fmt,args...) \ macro
728 SPRINTF("NCR5380 core release=%d.\n", NCR5380_PUBLIC_RELEASE); in NCR5380_proc_info()
731 SPRINTF("NCR5380: coroutine is%s running.\n", main_running ? "" : "n't"); in NCR5380_proc_info()
734 SPRINTF("scsi%d: no currently connected command\n", HOSTNO); in NCR5380_proc_info()
738 SPRINTF("scsi%d: issue_queue\n", HOSTNO); in NCR5380_proc_info()
746 SPRINTF("scsi%d: disconnected_queue\n", HOSTNO); in NCR5380_proc_info()
768 SPRINTF("scsi%d: destination target %d, lun %d\n", in lprint_Scsi_Cmnd()
770 SPRINTF(" command = "); in lprint_Scsi_Cmnd()
772 SPRINTF("%2d (0x%02x)", command[0], command[0]); in lprint_Scsi_Cmnd()
[all …]
/linux-3.4.99/drivers/staging/keucr/
Dscsiglue.c231 #undef SPRINTF
232 #define SPRINTF(args...) \ macro
250 SPRINTF(" Host scsi%d: usb-storage\n", host->host_no); in proc_info()
259 SPRINTF(" Vendor: %s\n", string); in proc_info()
266 SPRINTF(" Product: %s\n", string); in proc_info()
271 SPRINTF("Serial Number: %s\n", string); in proc_info()
274 SPRINTF(" Protocol: %s\n", us->protocol_name); in proc_info()
275 SPRINTF(" Transport: %s\n", us->transport_name); in proc_info()
/linux-3.4.99/drivers/usb/storage/
Dscsiglue.c437 #undef SPRINTF
438 #define SPRINTF(args...) \ macro
453 SPRINTF(" Host scsi%d: usb-storage\n", host->host_no); in proc_info()
462 SPRINTF(" Vendor: %s\n", string); in proc_info()
469 SPRINTF(" Product: %s\n", string); in proc_info()
474 SPRINTF("Serial Number: %s\n", string); in proc_info()
477 SPRINTF(" Protocol: %s\n", us->protocol_name); in proc_info()
478 SPRINTF(" Transport: %s\n", us->transport_name); in proc_info()
/linux-3.4.99/drivers/scsi/pcmcia/
Dnsp_cs.c1367 #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()
1399SPRINTF("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-3.4.99/drivers/staging/rts_pstor/
Drtsx.c129 #undef SPRINTF
130 #define SPRINTF(args...) \ macro
143 SPRINTF(" Host scsi%d: %s\n", host->host_no, CR_DRIVER_NAME); in proc_info()
146 SPRINTF(" Vendor: Realtek Corp.\n"); in proc_info()
147 SPRINTF(" Product: PCIE Card Reader\n"); in proc_info()
148 SPRINTF(" Version: %s\n", DRIVER_VERSION); in proc_info()
/linux-3.4.99/drivers/staging/rts5139/
Drts51x_scsi.c2050 #undef SPRINTF
2051 #define SPRINTF(args...) \ macro
2064 SPRINTF(" Host scsi%d: %s\n", host->host_no, RTS51X_NAME); in proc_info()
2067 SPRINTF(" Vendor: Realtek Corp.\n"); in proc_info()
2068 SPRINTF(" Product: RTS51xx USB Card Reader\n"); in proc_info()
2069 SPRINTF(" Version: %s\n", DRIVER_VERSION); in proc_info()
2070 SPRINTF(" Build: %s\n", __TIME__); in proc_info()