Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Daha152x.c3463 #undef SPRINTF
3464 #define SPRINTF(args...) pos += sprintf(pos, ## args) macro
3471 SPRINTF("0x%08x: target=%d; lun=%d; cmnd=( ",
3475 SPRINTF("0x%02x ", ptr->cmnd[i]);
3477 SPRINTF("); resid=%d; residual=%d; buffers=%d; phase |",
3481 SPRINTF("not issued|");
3483 SPRINTF("selecting|");
3485 SPRINTF("disconnected|");
3487 SPRINTF("aborted|");
3489 SPRINTF("identified|");
[all …]
Dfcal.c202 #undef SPRINTF
203 #define SPRINTF(args...) { if (pos < (buffer + length)) pos += sprintf (pos, ## args); } macro
225SPRINTF ("Sun Enterprise Network Array (A5000 or E?500) on %s PROM node %x\n", fc->name, fc->dev->… in fcal_proc_info()
227 SPRINTF ("Fibre Channel Arbitrated Loop on %s\n", fc->name); in fcal_proc_info()
229 SPRINTF ("Initiator AL-PA: %02x\n", fc->sid); in fcal_proc_info()
231 SPRINTF ("\nAttached devices: %s\n", host->host_queue ? "" : "none"); in fcal_proc_info()
242 SPRINTF (" [AL-PA: %02x] Not responded to PLOGI\n", alpa); in fcal_proc_info()
244 SPRINTF (" [AL-PA: %02x, Port WWN: %08x%08x, Node WWN: %08x%08x] Not responded to PRLI\n", in fcal_proc_info()
250 SPRINTF (" [AL-PA: %02x, Id: %02d, Port WWN: %08x%08x, Node WWN: %08x%08x] ", in fcal_proc_info()
252 SPRINTF ("%s ", (scd->type < MAX_SCSI_DEVICE_CODE) ? in fcal_proc_info()
[all …]
Dwd7000.c1360 #undef SPRINTF
1361 #define SPRINTF(args...) { if (pos < (buffer + length)) pos += sprintf (pos, ## args); } macro
1426SPRINTF ("Host scsi%d: Western Digital WD-7000 (rev %d.%d)\n", hostno, adapter->rev1, adapter->rev… in wd7000_proc_info()
1427 SPRINTF (" IO base: 0x%x\n", adapter->iobase); in wd7000_proc_info()
1428 SPRINTF (" IRQ: %d\n", adapter->irq); in wd7000_proc_info()
1429 SPRINTF (" DMA channel: %d\n", adapter->dma); in wd7000_proc_info()
1430 SPRINTF (" Interrupts: %d\n", adapter->int_counter); in wd7000_proc_info()
1431 SPRINTF (" BUS_ON time: %d nanoseconds\n", adapter->bus_on * 125); in wd7000_proc_info()
1432 SPRINTF (" BUS_OFF time: %d nanoseconds\n", adapter->bus_off * 125); in wd7000_proc_info()
1438 SPRINTF ("\nControl port value: 0x%x\n", adapter->control); in wd7000_proc_info()
[all …]
Dtmscsim.c2852 #undef SPRINTF
2853 #define SPRINTF(args...) pos += sprintf(pos, ## args) macro
2856 if (YN) SPRINTF(" Yes "); \
2857 else SPRINTF(" No ")
2886 SPRINTF("Tekram DC390/AM53C974 PCI SCSI Host Adapter, "); in DC390_proc_info()
2887 SPRINTF("Driver Version %s\n", DC390_VERSION); in DC390_proc_info()
2891 SPRINTF("SCSI Host Nr %i, ", shpnt->host_no); in DC390_proc_info()
2892 SPRINTF("%s Adapter Nr %i\n", dc390_adapname, pACB->AdapterIndex); in DC390_proc_info()
2893 SPRINTF("IOPortBase 0x%04x, ", pACB->IOPortBase); in DC390_proc_info()
2894 SPRINTF("IRQ %02i\n", pACB->IRQLevel); in DC390_proc_info()
[all …]
DNCR5380.c812 #undef SPRINTF
813 #define SPRINTF(args...) do { if(pos < buffer + length-80) pos += sprintf(pos, ## args); } while(0) macro
845 SPRINTF("NCR5380 core release=%d. ", NCR5380_PUBLIC_RELEASE); in NCR5380_proc_info()
847 SPRINTF("ncr53c400 release=%d. ", NCR53C400_PUBLIC_RELEASE); in NCR5380_proc_info()
849 SPRINTF("DTC 3180/3280 release %d", DTC_PUBLIC_RELEASE); in NCR5380_proc_info()
852 SPRINTF("T128 release %d", T128_PUBLIC_RELEASE); in NCR5380_proc_info()
855 SPRINTF("Generic5380 release %d", GENERIC_NCR5380_PUBLIC_RELEASE); in NCR5380_proc_info()
858 SPRINTF("PAS16 release=%d", PAS16_PUBLIC_RELEASE); in NCR5380_proc_info()
861 SPRINTF("\nBase Addr: 0x%05lX ", (long) instance->base); in NCR5380_proc_info()
862 SPRINTF("io_port: %04x ", (int) instance->io_port); in NCR5380_proc_info()
[all …]
Dnsp32.c1508 #undef SPRINTF
1509 #define SPRINTF(args...) \ macro
1560 SPRINTF("NinjaSCSI-32 status\n\n"); in nsp32_proc_info()
1561 SPRINTF("Driver version: %s, $Revision: 1.34 $\n", nsp32_release_version); in nsp32_proc_info()
1562 SPRINTF("SCSI host No.: %d\n", hostno); in nsp32_proc_info()
1563 SPRINTF("IRQ: %d\n", host->irq); in nsp32_proc_info()
1564SPRINTF("IO: 0x%lx-0x%lx\n", host->io_port, host->io_port + host->n_io_port - 1… in nsp32_proc_info()
1565 SPRINTF("MMIO(virtual address): 0x%lx-0x%lx\n", host->base, host->base + data->MmioLength - 1); in nsp32_proc_info()
1566 SPRINTF("sg_tablesize: %d\n", host->sg_tablesize); in nsp32_proc_info()
1567 SPRINTF("Chip revision: 0x%x\n", (nsp32_read2(base, INDEX_REG) >> 8) & 0xff); in nsp32_proc_info()
[all …]
Datari_NCR5380.c742 #undef SPRINTF
743 #define SPRINTF(fmt,args...) \ macro
779 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()
797 SPRINTF("scsi%d: disconnected_queue\n", HOSTNO); in NCR5380_proc_info()
819 SPRINTF("scsi%d: destination target %d, lun %d\n", in lprint_Scsi_Cmnd()
821 SPRINTF(" command = "); in lprint_Scsi_Cmnd()
823 SPRINTF("%2d (0x%02x)", command[0], command[0]); in lprint_Scsi_Cmnd()
[all …]
Dmac_NCR5380.c768 #undef SPRINTF
769 #define SPRINTF(fmt,args...) \ macro
805 SPRINTF("NCR5380 core release=%d.\n", NCR5380_PUBLIC_RELEASE); in NCR5380_proc_info()
809 SPRINTF("NCR5380: coroutine is%s running.\n", main_running ? "" : "n't"); in NCR5380_proc_info()
812 SPRINTF("scsi%d: no currently connected command\n", HOSTNO); in NCR5380_proc_info()
816 SPRINTF("scsi%d: issue_queue\n", HOSTNO); in NCR5380_proc_info()
823 SPRINTF("scsi%d: disconnected_queue\n", HOSTNO); in NCR5380_proc_info()
845 SPRINTF("scsi%d: destination target %d, lun %d\n", in lprint_Scsi_Cmnd()
847 SPRINTF(" command = "); in lprint_Scsi_Cmnd()
849 SPRINTF("%2d (0x%02x)", command[0], command[0]); in lprint_Scsi_Cmnd()
[all …]
Dsun3_NCR5380.c750 #undef SPRINTF
751 #define SPRINTF(fmt,args...) \ macro
784 SPRINTF("NCR5380 core release=%d.\n", NCR5380_PUBLIC_RELEASE); in NCR5380_proc_info()
788 SPRINTF("NCR5380: coroutine is%s running.\n", main_running ? "" : "n't"); in NCR5380_proc_info()
791 SPRINTF("scsi%d: no currently connected command\n", HOSTNO); in NCR5380_proc_info()
795 SPRINTF("scsi%d: issue_queue\n", HOSTNO); in NCR5380_proc_info()
802 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.4.37.9/drivers/usb/storage/
Dscsiglue.c343 #undef SPRINTF
344 #define SPRINTF(args...) \ macro
377 SPRINTF(" Host scsi%d: usb-storage\n", hostno); in proc_info()
380 SPRINTF(" Vendor: %s\n", us->vendor); in proc_info()
381 SPRINTF(" Product: %s\n", us->product); in proc_info()
382 SPRINTF("Serial Number: %s\n", us->serial); in proc_info()
385 SPRINTF(" Protocol: %s\n", us->protocol_name); in proc_info()
386 SPRINTF(" Transport: %s\n", us->transport_name); in proc_info()
389 SPRINTF(" GUID: " GUID_FORMAT "\n", GUID_ARGS(us->guid)); in proc_info()
390 SPRINTF(" Attached: %s\n", us->pusb_dev ? "Yes" : "No"); in proc_info()
/linux-2.4.37.9/drivers/scsi/pcmcia/
Dnsp_cs.c1454 #undef SPRINTF
1455 #define SPRINTF(args...) \ macro
1505 SPRINTF("NinjaSCSI status\n\n"); in nsp_proc_info()
1506 SPRINTF("Driver version: $Revision: 1.25 $\n"); in nsp_proc_info()
1507 SPRINTF("SCSI host No.: %d\n", hostno); in nsp_proc_info()
1508 SPRINTF("IRQ: %d\n", host->irq); in nsp_proc_info()
1509SPRINTF("IO: 0x%lx-0x%lx\n", host->io_port, host->io_port + host->n_io_port - 1… in nsp_proc_info()
1510 SPRINTF("MMIO(virtual address): 0x%lx-0x%lx\n", host->base, host->base + data->MmioLength - 1); in nsp_proc_info()
1511 SPRINTF("sg_tablesize: %d\n", host->sg_tablesize); in nsp_proc_info()
1513 SPRINTF("burst transfer mode: "); in nsp_proc_info()
[all …]
/linux-2.4.37.9/drivers/ieee1394/
Dsbp2.c2901 #define SPRINTF(args...) \ macro
2927 SPRINTF("Host scsi%d : SBP-2 IEEE-1394 (%s)\n", hostno, in sbp2scsi_proc_info()
2930 SPRINTF("\nModule options :\n"); in sbp2scsi_proc_info()
2931 SPRINTF(" max_speed : %s\n", hpsb_speedto_str[sbp2_max_speed]); in sbp2scsi_proc_info()
2932 SPRINTF(" max_sectors : %d\n", sbp2_max_sectors); in sbp2scsi_proc_info()
2933 SPRINTF(" serialize_io : %s\n", sbp2_serialize_io ? "yes" : "no"); in sbp2scsi_proc_info()
2934 SPRINTF(" exclusive_login : %s\n", sbp2_exclusive_login ? "yes" : "no"); in sbp2scsi_proc_info()
2936 SPRINTF("\nAttached devices : %s\n", scsi_host->host_queue ? "" : "none"); in sbp2scsi_proc_info()
2941 SPRINTF(" [Channel: %02d, Id: %02d, Lun: %02d] ", scd->channel, in sbp2scsi_proc_info()
2943 SPRINTF("%s ", (scd->type < MAX_SCSI_DEVICE_CODE) ? in sbp2scsi_proc_info()
[all …]