Home
last modified time | relevance | path

Searched defs:DPRINT (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/scripts/dtc/
A Ddtc-lexer.l37 #define DPRINT(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__) macro
39 #define DPRINT(fmt, ...) do { } while (0) macro
/linux-6.3-rc2/sound/isa/wavefront/
A Dwavefront_synth.c117 #define DPRINT(cond, ...) \ macro
122 #define DPRINT(cond, args...) macro
/linux-6.3-rc2/arch/ia64/kernel/
A Dunaligned.c36 # define DPRINT(a...) do { printk("%s %u: ", __func__, __LINE__); printk (a); } while (0) macro
51 # define DPRINT(a...) macro
/linux-6.3-rc2/drivers/block/
A Dataflop.c415 #define DPRINT(a) printk a macro
417 #define DPRINT(a) macro
A Dfloppy.c152 #define DPRINT(format, args...) \ macro

Completed in 27 milliseconds