Searched defs:debug (Results 1 – 6 of 6) sorted by relevance
25 #define debug(format...) NOTICE(format) macro27 #define debug(format, arg...) macro
17 #define debug(format...) NOTICE(format) macro19 #define debug(format, arg...) macro
36 #define debug(...) INFO(__VA_ARGS__) macro38 #define debug(...) VERBOSE(__VA_ARGS__) macro75 unsigned int debug[64]; member
123 unsigned int debug[64]; /* debug_1 to debug_64 */ member
15 #define debug(format...) printf(format) macro17 #define debug(format, arg...) macro