Searched defs:DEBUG_MSG (Results 1 – 4 of 4) sorted by relevance
17 #define DEBUG_MSG(f, a...) printk(f, ## a) macro19 #define DEBUG_MSG(f, a...) no_printk(f, ## a) macro
223 DEBUG_MSG=1<<2, enumerator
200 #define DEBUG_MSG(str,...) \ macro211 #define DEBUG_MSG(str,...) macro
24 #define DEBUG_MSG 0 macro