Searched defs:DPRINT (Results 1 – 6 of 6) sorted by relevance
| /linux/scripts/dtc/ |
| A D | dtc-lexer.l | 37 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro 39 #define DPRINT(fmt, ...) do { } while (0) macro
|
| A D | dtc-lexer.lex.c | 625 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro 627 #define DPRINT(fmt, ...) do { } while (0) macro
|
| /linux/sound/isa/wavefront/ |
| A D | wavefront_synth.c | 117 #define DPRINT(cond, ...) \ macro 122 #define DPRINT(cond, args...) macro
|
| /linux/arch/ia64/kernel/ |
| A D | unaligned.c | 36 # define DPRINT(a...) do { printk("%s %u: ", __func__, __LINE__); printk (a); } while (0) macro 51 # define DPRINT(a...) macro
|
| /linux/drivers/block/ |
| A D | ataflop.c | 414 #define DPRINT(a) printk a macro 416 #define DPRINT(a) macro
|
| A D | floppy.c | 152 #define DPRINT(format, args...) \ macro
|
Completed in 32 milliseconds