Searched defs:DPRINT (Results 1 – 3 of 3) sorted by relevance
37 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro 39 #define DPRINT(fmt, ...) do { } while (0) macro [all...]
117 #define DPRINT(cond, ...) \ macro 122 #define DPRINT(cond, args...) macro [all...]
415 #define DPRINT(a) printk a macro417 #define DPRINT(a) macro