Searched defs:DPRINT (Results 1 – 7 of 7) sorted by relevance
52 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro54 #define DPRINT(fmt, ...) do { } while (0) macro
25 #define DPRINT(a) \ macro36 #define DPRINT(a) macro
33 # define DPRINT(a...) do { printk("%s %u: ", __func__, __LINE__); printk (a); } while (0) macro48 # define DPRINT(a...) macro
230 #define DPRINT(a) \ macro
119 #define DPRINT(cond, ...) \ macro124 #define DPRINT(cond, args...) macro
333 #define DPRINT(a) printk a macro335 #define DPRINT(a) macro
153 #define DPRINT(format, args...) \ macro