Searched refs:NDEBUG_MAIN (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | NCR5380.h | 42 #define NDEBUG_MAIN 0x100 macro
|
D | atari_scsi.h | 159 #if NDEBUG & NDEBUG_MAIN
|
D | sun3_scsi.h | 300 #if NDEBUG & NDEBUG_MAIN
|
D | NCR5380.c | 1175 dprintk(NDEBUG_MAIN, ("scsi%d : not connected\n", instance->host_no)); in NCR5380_main() 1202 …dprintk(NDEBUG_MAIN|NDEBUG_QUEUES, ("scsi%d : main() : command for target %d lun %d removed from i… in NCR5380_main() 1231 …dprintk(NDEBUG_MAIN|NDEBUG_QUEUES, ("scsi%d : main(): select() failed, returned to issue_queue\n",… in NCR5380_main() 1265 … dprintk(NDEBUG_MAIN, ("scsi%d : main() : performing information transfer\n", instance->host_no)); in NCR5380_main() 1267 dprintk(NDEBUG_MAIN, ("scsi%d : main() : done set false\n", instance->host_no)); in NCR5380_main()
|