Searched refs:NDEBUG_ABORT (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | NCR5380.c | 2 #define NDEBUG (NDEBUG_RESTART_SELECT | NDEBUG_ABORT) 2857 dprintk(NDEBUG_ABORT, ("scsi%d : abort called\n", instance->host_no)); 2858 …dprintk(NDEBUG_ABORT, (" basr 0x%X, sr 0x%X\n", NCR5380_read(BUS_AND_STATUS_REG), NCR5380_r… 2868 dprintk(NDEBUG_ABORT, ("scsi%d : aborting connected command\n", instance->host_no)); 2896 dprintk(NDEBUG_ABORT, ("scsi%d : abort going into loop.\n", instance->host_no)); 2903 dprintk(NDEBUG_ABORT, ("scsi%d : abort removed command from issue queue.\n", instance->host_no)); 2907 #if (NDEBUG & NDEBUG_ABORT) 2925 dprintk(NDEBUG_ABORT, ("scsi%d : abort failed, command connected.\n", instance->host_no)); 2955 dprintk(NDEBUG_ABORT, ("scsi%d : aborting disconnected command.\n", instance->host_no)); 2959 dprintk(NDEBUG_ABORT, ("scsi%d : nexus reestablished.\n", instance->host_no));
|
D | atari_scsi.h | 231 #if NDEBUG & NDEBUG_ABORT
|
D | mac_scsi.c | 62 #define NDEBUG (NDEBUG_ABORT)
|
D | sun3_scsi.h | 372 #if NDEBUG & NDEBUG_ABORT
|
D | atari_scsi.c | 73 #define NDEBUG_ABORT 0x800000 macro
|