Searched defs:DPRINT (Results 1 – 7 of 7) sorted by relevance
53 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro55 #define DPRINT(fmt, ...) do { } while (0) macro
25 #define DPRINT(a) \ macro36 #define DPRINT(a) macro
36 # define DPRINT(a...) do { printk("%s %u: ", __func__, __LINE__); printk (a); } while (0) macro51 # define DPRINT(a...) macro
232 #define DPRINT(a) \ macro
120 #define DPRINT(cond, ...) \ macro125 #define DPRINT(cond, args...) macro
335 #define DPRINT(a) printk a macro337 #define DPRINT(a) macro
153 #define DPRINT(format, args...) \ macro