Searched defs:DPRINTK (Results 1 – 6 of 6) sorted by relevance
/arch/parisc/kernel/ |
D | pdc_chassis.c | 27 #define DPRINTK(fmt, args...) printk(fmt, ## args) macro 29 #define DPRINTK(fmt, args...) macro
|
/arch/arm/mach-sa1100/ |
D | dma.c | 27 #define DPRINTK( s, arg... ) printk( "dma<%p>: " s, regs , ##arg ) macro 29 #define DPRINTK( x... ) macro
|
/arch/mips/pci/ |
D | ops-mace.c | 18 # define DPRINTK(args...) macro
|
/arch/m68k/atari/ |
D | stram.c | 36 #define DPRINTK(fmt,args...) printk( fmt, ##args ) macro 38 #define DPRINTK(fmt,args...) macro
|
/arch/m32r/kernel/ |
D | process.c | 13 #define DPRINTK(fmt, args...) printk("%s:%d:%s: " fmt, __FILE__, __LINE__, \ macro 16 #define DPRINTK(fmt, args...) macro
|
/arch/x86/kernel/ |
D | alternative.c | 61 #define DPRINTK(fmt, args...) if (debug_alternative) \ macro
|