Home
last modified time | relevance | path

Searched defs:dbg (Results 1 – 25 of 28) sorted by relevance

12

/linux-2.4.37.9/net/irda/irnet/
Dirnet.h325 #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
350 #define DRETURN(ret, dbg, args...) \ argument
355 #define DABORT(cond, ret, dbg, args...) \ argument
361 #define DASSERT(cond, ret, dbg, args...) \ argument
/linux-2.4.37.9/include/linux/
Dbaycom.h24 struct baycom_debug_data dbg; member
Dsoundmodem.h48 struct sm_debug_data dbg; member
Dusb.h1099 #define dbg(format, arg...) printk(KERN_DEBUG __FILE__ ": " format "\n" , ## arg) macro
1101 #define dbg(format, arg...) do {} while (0) macro
/linux-2.4.37.9/drivers/mtd/
Dcmdlinepart.c41 #define dbg(x) macro
/linux-2.4.37.9/arch/arm/kernel/
Dptrace.c344 add_breakpoint(struct task_struct *task, struct debug_info *dbg, unsigned long addr) in add_breakpoint()
409 struct debug_info *dbg = &child->thread.debug; in ptrace_set_bpt() local
/linux-2.4.37.9/drivers/char/joystick/
Dsidewinder.c60 #define dbg(format, arg...) printk(KERN_DEBUG __FILE__ ": " format "\n" , ## arg) macro
62 #define dbg(format, arg...) do {} while (0) macro
/linux-2.4.37.9/drivers/char/
Dau1000_ts.c57 #define dbg(format, arg...) printk(KERN_DEBUG PFX ": " format "\n" , ## arg) macro
59 #define dbg(format, arg...) do {} while (0) macro
/linux-2.4.37.9/drivers/usb/
Dusb-skeleton.c62 #define dbg(format, arg...) do { if (debug) printk(KERN_DEBUG __FILE__ ": " format "\n" , ## arg); … macro
Dbrlvger.c214 #define dbg(args...) \ macro
/linux-2.4.37.9/drivers/sound/
Dac97_plugin_wm97xx.c89 #define dbg(format, arg...) printk(KERN_DEBUG PFX ": " format "\n" , ## arg) macro
91 #define dbg(format, arg...) do {} while (0) macro
Dau1000.c89 #define dbg(format, arg...) printk(KERN_DEBUG PFX ": " format "\n" , ## arg) macro
91 #define dbg(format, arg...) do {} while (0) macro
Dite8172.c90 #define dbg(format, arg...) printk(KERN_DEBUG PFX ": " format "\n" , ## arg) macro
92 #define dbg(format, arg...) do {} while (0) macro
/linux-2.4.37.9/drivers/hotplug/
Dpci_hotplug_util.c44 #define dbg(fmt, arg...) do { if (debug) printk(KERN_DEBUG "%s: %s: " fmt , MY_NAME , __FUNCTION__ … macro
Dacpiphp.h41 #define dbg(format, arg...) \ macro
Dpciehp.h49 #define dbg(format, arg...) do { if (pciehp_debug) printk("%s: " format, MY_NAME , ## arg); } while… macro
Dpci_hotplug_core.c52 #define dbg(fmt, arg...) do { if (debug) printk(KERN_DEBUG "%s: %s: " fmt , MY_NAME , __FUNCTION__ … macro
Dshpchp.h49 #define dbg(format, arg...) do { if (shpchp_debug) printk("%s: " format, MY_NAME , ## arg); } while… macro
/linux-2.4.37.9/drivers/video/
Dit8181fb.c106 #define dbg(format, arg...) \ macro
110 #define dbg(format, arg...) do {} while (0) macro
/linux-2.4.37.9/drivers/scsi/
Dosst.c612 int dbg = debugging; in osst_wait_ready() local
679 int dbg = debugging; in osst_wait_for_medium() local
1289 int dbg = debugging; in osst_read_back_buffer_and_rewrite() local
1478 int dbg = debugging; in osst_reposition_and_retry() local
/linux-2.4.37.9/lib/
Dfirmware_class.c64 #define dbg(format, arg...) \ macro
/linux-2.4.37.9/drivers/usb/serial/
Dusb-serial.h333 #define dbg(format, arg...) do { if (debug) printk(KERN_DEBUG "%s: " format "\n" , __FILE__ , ## ar… macro
/linux-2.4.37.9/drivers/net/
Dgt96100eth.h33 #define dbg(lvl, format, arg...) \ macro
/linux-2.4.37.9/drivers/net/wan/
Dfarsync.c517 #define dbg(F,fmt,A...) if ( ! ( fst_debug_mask & (F))) \ macro
523 #define dbg(X...) /* NOP */ macro
/linux-2.4.37.9/drivers/block/
Damiflop.c1059 static void dbg(unsigned long ptr) in dbg() function

12