Searched refs:NDEBUG_EXTENDED (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | NCR5380.h | 53 #define NDEBUG_EXTENDED 0x80000 macro
|
D | atari_scsi.h | 225 #if NDEBUG & NDEBUG_EXTENDED
|
D | sun3_scsi.h | 366 #if NDEBUG & NDEBUG_EXTENDED
|
D | NCR5380.c | 2547 dprintk(NDEBUG_EXTENDED, ("scsi%d : receiving extended message\n", instance->host_no)); 2554 …dprintk(NDEBUG_EXTENDED, ("scsi%d : length=%d, code=0x%02x\n", instance->host_no, (int) extended_m… 2564 … dprintk(NDEBUG_EXTENDED, ("scsi%d : message received, residual %d\n", instance->host_no, len));
|