Searched defs:DPRINT_PNP (Results 1 – 1 of 1) sorted by relevance
49 #define DPRINT_PNP(fmt, ...) do { \ macro57 #define DPRINT_PNP __noop macro59 #define DPRINT_PNP(...) do { if(0) { DbgPrint(__VA_ARGS__); } } while(0) macro103 #define DPRINT_PNP __noop macro109 #define DPRINT_PNP(...) do { if(0) { DbgPrint(__VA_ARGS__); } } while(0) macro