Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/
Dg_NCR5380.c748 #define PRINTP(x) len += sprintf(buffer+len, x) macro
754 PRINTP("0x%02x " ANDP opcode); in sprint_opcode()
763 PRINTP("%02x " ANDP command[i]); in sprint_command()
764 PRINTP("\n"); in sprint_command()
780PRINTP("host number %d destination target %d, lun %d\n" ANDP cmd->device->host->host_no ANDP cmd->… in sprint_Scsi_Cmnd()
781 PRINTP(" command = "); in sprint_Scsi_Cmnd()
820 PRINTP("SCSI host number %d : %s\n" ANDP scsi_ptr->host_no ANDP scsi_ptr->hostt->name); in generic_NCR5380_proc_info()
821 PRINTP("Generic NCR5380 driver version %d\n" ANDP GENERIC_NCR5380_PUBLIC_RELEASE); in generic_NCR5380_proc_info()
822 PRINTP("NCR5380 core version %d\n" ANDP NCR5380_PUBLIC_RELEASE); in generic_NCR5380_proc_info()
824 PRINTP("NCR53C400 extension version %d\n" ANDP NCR53C400_PUBLIC_RELEASE); in generic_NCR5380_proc_info()
[all …]