Searched refs:debug (Results 1 - 25 of 535) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/skfp/
H A Dsmtinit.c32 /* define global debug variable */
34 struct smt_debug debug; variable in typeref:struct:smt_debug
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
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/x86emu/
H A DMakefile2 ALLOBJS += debug.o decode.o fpu.o ops.o ops2.o prim_ops.o sys.o
/asus-wl-520gu-7.0.1.45/src/router/LPRng/UTILS/
H A Dremote_active11 my $debug = 0;
19 print STDERR "XX opt= $opt\n" if $debug;
27 print STDERR "XX opt_$key = " . ${"opt_$key"} . "\n" if $debug;
32 print STDERR "XX opt_P = $opt_P\n" if $debug;
38 print STDERR "XX CHECK_REMOTE opt_T=$opt_T\n" if $debug;
39 if( $opt_T =~ /debug/ ){
40 $debug = 1;
50 print STDERR "XX CHECK_REMOTE opt_P=$opt_P\n" if $debug;
51 print STDERR "XX CHECK_REMOTE " . join(" ",@ARGV) . "\n" if $debug;
61 print STDERR "XX CHECK_REMOTE sleeping\n" if $debug;
[all...]
H A Dremote_active.in11 my $debug = 0;
19 print STDERR "XX opt= $opt\n" if $debug;
27 print STDERR "XX opt_$key = " . ${"opt_$key"} . "\n" if $debug;
32 print STDERR "XX opt_P = $opt_P\n" if $debug;
38 print STDERR "XX CHECK_REMOTE opt_T=$opt_T\n" if $debug;
39 if( $opt_T =~ /debug/ ){
40 $debug = 1;
50 print STDERR "XX CHECK_REMOTE opt_P=$opt_P\n" if $debug;
51 print STDERR "XX CHECK_REMOTE " . join(" ",@ARGV) . "\n" if $debug;
61 print STDERR "XX CHECK_REMOTE sleeping\n" if $debug;
[all...]
H A Daccounting.pl92 my(%opt, $action, $acct_h, $debug,$state,@stack);
96 $debug = 0;
98 # print STDERR "$0: '" . join("' '",@ARGV) . "'\n" if $debug;
104 print STDERR "action $action\n" if $debug;
122 if( exists( $opt{T} ) && $opt{T} =~ m/debug/ ){
123 $debug = 1;
131 print STDERR "$0: $action 'A=$opt{A}' 'P=$opt{P}' 'n=$opt{n}' 'H=$opt{H}' 'D=$time'\n" if $debug;
133 print STDERR "accounting file '$acct_file'\n" if $debug;
138 print STDERR "START 'A=$opt{A}' 'P=$opt{P}' 'n=$opt{n}' 'H=$opt{H}' 'D=$time'\n" if $debug;
167 print STDERR "STATE '$state' LINE '$_'\n" if $debug;
[all...]
H A Daccounting.pl.in92 my(%opt, $action, $acct_h, $debug,$state,@stack);
96 $debug = 0;
98 # print STDERR "$0: '" . join("' '",@ARGV) . "'\n" if $debug;
104 print STDERR "action $action\n" if $debug;
122 if( exists( $opt{T} ) && $opt{T} =~ m/debug/ ){
123 $debug = 1;
131 print STDERR "$0: $action 'A=$opt{A}' 'P=$opt{P}' 'n=$opt{n}' 'H=$opt{H}' 'D=$time'\n" if $debug;
133 print STDERR "accounting file '$acct_file'\n" if $debug;
138 print STDERR "START 'A=$opt{A}' 'P=$opt{P}' 'n=$opt{n}' 'H=$opt{H}' 'D=$time'\n" if $debug;
167 print STDERR "STATE '$state' LINE '$_'\n" if $debug;
[all...]
H A Dupdate_z.pl8 my $debug = 0; # always... sigh...
26 if( $debug ){ # for those interested
41 print STDERR "File '$file'\n" if $debug;
54 print STDERR "Q '$Q', Zopts '$Zopts'\n" if $debug;
70 print "Final '$Zopts'\n" if $debug;
H A Dupdate_z.pl.in8 my $debug = 0; # always... sigh...
26 if( $debug ){ # for those interested
41 print STDERR "File '$file'\n" if $debug;
54 print STDERR "Q '$Q', Zopts '$Zopts'\n" if $debug;
70 print "Final '$Zopts'\n" if $debug;
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/x86emu/x86emu/
H A Ddebug.h35 * Description: Header file for debug definitions.
38 /* $XFree86: xc/extras/x86emu/src/x86emu/x86emu/debug.h,v 1.4 2000/11/21 23:10:27 tsi Exp $ */
65 # define DEBUG_INSTRUMENT() (M.x86.debug & DEBUG_INSTRUMENT_F)
66 # define DEBUG_DECODE() (M.x86.debug & DEBUG_DECODE_F)
67 # define DEBUG_TRACE() (M.x86.debug & DEBUG_TRACE_F)
68 # define DEBUG_STEP() (M.x86.debug & DEBUG_STEP_F)
69 # define DEBUG_DISASSEMBLE() (M.x86.debug & DEBUG_DISASSEMBLE_F)
70 # define DEBUG_BREAK() (M.x86.debug & DEBUG_BREAK_F)
71 # define DEBUG_SVC() (M.x86.debug & DEBUG_SVC_F)
72 # define DEBUG_SAVE_IP_CS() (M.x86.debug
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/kernel/
H A Dptrace.h18 int nsaved = tsk->thread.debug.nsaved;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/sunrpc/
H A Dtypes.h14 #include <linux/sunrpc/debug.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/sunrpc/
H A Dtypes.h14 #include <linux/sunrpc/debug.h>
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/rp-pppoe/
H A DMakefile36 libplugin.a: discovery.o if.o common.o debug.o
45 debug.o: debug.c
46 $(CC) $(CFLAGS) '-DVERSION="$(VERSION)"' -c -o debug.o -fPIC debug.c
H A DMakefile.linux36 libplugin.a: discovery.o if.o common.o debug.o
45 debug.o: debug.c
46 $(CC) $(CFLAGS) '-DVERSION="$(VERSION)"' -c -o debug.o -fPIC debug.c
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dif_tun.h27 #define DBG if(tun->debug)printk
28 #define DBG1 if(debug==2)printk
49 int debug; member in struct:tun_struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dif_tun.h27 #define DBG if(tun->debug)printk
28 #define DBG1 if(debug==2)printk
49 int debug; member in struct:tun_struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/video4linux/bttv/
H A DModules.conf10 options tuner debug=1
/asus-wl-520gu-7.0.1.45/src/router/ntpclient/
H A Dphaselock.c56 extern int debug;
59 #define debug 0 macro
88 if (0 && debug) printf("d_ring[%d].s.ss[%d]=%f d_ring[%d].s.ss[%d]=%f\n",
92 if (0 && debug) printf("slope %d%d%d [%d,%d] = %f\n",
146 if (debug) printf("find_shift %f %f -> %f\n", slope, offset, shift);
154 if (debug) printf("loop %f %f\n", s->slope, s->offset);
159 if (debug) printf("constraint left: %f %f \n", l, df.l_min);
160 if (debug) printf("constraint right: %f %f \n", r, df.r_min);
174 if (debug) printf("find_df_center %f %f\n", delta, factor);
182 * decision how to proceed. if (debug) prin
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/jmr3927/rbhma3100/
H A DMakefile15 obj-$(CONFIG_LL_DEBUG) += debug.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/befs/
H A DMakefile12 obj-y := datastream.o btree.o super.o inode.o debug.o io.o linuxvfs.o
/asus-wl-520gu-7.0.1.45/src/router/dproxy/
H A Ddproxy.c101 debug("forward_dns_query: query DNS server -- %s\n", inet_ntoa(in) );
113 debug("%s --> blocked.\n", m->cname);
125 debug(".......... %s ---- %s\n", m->cname, m->ip );
131 debug("Adding to list-> id: %d\n", m->message.header.id);
136 debug("Not connected **\n");
144 debug("Cache hit\n");
147 debug("Unknown query type: %d\n", m->message.question[0].type );
148 debug("CMC: Here is un-reachable code! (2002/12/6)\n");
161 debug("Found query in list\n");
165 debug("Replyin
245 void debug(char *fmt, ...) function
275 void debug(char *fmt, ...) {} function
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/printing/
H A Dsmbprint75 # debug (optional)
106 if [ "x$debug" = "x" ] ; then
109 if [ $debug -eq 0 ] ; then
H A Dsmbprint-new.sh75 # debug (optional)
106 if [ "x$debug" = "x" ] ; then
109 if [ $debug -eq 0 ] ; then
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/rp-pppoe/
H A DMakefile.linux36 libplugin.a: discovery.o if.o common.o debug.o
45 debug.o: debug.c
46 $(CC) $(CFLAGS) '-DVERSION="$(VERSION)"' -c -o debug.o -fPIC debug.c
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hotplug/
H A Dibmphp_ebda.c167 debug ("%s - slot_min = %x\n", __FUNCTION__, ptr->slot_min);
168 debug ("%s - slot_max = %x\n", __FUNCTION__, ptr->slot_max);
169 debug ("%s - slot_count = %x\n", __FUNCTION__, ptr->slot_count);
170 debug ("%s - bus# = %x\n", __FUNCTION__, ptr->busno);
171 debug ("%s - current_speed = %x\n", __FUNCTION__, ptr->current_speed);
172 debug ("%s - controller_id = %x\n", __FUNCTION__, ptr->controller_id);
174 debug ("%s - slots_at_33_conv = %x\n", __FUNCTION__, ptr->slots_at_33_conv);
175 debug ("%s - slots_at_66_conv = %x\n", __FUNCTION__, ptr->slots_at_66_conv);
176 debug ("%s - slots_at_66_pcix = %x\n", __FUNCTION__, ptr->slots_at_66_pcix);
177 debug ("
[all...]

Completed in 270 milliseconds

1234567891011>>