Searched defs:DPRINT (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/scripts/dtc/ |
H A D | dtc-lexer.l | 37 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro 39 #define DPRINT(fmt, ...) do { } while (0) macro
|
/openbmc/u-boot/scripts/dtc/ |
H A D | dtc-lexer.l | 52 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro 54 #define DPRINT(fmt, ...) do { } while (0) macro
|
/openbmc/u-boot/drivers/video/ |
H A D | ati_radeon_fb.c | 37 #define DPRINT(x...) printf(x) macro 39 #define DPRINT(x...) do{}while(0) macro
|
/openbmc/qemu/hw/i2c/ |
H A D | exynos4210_i2c.c | 61 #define DPRINT(fmt, args...) \ in OBJECT_DECLARE_SIMPLE_TYPE() macro
|
/openbmc/linux/sound/isa/wavefront/ |
H A D | wavefront_synth.c | 117 #define DPRINT(cond, ...) \ macro 122 #define DPRINT(cond, args...) macro
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | unaligned.c | 36 # define DPRINT(a...) do { printk("%s %u: ", __func__, __LINE__); printk (a); } while (0) macro 51 # define DPRINT(a...) macro
|
/openbmc/linux/drivers/block/ |
H A D | ataflop.c | 415 #define DPRINT(a) printk a macro 417 #define DPRINT(a) macro
|
H A D | floppy.c | 152 #define DPRINT(format, args...) \ macro
|
/openbmc/qemu/tests/ |
H A D | vhost-user-bridge.c | 41 #define DPRINT(...) \ macro
|
/openbmc/qemu/subprojects/libvhost-user/ |
H A D | libvhost-user.c | 99 #define DPRINT(...) \ macro
|