/linux-2.4.37.9/drivers/scsi/ |
D | atari_scsi.h | 112 #define ARB_PRINTK(format, args...) \ argument 115 #define ARB_PRINTK(format, args...) argument 118 #define ASEN_PRINTK(format, args...) \ argument 121 #define ASEN_PRINTK(format, args...) argument 124 #define DMA_PRINTK(format, args...) \ argument 127 #define DMA_PRINTK(format, args...) argument 130 #define HSH_PRINTK(format, args...) \ argument 133 #define HSH_PRINTK(format, args...) argument 136 #define INF_PRINTK(format, args...) \ argument 139 #define INF_PRINTK(format, args...) argument [all …]
|
D | sun3_scsi.h | 253 #define ARB_PRINTK(format, args...) \ argument 256 #define ARB_PRINTK(format, args...) argument 259 #define ASEN_PRINTK(format, args...) \ argument 262 #define ASEN_PRINTK(format, args...) argument 265 #define DMA_PRINTK(format, args...) \ argument 268 #define DMA_PRINTK(format, args...) argument 271 #define HSH_PRINTK(format, args...) \ argument 274 #define HSH_PRINTK(format, args...) argument 277 #define INF_PRINTK(format, args...) \ argument 280 #define INF_PRINTK(format, args...) argument [all …]
|
/linux-2.4.37.9/drivers/net/fc/ |
D | iph5526.c | 76 #define DPRINTK(format, a...) {printk("%s: ", fi->name); \ argument 85 #define DPRINTK(format, a...) {} argument 91 #define DPRINTK1(format, a...) {printk("%s: ", fi->name); \ argument 95 #define DPRINTK1(format, a...) {} argument 99 #define DPRINTK2(format, a...) {printk("%s: ", fi->name); \ argument 103 #define DPRINTK2(format, a...) {} argument 106 #define T_MSG(format, a...) {printk("%s: ", fi->name); \ argument
|
/linux-2.4.37.9/drivers/sound/emu10k1/ |
D | audio.c | 369 struct wave_format format; local 389 struct wave_format format; local 428 struct wave_format format; local 447 struct wave_format format; local 480 struct wave_format format; local 498 struct wave_format format; local 551 struct wave_format format; local 570 struct wave_format format; local
|
/linux-2.4.37.9/arch/mips/au1000/db1x00/ |
D | mirage_ts.c | 68 #define err(format, arg...) printk(KERN_ERR TS_NAME ": " format "\n" , ## arg) argument 69 #define info(format, arg...) printk(KERN_INFO TS_NAME ": " format "\n" , ## arg) argument 70 #define warn(format, arg...) printk(KERN_WARNING TS_NAME ": " format "\n" , ## arg) argument 71 #define DPRINTK(format, arg...) printk(__FUNCTION__ ": " format "\n" , ## arg) argument
|
/linux-2.4.37.9/include/linux/ |
D | ncp_fs.h | 152 #define PRINTK(format, args...) printk(KERN_DEBUG format , ## args) argument 156 #define PPRINTK(format, args...) PRINTK(format , ## args) argument 158 #define PPRINTK(format, args...) argument 165 #define DPRINTK(format, args...) PRINTK(format , ## args) argument 167 #define DPRINTK(format, args...) argument 170 #define DDPRINTK(format, args...) PRINTK(format , ## args) argument 172 #define DDPRINTK(format, args...) argument
|
/linux-2.4.37.9/arch/cris/drivers/ |
D | usb-host.c | 62 #define dbg_rh(format, arg...) printk(KERN_DEBUG __FILE__ ": (RH) " format "\n" , ## arg) argument 64 #define dbg_rh(format, arg...) do {} while (0) argument 68 #define dbg_epid(format, arg...) printk(KERN_DEBUG __FILE__ ": (EPID) " format "\n" , ## arg) argument 70 #define dbg_epid(format, arg...) do {} while (0) argument 74 #define dbg_sb(format, arg...) printk(KERN_DEBUG __FILE__ ": (SB) " format "\n" , ## arg) argument 76 #define dbg_sb(format, arg...) do {} while (0) argument 80 #define dbg_ctrl(format, arg...) printk(KERN_DEBUG __FILE__ ": (CTRL) " format "\n" , ## arg) argument 82 #define dbg_ctrl(format, arg...) do {} while (0) argument 86 #define dbg_bulk(format, arg...) printk(KERN_DEBUG __FILE__ ": (BULK) " format "\n" , ## arg) argument 88 #define dbg_bulk(format, arg...) do {} while (0) argument [all …]
|
/linux-2.4.37.9/drivers/isdn/hisax/ |
D | hisax_debug.h | 29 #define DBG(level, format, arg...) do { \ argument 75 #define DBG(level, format, arg...) do {} while (0) argument
|
/linux-2.4.37.9/net/ipv4/netfilter/ |
D | ipt_esp.c | 12 #define duprintf(format, args...) printk(format , ## args) argument 14 #define duprintf(format, args...) argument
|
D | ipt_ah.c | 12 #define duprintf(format, args...) printk(format , ## args) argument 14 #define duprintf(format, args...) argument
|
D | ipt_ULOG.c | 69 #define DEBUGP(format, args...) argument 72 #define PRINTR(format, args...) do { if (net_ratelimit()) printk(format, ## args); } while (0) argument
|
/linux-2.4.37.9/drivers/char/ |
D | n_r3964.c | 81 #define TRACE(format, args...) printk("r3964: " format "\n" , ## args); argument 84 #define TRACE_M(format, args...) printk("r3964: " format "\n" , ## args); argument 90 #define TRACE_PS(format, args...) printk("r3964: " format "\n" , ## args); argument 96 #define TRACE_PE(format, args...) printk("r3964: " format "\n" , ## args); argument 102 #define TRACE_L(format, args...) printk("r3964: " format "\n" , ## args); argument 108 #define TRACE_Q(format, args...) printk("r3964: " format "\n" , ## args); argument
|
D | au1000_ts.c | 57 #define dbg(format, arg...) printk(KERN_DEBUG PFX ": " format "\n" , ## arg) argument 59 #define dbg(format, arg...) do {} while (0) argument 61 #define err(format, arg...) printk(KERN_ERR PFX ": " format "\n" , ## arg) argument 62 #define info(format, arg...) printk(KERN_INFO PFX ": " format "\n" , ## arg) argument 63 #define warn(format, arg...) printk(KERN_WARNING PFX ": " format "\n" , ## arg) argument
|
/linux-2.4.37.9/net/irda/irnet/ |
D | irnet.h | 325 #define DERROR(dbg, format, args...) \ argument 330 #define DEBUG(dbg, format, args...) \ argument 335 #define DENTER(dbg, format, args...) \ argument 340 #define DPASS(dbg, format, args...) \ argument 345 #define DEXIT(dbg, format, args...) \ argument
|
/linux-2.4.37.9/drivers/hotplug/ |
D | acpiphp.h | 41 #define dbg(format, arg...) \ argument 47 #define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME , ## arg) argument 48 #define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME , ## arg) argument 49 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME , ## arg) argument
|
/linux-2.4.37.9/net/sched/ |
D | sch_ingress.c | 32 #define DPRINTK(format,args...) printk(KERN_DEBUG format,##args) argument 34 #define DPRINTK(format,args...) argument 40 #define D2PRINTK(format,args...) argument
|
D | cls_tcindex.c | 35 #define DPRINTK(format,args...) printk(KERN_DEBUG format,##args) argument 37 #define DPRINTK(format,args...) argument 43 #define D2PRINTK(format,args...) argument
|
D | sch_dsmark.c | 21 #define DPRINTK(format,args...) printk(KERN_DEBUG format,##args) argument 23 #define DPRINTK(format,args...) argument 29 #define D2PRINTK(format,args...) argument
|
/linux-2.4.37.9/net/atm/ |
D | ipcommon.c | 21 #define DPRINTK(format,args...) argument
|
D | raw.c | 20 #define DPRINTK(format,args...) argument
|
/linux-2.4.37.9/drivers/acpi/utilities/ |
D | utdebug.c | 137 char *format, in acpi_ut_debug_print() 208 char *format, in acpi_ut_debug_print_raw()
|
/linux-2.4.37.9/drivers/atm/ |
D | horizon.h | 51 #define PRINTK(severity,format,args...) \ argument 73 #define PRINTDB(bits,format,args...) \ argument 75 #define PRINTDM(bits,format,args...) \ argument 77 #define PRINTDE(bits,format,args...) \ argument 79 #define PRINTD(bits,format,args...) \ argument 84 #define PRINTD(bits,format,args...) argument 85 #define PRINTDB(bits,format,args...) argument 86 #define PRINTDM(bits,format,args...) argument 87 #define PRINTDE(bits,format,args...) argument
|
/linux-2.4.37.9/drivers/mtd/devices/ |
D | blkmtd.c | 45 #define err(format, arg...) printk(KERN_ERR "blkmtd: " format "\n" , ## arg) argument 46 #define info(format, arg...) printk(KERN_INFO "blkmtd: " format "\n" , ## arg) argument 47 #define warn(format, arg...) printk(KERN_WARNING "blkmtd: " format "\n" , ## arg) argument 48 #define crit(format, arg...) printk(KERN_CRIT "blkmtd: " format "\n" , ## arg) argument
|
/linux-2.4.37.9/fs/bfs/ |
D | bfs_defs.h | 16 #define printf(format, args...) \ argument
|
/linux-2.4.37.9/drivers/usb/ |
D | kaweth.c | 66 #define kaweth_dbg(format, arg...) printk(KERN_DEBUG __FILE__ ": " format "\n" ,##arg) argument 68 #define kaweth_dbg(format, arg...) do {} while (0) argument 70 #define kaweth_err(format, arg...) printk(KERN_ERR __FILE__ ": " format "\n" ,##arg) argument 71 #define kaweth_info(format, arg...) printk(KERN_INFO __FILE__ ": " format "\n" , ##arg) argument 72 #define kaweth_warn(format, arg...) printk(KERN_WARNING __FILE__ ": " format "\n" , ##arg) argument
|