/linux-2.4.37.9/arch/parisc/kernel/ |
D | pdc_chassis.c | 25 #define DPRINTK(fmt, args...) printk(fmt, ## args) macro 27 #define DPRINTK(fmt, args...) macro
|
D | power.c | 57 # define DPRINTK(x) printk x macro 59 # define DPRINTK(x) do { } while (0) macro
|
/linux-2.4.37.9/arch/arm/mach-sa1100/ |
D | hackkit.c | 46 # define DPRINTK( x, args... ) printk( "%s: line %d: "x, __FUNCTION__, __LINE__, ## args ); macro 48 # define DPRINTK( x, args... ) /* nix */ macro
|
D | system3.c | 69 # define DPRINTK( x, args... ) printk( "%s: line %d: "x, __FUNCTION__, __LINE__, ## args ); macro 71 # define DPRINTK( x, args... ) /* nix */ macro
|
D | dma-sa1111.c | 29 #define DPRINTK( s, arg... ) printk( "dma<%s>: " s, dma->device_id , ##arg ) macro 31 #define DPRINTK( x... ) macro
|
D | sa1111-pcibuf.c | 28 #define DPRINTK(...) do { printk(KERN_DEBUG __VA_ARGS__); } while (0) macro 30 #define DPRINTK(...) do { } while (0) macro
|
/linux-2.4.37.9/arch/sh/kernel/ |
D | setup_keywest.c | 48 #define DPRINTK(args...) printk(args) macro 51 #define DPRINTK(args...) macro
|
D | setup_hd64465.c | 30 #define DPRINTK(args...) printk(args) macro 32 #define DPRINTK(args...) macro
|
D | setup_bigsur.c | 45 #define DPRINTK(args...) printk(args) macro 48 #define DPRINTK(args...) macro
|
/linux-2.4.37.9/drivers/video/ |
D | modedb.c | 30 #define DPRINTK(fmt, args...) printk(KERN_DEBUG "%s: " fmt, __FUNCTION__ , ## args) macro 32 #define DPRINTK(fmt, args...) macro
|
/linux-2.4.37.9/arch/ppc/platforms/ |
D | apus_pci.c | 33 #define DPRINTK(a,b...) printk(KERN_DEBUG "apus_pci: %s: " a, __FUNCTION__ , ## b) macro 35 #define DPRINTK(a,b...) macro
|
/linux-2.4.37.9/drivers/char/ |
D | amd768_rng.c | 54 #define DPRINTK(fmt, args...) printk(KERN_DEBUG "%s: " fmt, __FUNCTION__ , ## args) macro 56 #define DPRINTK(fmt, args...) macro
|
D | i810_rng.c | 52 #define DPRINTK(fmt, args...) printk(KERN_DEBUG "%s: " fmt, __FUNCTION__ , ## args) macro 54 #define DPRINTK(fmt, args...) macro
|
/linux-2.4.37.9/drivers/net/fc/ |
D | iph5526.c | 76 #define DPRINTK(format, a...) {printk("%s: ", fi->name); \ macro 85 #define DPRINTK(format, a...) {} macro
|
/linux-2.4.37.9/drivers/parport/ |
D | ieee1284.c | 33 #define DPRINTK(stuff...) printk (stuff) macro 35 #define DPRINTK(stuff...) macro
|
D | parport_amiga.c | 28 #define DPRINTK printk macro 30 #define DPRINTK(x...) do { } while (0) macro
|
D | parport_ip22.c | 68 #define DPRINTK printk macro 70 #define DPRINTK(x...) do { } while (0) macro
|
D | parport_mfc3.c | 72 #define DPRINTK printk macro 74 static inline int DPRINTK(void *nothing, ...) {return 0;} in DPRINTK() function
|
D | ieee1284_ops.c | 29 #define DPRINTK(stuff...) printk (stuff) macro 31 #define DPRINTK(stuff...) macro
|
/linux-2.4.37.9/net/atm/ |
D | ipcommon.c | 21 #define DPRINTK(format,args...) macro
|
D | raw.c | 20 #define DPRINTK(format,args...) macro
|
/linux-2.4.37.9/arch/mips/ite-boards/generic/ |
D | irq.c | 64 #define DPRINTK(fmt, args...) printk("%s: " fmt, __FUNCTION__ , ## args) macro 66 #define DPRINTK(fmt, args...) macro
|
/linux-2.4.37.9/drivers/atm/ |
D | idt77105.c | 28 #define DPRINTK(format,args...) printk(KERN_DEBUG format,##args) macro 30 #define DPRINTK(format,args...) macro
|
/linux-2.4.37.9/fs/autofs4/ |
D | autofs_i.h | 32 #define DPRINTK(D) do{ printk("pid %d: ", current->pid); printk D; } while(0) macro 34 #define DPRINTK(D) do {} while(0) macro
|
/linux-2.4.37.9/arch/mips/au1000/common/ |
D | irq.c | 57 #define DPRINTK(fmt, args...) printk("%s: " fmt, __FUNCTION__ , ## args) macro 59 #define DPRINTK(fmt, args...) macro
|