Searched defs:DEBUGOUT2 (Results 1 – 2 of 2) sorted by relevance
69 #define DEBUGOUT2(S,A,B) kprintf(S "\n",A,B) macro81 #define DEBUGOUT2(S,A,B) do { } while (0) macro
58 #define DEBUGOUT2(S, args...) DEBUGOUT(S, ##args) macro