Searched defs:DPRINT (Results 1 – 5 of 5) sorted by relevance
37 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro39 #define DPRINT(fmt, ...) do { } while (0) macro
117 #define DPRINT(cond, ...) \ macro122 #define DPRINT(cond, args...) macro
36 # define DPRINT(a...) do { printk("%s %u: ", __func__, __LINE__); printk (a); } while (0) macro51 # define DPRINT(a...) macro
415 #define DPRINT(a) printk a macro417 #define DPRINT(a) macro
152 #define DPRINT(format, args...) \ macro