Searched refs:debug (Results 101 - 125 of 1114) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dsaa6588.c47 static unsigned int debug = 0; variable
53 module_param(debug, int, 0644);
54 MODULE_PARM_DESC(debug, "enable debug messages");
73 #define dprintk if (debug) printk
164 if (debug > 2)
169 if (debug > 2) {
183 if (debug > 2)
236 if (debug > 3)
240 if (debug >
[all...]
H A Dtea6415c.c36 static int debug = 0; /* insmod parameter */ variable
37 module_param(debug, int, 0644);
38 MODULE_PARM_DESC(debug, "Turn on/off device debugging (default:off).");
40 do { if (debug) { printk("%s: %s()[%d]: ", KBUILD_MODNAME, __FUNCTION__, __LINE__); printk(args); } } while (0)
H A Dtea6420.c36 static int debug = 0; /* insmod parameter */ variable
37 module_param(debug, int, 0644);
38 MODULE_PARM_DESC(debug, "Turn on/off device debugging (default:off).");
40 do { if (debug) { printk("%s: %s()[%d]: ", KBUILD_MODNAME, __FUNCTION__, __LINE__); printk(args); } } while (0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dhid-zpff.c26 #define debug(format, arg...) pr_debug("hid-zpff: " format "\n" , ## arg) macro
52 debug("called with 0x%04x 0x%04x", left, right);
59 debug("running with 0x%02x 0x%02x", left, right);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dprime.c104 int debug = 0; local
108 else if ((argc > 1) && (! strcmp (argv[1], "--debug")))
109 verbose = debug = 1;
116 if (debug)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dlog.h41 extern int log_init(const char *fname, const char *debug);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/ms/
H A D32all.bat5 perl util\mk1mf.pl %OPTS% debug VC-WIN32 >d32.mak
7 perl util\mk1mf.pl %OPTS% debug dll VC-WIN32 >d32dll.mak
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/ms/
H A D32all.bat5 perl util\mk1mf.pl %OPTS% debug VC-WIN32 >d32.mak
7 perl util\mk1mf.pl %OPTS% debug dll VC-WIN32 >d32dll.mak
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dmkdef.pl57 my $debug=0;
123 $debug=1 if $_ eq "debug";
375 print STDERR "DEBUG: starting on $file:\n" if $debug;
401 print STDERR "DEBUG: make_variant: Entered with ",$s,", ",$a,", ",(defined($p)?$p:""),", ",(defined($k)?$k:""),"\n" if $debug;
420 print STDERR "DEBUG: make_variant: a1 = $a1; a2 = $a2\n" if $debug;
439 print STDERR "DEBUG: make_variant: Exit with variant of ",$s," = ",$variant{$s},"\n" if $debug;
442 print STDERR "DEBUG: parsing ----------\n" if $debug;
478 print STDERR "DEBUG: \$def=\"$def\"\n" if $debug && $def ne "";
479 print STDERR "DEBUG: \$_=\"$_\"\n" if $debug;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dppp_deflate.c53 int debug; member in struct:ppp_deflate_state
66 int unit, int hdrlen, int debug);
69 int unit, int hdrlen, int mru, int debug);
155 * @debug: debug flag; if non-zero, debug messages are printed.
163 int unit, int hdrlen, int debug)
177 state->debug = debug;
255 if (state->debug)
162 z_comp_init(void *arg, unsigned char *options, int opt_len, int unit, int hdrlen, int debug) argument
381 z_decomp_init(void *arg, unsigned char *options, int opt_len, int unit, int hdrlen, int mru, int debug) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/include/tt/
H A Dtt.h12 extern int debug;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/pci/
H A Dpci-jmr3927.c35 #include <asm/debug.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/serial/
H A Dnavman.c19 static int debug; variable
59 usb_serial_debug_data(debug, &port->dev, __FUNCTION__,
156 module_param(debug, bool, S_IRUGO | S_IWUSR);
157 MODULE_PARM_DESC(debug, "Debug enabled or not");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/plat-omap/
H A DMakefile20 obj-$(CONFIG_OMAP_DEBUG_LEDS) += debug-leds.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/lockd/
H A Ddebug.h2 * linux/include/linux/lockd/debug.h
14 #include <linux/sunrpc/debug.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/nfsd/
H A Ddebug.h2 * linux/include/linux/nfsd/debug.h
12 #include <linux/sunrpc/debug.h>
23 * knfsd debug flags
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/
H A DMakefile5 ntfs-objs := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/IGMP-PROXY/src/include/
H A Dutil.h17 #define LOG(x) debug x
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppdump/
H A Ddeflate.c61 int debug; member in struct:deflate_state
73 int unit, int hdrlen, int mru, int debug));
181 z_decomp_init(arg, options, opt_len, unit, hdrlen, mru, debug)
184 int opt_len, unit, hdrlen, mru, debug;
198 state->debug = debug;
253 if (state->debug)
274 if (state->debug)
335 if (state->debug)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Dadt_tree.h62 /* debug (print) functions */
64 void pathtree_print_keys( SORTED_TREE *tree, int debug );
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-ixp4xx/
H A Ddebug-macro.S1 /* linux/include/asm-arm/arch-ixp4xx/debug-macro.S
6 * Moved from linux/arch/arm/kernel/debug.S by Ben Dooks
24 #include <asm/hardware/debug-8250.S>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hisax/
H A Disar.c57 if (cs->debug & L1_DEB_HSCX)
68 if (cs->debug & L1_DEB_HSCX_FIFO) {
99 if (cs->debug & L1_DEB_HSCX_FIFO) {
124 if (cs->debug & L1_DEB_HSCX)
159 int debug; local
165 debug = cs->debug;
166 cs->debug &= ~(L1_DEB_HSCX | L1_DEB_HSCX_FIFO);
175 cs->debug = debug;
191 int ret, size, cnt, debug; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/pap/
H A Dpap.c52 " -d - enable debug\n"
149 static int debug; variable
183 debug++;
276 if(debug){ printf( "SENDSTATUS >\n" ), fflush( stdout );}
304 if(debug){ printf( "< STATUS\n" ), fflush( stdout );}
349 if(debug){ printf( "OPEN >\n" ), fflush( stdout );}
371 if(debug){ printf( "< OPENREPLY\n" ), fflush( stdout );}
430 if(debug){ printf( "CLOSE >\n" ), fflush( stdout );}
457 if(debug){ printf( "< CLOSEREPLY\n" ), fflush( stdout );}
502 if(debug){ print
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dibmphp_hpc.c42 #define debug_polling(fmt, arg...) do { if (to_debug) debug (fmt, arg); } while (0)
134 debug ("%s - Entry\n", __FUNCTION__);
143 debug ("%s - Exit\n", __FUNCTION__);
220 debug ("%s - Error : WPG timeout\n", __FUNCTION__);
236 debug ("ctrl_read - Exit Error:I2C timeout\n");
331 debug ("%s - Exit Error:WPG timeout\n", __FUNCTION__);
348 debug ("ctrl_read - Error : I2C timeout\n");
387 debug ("inside pci_ctrl_read\n");
396 debug ("inside pci_ctrl_write\n");
726 debug ("
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dcsharpcomp.c69 bool optimize, bool debug,
101 + 2 * libraries_count + (optimize ? 1 : 0) + (debug ? 1 : 0)
123 if (debug)
175 bool optimize, bool debug,
246 + (debug ? 1 : 0) + sources_count;
274 if (debug)
275 *argp++ = "-debug";
361 bool optimize, bool debug,
428 + (optimize ? 1 : 0) + (debug ? 1 : 0) + sources_count;
458 if (debug)
62 compile_csharp_using_pnet(const char * const *sources, unsigned int sources_count, const char * const *libdirs, unsigned int libdirs_count, const char * const *libraries, unsigned int libraries_count, const char *output_file, bool output_is_library, bool optimize, bool debug, bool verbose) argument
168 compile_csharp_using_mono(const char * const *sources, unsigned int sources_count, const char * const *libdirs, unsigned int libdirs_count, const char * const *libraries, unsigned int libraries_count, const char *output_file, bool output_is_library, bool optimize, bool debug, bool verbose) argument
354 compile_csharp_using_sscli(const char * const *sources, unsigned int sources_count, const char * const *libdirs, unsigned int libdirs_count, const char * const *libraries, unsigned int libraries_count, const char *output_file, bool output_is_library, bool optimize, bool debug, bool verbose) argument
505 compile_csharp_class(const char * const *sources, unsigned int sources_count, const char * const *libdirs, unsigned int libdirs_count, const char * const *libraries, unsigned int libraries_count, const char *output_file, bool optimize, bool debug, bool verbose) argument
[all...]

Completed in 209 milliseconds

1234567891011>>