Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dmegaraid.c819 static int ser_printk (const char *fmt, ...);
951 static int ser_printk (const char *fmt, ...) in ser_printk() function
967 #define TRACE(a) { ser_printk a;}
Dgdth.c482 static int ser_printk(const char *fmt, ...);
527 static int ser_printk(const char *fmt, ...) in ser_printk() function
539 #define TRACE(a) {if (DebugState==1) {ser_printk a;}}
540 #define TRACE2(a) {if (DebugState==1 || DebugState==2) {ser_printk a;}}
541 #define TRACE3(a) {if (DebugState!=0) {ser_printk a;}}