Searched refs:ser_printk (Results 1 – 2 of 2) sorted by relevance
819 static int ser_printk (const char *fmt, ...);951 static int ser_printk (const char *fmt, ...) in ser_printk() function967 #define TRACE(a) { ser_printk a;}
482 static int ser_printk(const char *fmt, ...);527 static int ser_printk(const char *fmt, ...) in ser_printk() function539 #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;}}