Searched defs:PRINTK (Results 1 – 15 of 15) sorted by relevance
/linux-3.3/fs/ncpfs/ |
D | ncp_fs.h | 6 #define PRINTK(format, args...) printk(KERN_DEBUG format , ## args) macro
|
/linux-3.3/drivers/net/ethernet/smsc/ |
D | smc9194.c | 174 #define PRINTK(x) printk x macro 176 #define 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-3.3/fs/hpfs/ |
D | hpfs_fn.h | 39 #define PRINTK(x) printk x macro 42 #define PRINTK(x) macro
|
/linux-3.3/arch/arm/mach-iop13xx/ |
D | setup.c | 33 #define PRINTK(x...) ((void)(IOP13XX_SETUP_DEBUG && printk(x))) macro
|
D | pci.c | 33 #define PRINTK(x...) ((void)(IOP13XX_PCI_DEBUG && printk(x))) macro
|
/linux-3.3/drivers/net/ethernet/racal/ |
D | ni5010.h | 26 #define PRINTK(x) if (NI5010_DEBUG) printk x macro
|
/linux-3.3/drivers/staging/wlags49_h2/ |
D | debug.h | 109 # define PRINTK(S...) printk(S) macro
|
/linux-3.3/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-3.3/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-3.3/init/ |
D | Kconfig | 1033 config PRINTK config
|