Searched defs:PRINTK (Results 1 – 17 of 17) sorted by relevance
/linux-2.6.39/fs/ncpfs/ |
D | ncp_fs.h | 6 #define PRINTK(format, args...) printk(KERN_DEBUG format , ## args) macro
|
/linux-2.6.39/drivers/net/ |
D | smc9194.c | 174 #define PRINTK(x) printk x macro 176 #define PRINTK(x) macro
|
D | ni5010.h | 26 #define PRINTK(x) if (NI5010_DEBUG) printk x macro
|
D | smc911x.c | 115 #define PRINTK(args...) printk(args) macro 118 #define PRINTK(args...) printk(KERN_DEBUG args) macro
|
D | smc91x.c | 158 #define PRINTK(args...) printk(args) macro 161 #define PRINTK(args...) printk(KERN_DEBUG args) macro
|
/linux-2.6.39/arch/arm/mach-iop13xx/ |
D | setup.c | 32 #define PRINTK(x...) ((void)(IOP13XX_SETUP_DEBUG && printk(x))) macro
|
D | pci.c | 32 #define PRINTK(x...) ((void)(IOP13XX_PCI_DEBUG && printk(x))) macro
|
/linux-2.6.39/fs/hpfs/ |
D | hpfs_fn.h | 39 #define PRINTK(x) printk x macro 42 #define PRINTK(x) macro
|
/linux-2.6.39/drivers/staging/wlags49_h2/ |
D | debug.h | 109 # define PRINTK(S...) printk(S) macro
|
/linux-2.6.39/drivers/atm/ |
D | nicstar.c | 93 #define PRINTK(args...) printk(args) macro 95 #define PRINTK(args...) macro
|
D | horizon.h | 49 #define PRINTK(severity,format,args...) \ macro
|
D | ambassador.h | 45 #define PRINTK(severity,format,args...) \ macro
|
/linux-2.6.39/drivers/md/ |
D | raid1.c | 44 #define PRINTK(x...) printk(x) macro 46 #define PRINTK(x...) macro
|
D | bitmap.c | 56 # define PRINTK(x...) printk(KERN_DEBUG x) macro 58 # define PRINTK(x...) macro
|
/linux-2.6.39/net/l2tp/ |
D | l2tp_core.c | 85 #define PRINTK(_mask, _type, _lvl, _fmt, args...) \ macro
|
D | l2tp_ppp.c | 109 #define PRINTK(_mask, _type, _lvl, _fmt, args...) \ macro
|
/linux-2.6.39/init/ |
D | Kconfig | 991 config PRINTK config
|