Lines Matching refs:SPRINTF
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()
744 SPRINTF("IRQ: None.\n"); in NCR5380_proc_info()
746 SPRINTF("IRQ: %d.\n", instance->irq); in NCR5380_proc_info()
749 SPRINTF("Highwater I/O busy_spin_counts -- write: %d read: %d\n", dtc_wmaxi, dtc_maxi); in NCR5380_proc_info()
752 SPRINTF("Highwater I/O busy_spin_counts -- write: %d read: %d\n", pas_wmaxi, pas_maxi); in NCR5380_proc_info()
756 SPRINTF("scsi%d: no currently connected command\n", instance->host_no); in NCR5380_proc_info()
759 SPRINTF("scsi%d: issue_queue\n", instance->host_no); in NCR5380_proc_info()
763 SPRINTF("scsi%d: disconnected_queue\n", instance->host_no); in NCR5380_proc_info()
778 …SPRINTF("scsi%d : destination target %d, lun %d\n", cmd->device->host->host_no, cmd->device->id, c… in lprint_Scsi_Cmnd()
779 SPRINTF(" command = "); in lprint_Scsi_Cmnd()
789 SPRINTF("%02x ", command[i]); in lprint_command()
790 SPRINTF("\n"); in lprint_command()
796 SPRINTF("%2d (0x%02x)", opcode, opcode); in lprint_opcode()