/linux-2.4.37.9/Documentation/s390/ |
D | s390dbf.txt | 4 files: arch/s390/kernel/debug.c 5 include/asm-s390/debug.h 9 The goal of this feature is to provide a kernel debug logging API 11 (e.g. device drivers) can have one seperate debug log. 12 One purpose of this is to inspect the debug logs after a production system crash 15 it is possible to look at the debug logs on a live system via the Linux proc 17 The debug feature may also very usefull for kernel and driver development. 21 Kernel components (e.g. device drivers) can register themselves at the debug 23 debug log for the caller. For each debug log exists a number of debug areas 24 where exactly one is active at one time. Each debug area consists of contiguous [all …]
|
/linux-2.4.37.9/drivers/hotplug/ |
D | ibmphp_ebda.c | 154 debug ("%s - slot_min = %x\n", __FUNCTION__, ptr->slot_min); in print_bus_info() 155 debug ("%s - slot_max = %x\n", __FUNCTION__, ptr->slot_max); in print_bus_info() 156 debug ("%s - slot_count = %x\n", __FUNCTION__, ptr->slot_count); in print_bus_info() 157 debug ("%s - bus# = %x\n", __FUNCTION__, ptr->busno); in print_bus_info() 158 debug ("%s - current_speed = %x\n", __FUNCTION__, ptr->current_speed); in print_bus_info() 159 debug ("%s - controller_id = %x\n", __FUNCTION__, ptr->controller_id); in print_bus_info() 161 debug ("%s - slots_at_33_conv = %x\n", __FUNCTION__, ptr->slots_at_33_conv); in print_bus_info() 162 debug ("%s - slots_at_66_conv = %x\n", __FUNCTION__, ptr->slots_at_66_conv); in print_bus_info() 163 debug ("%s - slots_at_66_pcix = %x\n", __FUNCTION__, ptr->slots_at_66_pcix); in print_bus_info() 164 debug ("%s - slots_at_100_pcix = %x\n", __FUNCTION__, ptr->slots_at_100_pcix); in print_bus_info() [all …]
|
D | ibmphp_core.c | 52 static int debug; variable 53 MODULE_PARM (debug, "i"); 54 MODULE_PARM_DESC (debug, "Debugging mode enabled or not"); 79 debug ("options = %x\n", slot_cur->ctrl->options); in get_cur_bus_info() 80 debug ("revision = %x\n", slot_cur->ctrl->revision); in get_cur_bus_info() 94 …debug ("busstatus = %x, bus_speed = %x, bus_mode = %x\n", slot_cur->busstatus, slot_cur->bus_on->c… in get_cur_bus_info() 155 debug ("(*cur_slot)->irq[0] = %x\n", (*cur_slot)->irq[0]); in ibmphp_init_devno() 156 debug ("(*cur_slot)->irq[1] = %x\n", (*cur_slot)->irq[1]); in ibmphp_init_devno() 157 debug ("(*cur_slot)->irq[2] = %x\n", (*cur_slot)->irq[2]); in ibmphp_init_devno() 158 debug ("(*cur_slot)->irq[3] = %x\n", (*cur_slot)->irq[3]); in ibmphp_init_devno() [all …]
|
D | ibmphp_pci.c | 95 debug ("inside configure_card, func->busno = %x \n", func->busno); in ibmphp_configure_card() 109 …debug ("inside the loop, cur_func->busno = %x, cur_func->device = %x, cur_func->funcion = %x\n", c… in ibmphp_configure_card() 113 debug ("vendor_id is %x\n", vendor_id); in ibmphp_configure_card() 116 debug ("found valid device, vendor_id = %x\n", vendor_id); in ibmphp_configure_card() 129 debug ("hrd_type = %x, class = %x, class_code %x \n", hdr_type, class, class_code); in ibmphp_configure_card() 142 …debug ("single device case.... vendor id = %x, hdr_type = %x, class = %x\n", vendor_id, hdr_type, … in ibmphp_configure_card() 247 debug ("class now is %x\n", class); in ibmphp_configure_card() 256 debug ("cur_func->busno b4 configure_bridge is %x\n", cur_func->busno); in ibmphp_configure_card() 270 … debug ("cur_func->busno = %x, device = %x, function = %x\n", cur_func->busno, device, function); in ibmphp_configure_card() 272 debug ("after configuring bridge..., sec_number = %x\n", sec_number); in ibmphp_configure_card() [all …]
|
D | ibmphp_hpc.c | 39 #define debug_polling(fmt, arg...) do { if (to_debug) debug (fmt, arg); } while (0) 132 debug ("%s - Entry\n", __FUNCTION__); in ibmphp_hpc_initvars() 141 debug ("%s - Exit\n", __FUNCTION__); in ibmphp_hpc_initvars() 218 debug ("%s - Error : WPG timeout\n", __FUNCTION__); in i2c_ctrl_read() 234 debug ("ctrl_read - Exit Error:I2C timeout\n"); in i2c_ctrl_read() 329 debug ("%s - Exit Error:WPG timeout\n", __FUNCTION__); in i2c_ctrl_write() 346 debug ("ctrl_read - Error : I2C timeout\n"); in i2c_ctrl_write() 385 debug ("inside pci_ctrl_read\n"); in pci_ctrl_read() 394 debug ("inside pci_ctrl_write\n"); in pci_ctrl_write() 724 debug ("%s - ctlr id[%x] physical[%lx] logical[%lx] i2c[%x]\n", __FUNCTION__, in ibmphp_hpc_writeslot() [all …]
|
/linux-2.4.37.9/drivers/net/skfp/ |
D | smtinit.c | 34 struct smt_debug debug; variable 76 debug.d_smt = 0 ; 77 debug.d_smtf = 0 ; 78 debug.d_rmt = 0 ; 79 debug.d_ecm = 0 ; 80 debug.d_pcm = 0 ; 81 debug.d_cfm = 0 ; 83 debug.d_plc = 0 ; 85 debug.d_ess = 0 ; 88 debug.d_sba = 0 ;
|
/linux-2.4.37.9/drivers/scsi/ |
D | script_asm.pl | 53 $debug = 0; # Print general debugging messages 182 print STDERR "value regex = $value\n" if ($debug); 185 print STDERR "phase regex = $phase\n" if ($debug); 237 if ($debug) { 248 printf STDERR "New code : %08x\n", $code[$address] if ($debug); 270 print STDERR "Relative reference $symbol\n" if ($debug); 275 print STDERR "Absolute reference $symbol\n" if ($debug); 279 print STDERR "Referencing symbol $1, length = $length in $_\n" if ($debug); 309 print STDERR "$0 : parsed WHEN\n" if ($debug); 312 print STDERR "$0 : parsed IF\n" if ($debug); [all …]
|
/linux-2.4.37.9/drivers/isdn/hisax/ |
D | amd7930_fn.c | 131 if (cs->debug & L1_DEB_ISAC) in Amd7930_ph_command() 174 if (cs->debug & L1_DEB_ISAC) in Amd7930_new_ph() 244 if (cs->debug) in Amd7930_bh() 253 if (cs->debug & L1_DEB_ISAC) in Amd7930_bh() 259 if (cs->debug & L1_DEB_ISAC) in Amd7930_bh() 265 if (cs->debug & L1_DEB_ISAC) in Amd7930_bh() 276 if (cs->debug & L1_DEB_ISAC) { in Amd7930_sched_event() 294 if ((cs->debug & L1_DEB_ISAC) && !(cs->debug & L1_DEB_ISAC_FIFO)) in Amd7930_empty_Dfifo() 327 if (cs->debug & L1_DEB_ISAC_FIFO) { in Amd7930_empty_Dfifo() 349 if (cs->debug & L1_DEB_WARN) in Amd7930_empty_Dfifo() [all …]
|
D | icc.c | 43 if (cs->debug & L1_DEB_ISAC) in ph_command() 88 if (cs->debug) in icc_bh() 118 if ((cs->debug & L1_DEB_ISAC) && !(cs->debug & L1_DEB_ISAC_FIFO)) in icc_empty_fifo() 122 if (cs->debug & L1_DEB_WARN) in icc_empty_fifo() 136 if (cs->debug & L1_DEB_ISAC_FIFO) { in icc_empty_fifo() 152 if ((cs->debug & L1_DEB_ISAC) && !(cs->debug & L1_DEB_ISAC_FIFO)) in icc_fill_fifo() 182 if (cs->debug & L1_DEB_ISAC_FIFO) { in icc_fill_fifo() 207 if (cs->debug & L1_DEB_ISAC) in icc_interrupt() 213 if (cs->debug & L1_DEB_WARN) in icc_interrupt() 220 if (cs->debug & L1_DEB_WARN) in icc_interrupt() [all …]
|
D | isac.c | 43 if (cs->debug & L1_DEB_ISAC) in ph_command() 92 if (cs->debug) in isac_bh() 122 if ((cs->debug & L1_DEB_ISAC) && !(cs->debug & L1_DEB_ISAC_FIFO)) in isac_empty_fifo() 126 if (cs->debug & L1_DEB_WARN) in isac_empty_fifo() 140 if (cs->debug & L1_DEB_ISAC_FIFO) { in isac_empty_fifo() 156 if ((cs->debug & L1_DEB_ISAC) && !(cs->debug & L1_DEB_ISAC_FIFO)) in isac_fill_fifo() 186 if (cs->debug & L1_DEB_ISAC_FIFO) { in isac_fill_fifo() 211 if (cs->debug & L1_DEB_ISAC) in isac_interrupt() 217 if (cs->debug & L1_DEB_WARN) in isac_interrupt() 224 if (cs->debug & L1_DEB_WARN) in isac_interrupt() [all …]
|
D | hscx_irq.c | 64 if ((cs->debug & L1_DEB_HSCX) && !(cs->debug & L1_DEB_HSCX_FIFO)) in hscx_empty_fifo() 68 if (cs->debug & L1_DEB_WARN) in hscx_empty_fifo() 81 if (cs->debug & L1_DEB_HSCX_FIFO) { in hscx_empty_fifo() 101 if ((cs->debug & L1_DEB_HSCX) && !(cs->debug & L1_DEB_HSCX_FIFO)) in hscx_fill_fifo() 126 if (cs->debug & L1_DEB_HSCX_FIFO) { in hscx_fill_fifo() 152 if (cs->debug & L1_DEB_WARN) in hscx_interrupt() 159 if (cs->debug & L1_DEB_WARN) in hscx_interrupt() 167 if (cs->debug & L1_DEB_WARN) in hscx_interrupt() 181 if (cs->debug & L1_DEB_HSCX_FIFO) in hscx_interrupt() 259 if (cs->debug & L1_DEB_WARN) in hscx_int_main() [all …]
|
D | isar.c | 59 if (cs->debug & L1_DEB_HSCX) in sendmsg() 72 if (cs->debug & L1_DEB_HSCX_FIFO) { in sendmsg() 104 if (cs->debug & L1_DEB_HSCX_FIFO) { in rcv_mbox() 129 if (cs->debug & L1_DEB_HSCX) in get_irq_infos() 167 int debug; in ISARVersion() local 172 debug = cs->debug; in ISARVersion() 173 cs->debug &= ~(L1_DEB_HSCX | L1_DEB_HSCX_FIFO); in ISARVersion() 178 cs->debug = debug; in ISARVersion() 193 int ret, size, cnt, debug; in isar_load_firmware() local 211 debug = cs->debug; in isar_load_firmware() [all …]
|
D | ipacx.c | 66 if (cs->debug &L1_DEB_ISAC) in ph_command() 84 if (cs->debug &L1_DEB_ISAC) debugl1(cs, "cic_int(event=%#x)", event); in cic_int() 108 if (cs->debug &DEB_DLOG_HEX) LogFrame(cs, skb->data, skb->len); in dch_l2l1() 109 if (cs->debug &DEB_DLOG_VERBOSE) dlogframe(cs, skb, 0); in dch_l2l1() 113 if (cs->debug &L1_DEB_LAPD) Logl2Frame(cs, skb, "PH_DATA Queued", 0); in dch_l2l1() 119 if (cs->debug &L1_DEB_LAPD) Logl2Frame(cs, skb, "PH_DATA", 0); in dch_l2l1() 127 if (cs->debug & L1_DEB_WARN) in dch_l2l1() 132 if (cs->debug & DEB_DLOG_HEX) LogFrame(cs, skb->data, skb->len); in dch_l2l1() 133 if (cs->debug & DEB_DLOG_VERBOSE) dlogframe(cs, skb, 0); in dch_l2l1() 137 if (cs->debug & L1_DEB_LAPD) Logl2Frame(cs, skb, "PH_DATA_PULLED", 0); in dch_l2l1() [all …]
|
D | jade_irq.c | 54 if ((cs->debug & L1_DEB_HSCX) && !(cs->debug & L1_DEB_HSCX_FIFO)) in jade_empty_fifo() 58 if (cs->debug & L1_DEB_WARN) in jade_empty_fifo() 71 if (cs->debug & L1_DEB_HSCX_FIFO) { in jade_empty_fifo() 90 if ((cs->debug & L1_DEB_HSCX) && !(cs->debug & L1_DEB_HSCX_FIFO)) in jade_fill_fifo() 115 if (cs->debug & L1_DEB_HSCX_FIFO) { in jade_fill_fifo() 143 if (cs->debug & L1_DEB_WARN) in jade_interrupt() 146 if (cs->debug & L1_DEB_WARN) in jade_interrupt() 149 if (cs->debug & L1_DEB_WARN) in jade_interrupt() 158 if (cs->debug & L1_DEB_HSCX_FIFO) in jade_interrupt() 235 if (cs->debug & L1_DEB_WARN) in jade_int_main() [all …]
|
D | w6692.c | 65 if (cs->debug & L1_DEB_ISAC) in ph_command() 113 if (cs->debug) in W6692_bh() 157 if ((cs->debug & L1_DEB_ISAC) && !(cs->debug & L1_DEB_ISAC_FIFO)) in W6692_empty_fifo() 161 if (cs->debug & L1_DEB_WARN) in W6692_empty_fifo() 175 if (cs->debug & L1_DEB_ISAC_FIFO) { in W6692_empty_fifo() 191 if ((cs->debug & L1_DEB_ISAC) && !(cs->debug & L1_DEB_ISAC_FIFO)) in W6692_fill_fifo() 221 if (cs->debug & L1_DEB_ISAC_FIFO) { in W6692_fill_fifo() 237 if ((cs->debug & L1_DEB_HSCX) && !(cs->debug & L1_DEB_HSCX_FIFO)) in W6692B_empty_fifo() 241 if (cs->debug & L1_DEB_WARN) in W6692B_empty_fifo() 254 if (cs->debug & L1_DEB_HSCX_FIFO) { in W6692B_empty_fifo() [all …]
|
D | callc.c | 233 if (chanp->debug & 1) in lli_leased_in() 245 if (chanp->debug & 1) in lli_leased_in() 263 if (chanp->debug & 1) in lli_init_bchan_out() 319 if (chanp->debug & 1) in lli_go_active() 350 if (chanp->debug & 1) in lli_deliver_call() 362 if (chanp->debug & 1) in lli_deliver_call() 432 if (chanp->debug & 1) in lli_init_bchan_in() 479 if (chanp->debug & 1) in lli_leased_hup() 525 if (chanp->debug & 1) in lli_dhup_close() 590 if (chanp->debug & 1) in lli_bhup_disc() [all …]
|
D | hfc_2bds0.c | 45 if (cs->debug & L1_DEB_HSCX_FIFO && (data != 2)) in ReadReg() 63 if (cs->debug & L1_DEB_HSCX_FIFO && (data != HFCD_DATA_NODEB)) in WriteReg() 221 if ((cs->debug & L1_DEB_HSCX) && !(cs->debug & L1_DEB_HSCX_FIFO)) in hfc_empty_fifo() 226 if (cs->debug & L1_DEB_WARN) in hfc_empty_fifo() 237 if (cs->debug & L1_DEB_WARN) in hfc_empty_fifo() 278 if (cs->debug & L1_DEB_HSCX) in hfc_empty_fifo() 328 if (cs->debug & L1_DEB_HSCX) in hfc_fill_fifo() 336 if (cs->debug & L1_DEB_HSCX) in hfc_fill_fifo() 342 if (cs->debug & L1_DEB_HSCX) in hfc_fill_fifo() 347 if (cs->debug & L1_DEB_HSCX) in hfc_fill_fifo() [all …]
|
D | fsm.c | 65 if (fi->debug) in FsmEvent() 72 if (fi->debug) in FsmEvent() 84 if (fi->debug) in FsmChangeState() 93 if (ft->fi->debug) in FsmExpireTimer() 106 if (ft->fi->debug) in FsmInitTimer() 116 if (ft->fi->debug) in FsmDelTimer() 128 if (ft->fi->debug) in FsmAddTimer() 152 if (ft->fi->debug) in FsmRestartTimer()
|
/linux-2.4.37.9/drivers/net/skfp/h/ |
D | cmtdef.h | 63 #define DB_ECM(a,b,c) DB_PR((smc->debug.d_smt&1),a,b,c) 64 #define DB_ECMN(n,a,b,c) DB_PR((smc->debug.d_ecm >=(n)),a,b,c) 65 #define DB_RMT(a,b,c) DB_PR((smc->debug.d_smt&2),a,b,c) 66 #define DB_RMTN(n,a,b,c) DB_PR((smc->debug.d_rmt >=(n)),a,b,c) 67 #define DB_CFM(a,b,c) DB_PR((smc->debug.d_smt&4),a,b,c) 68 #define DB_CFMN(n,a,b,c) DB_PR((smc->debug.d_cfm >=(n)),a,b,c) 69 #define DB_PCM(a,b,c) DB_PR((smc->debug.d_smt&8),a,b,c) 70 #define DB_PCMN(n,a,b,c) DB_PR((smc->debug.d_pcm >=(n)),a,b,c) 71 #define DB_SMT(a,b,c) DB_PR((smc->debug.d_smtf),a,b,c) 72 #define DB_SMTN(n,a,b,c) DB_PR((smc->debug.d_smtf >=(n)),a,b,c) [all …]
|
/linux-2.4.37.9/net/ipv4/netfilter/ |
D | ipt_recent.c | 31 static int debug = 1; variable 45 MODULE_PARM(debug,"i"); 46 MODULE_PARM_DESC(debug,"debugging level, defaults to 1"); 118 if(debug) printk(KERN_INFO RECENT_NAME ": %d = hash_func(%u,%d)\n", in hash_func() 209 if(debug) printk(KERN_INFO RECENT_NAME ": ip_recent_ctrl len: %d, input: `%.20s'\n",len,buffer); in ip_recent_ctrl() 245 if(debug) printk(KERN_INFO RECENT_NAME ": ip_recent_ctrl cp: `%c', check_set: %d\n",*cp,check_set); in ip_recent_ctrl() 292 if(debug) printk(KERN_INFO RECENT_NAME ": ip_recent_ctrl c: %c, addr: %u used: %d\n",c,addr,used); in ip_recent_ctrl() 330 if(debug) printk(KERN_INFO RECENT_NAME ": Leaving ip_recent_ctrl addr: %u used: %d\n",addr,used); in ip_recent_ctrl() 378 if(debug) printk(KERN_INFO RECENT_NAME ": match() called\n"); in match() 385 if(debug) printk(KERN_INFO RECENT_NAME ": match(): name = '%s'\n",info->name); in match() [all …]
|
/linux-2.4.37.9/drivers/net/ |
D | ppp_deflate.c | 52 int debug; member 65 int unit, int hdrlen, int debug)); 68 int unit, int hdrlen, int mru, int debug)); 140 z_comp_init(arg, options, opt_len, unit, hdrlen, debug) in z_comp_init() argument 143 int opt_len, unit, hdrlen, debug; 157 state->debug = debug; 223 if (state->debug) 324 z_decomp_init(arg, options, opt_len, unit, hdrlen, mru, debug) in z_decomp_init() argument 327 int opt_len, unit, hdrlen, mru, debug; 341 state->debug = debug; [all …]
|
/linux-2.4.37.9/drivers/cdrom/ |
D | cm206.c | 252 #define debug(a) Debug(a) macro 254 #define debug(a) (void) 0; macro 339 debug(("Deleting bytes from fifo:")); in clear_ur() 342 debug((" 0x%x", cd->ur[cd->ur_r])); in clear_ur() 343 debug(("\n")); in clear_ur() 368 debug(("Intr, 0x%x 0x%x, %d\n", cd->intr_ds, cd->intr_ls, in cm206_interrupt() 376 debug(("receiving #%d: 0x%x\n", cd->ur_w, in cm206_interrupt() 381 debug(("cd->ur overflow!\n")); in cm206_interrupt() 409 debug(("Fifo overflow at sectors 0x%x\n", in cm206_interrupt() 415 debug(("Data error at sector 0x%x\n", cd->sector_first)); in cm206_interrupt() [all …]
|
/linux-2.4.37.9/drivers/net/appletalk/ |
D | ltpc.c | 200 static int debug; variable 300 if (debug&DEBUG_LOWER) in enQ() 318 if ((debug&DEBUG_LOWER) && qel) { in deQ() 538 if (debug&DEBUG_LOWER) printk("idle: fc\n"); in idle() 543 if(debug&DEBUG_LOWER) printk("idle: fd\n"); in idle() 548 if (debug&DEBUG_LOWER) printk("idle: f9\n"); in idle() 577 if(debug&DEBUG_LOWER) printk("idle: fa\n"); in idle() 582 if (debug>1) { in idle() 615 if(debug&DEBUG_LOWER) printk("idle: fb\n"); in idle() 833 if(debug&DEBUG_VERBOSE) printk("ltpc_ioctl called\n"); in ltpc_ioctl() [all …]
|
/linux-2.4.37.9/Documentation/video4linux/bttv/ |
D | Insmod-options | 27 bttv_debug=0/1 debug messages (for capture). 29 irq_debug=0/1 irq handler debug messages. 63 debug=1 print some debug info to the syslog 74 debug=1 print some debug info to the syslog. 94 debug = 1 print debug messages 132 debug=1/2 print some debug info to the syslog, 152 debug=1 print some debug info to the syslog. 160 debug=1 print some debug info to the syslog. 166 debug=1 print some debug info to the syslog.
|
/linux-2.4.37.9/net/ipv4/ipvs/ |
D | ip_vs_ftp.c | 53 static int debug=0; variable 54 MODULE_PARM(debug, "i"); 174 IP_VS_DBG(1-debug, "PASV response (%u.%u.%u.%u:%d) -> " in ip_vs_ftp_out() 273 IP_VS_DBG(1-debug, "got PASV at %d of %d\n", in ip_vs_ftp_in() 295 IP_VS_DBG(1-debug, "PORT %u.%u.%u.%u:%d detected\n", in ip_vs_ftp_in() 301 IP_VS_DBG(1-debug, "protocol %s %u.%u.%u.%u:%d %u.%u.%u.%u:%d\n", in ip_vs_ftp_in() 370 IP_VS_DBG(1-debug, in ip_vs_ftp_init() 398 IP_VS_DBG(1-debug, "Ftp: unloaded support on port[%d] = %d\n", in ip_vs_ftp_exit()
|