Searched refs:DEBUGLEVEL (Results 1 - 25 of 40) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/samba/source/utils/
H A Dtestprns.c27 * The operation is performed with DEBUGLEVEL at 3.
49 DEBUGLEVEL = 3;
H A Drpccheck.c39 DEBUGLEVEL=10;
H A Dtestparm.c29 * operation is performed with DEBUGLEVEL at 3.
240 DEBUGLEVEL = 2;
H A Dsmbpasswd.c149 DEBUGLEVEL = atoi(optarg);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Ddebug.h55 * Redefine DEBUGLEVEL because so we don't have to change every source file
57 * DEBUGLEVEL, as it's extern in includes.h (which all source files include).
59 * DEBUGLEVEL should be references to DEBUGLEVEL_CLASS[DBGC_ALL]. This could
60 * still be through a macro still called DEBUGLEVEL. This cannot be done now
63 #define DEBUGLEVEL *debug_level macro
64 extern int DEBUGLEVEL;
69 * old DEBUGLEVEL. Any source file that does NOT add the following lines:
77 #define DBGC_ALL 0 /* index equivalent to DEBUGLEVEL */
106 * DEBUGLEVEL (synomym for DEBUGLEVEL_CLASS[ DBGC_ALL ]) >= level then
108 * function name. Returns True if the debug level was <= DEBUGLEVEL
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/python/
H A Dpy_common.c70 debuglevel = PyInt_FromLong(DEBUGLEVEL);
82 DEBUGLEVEL = debuglevel;
H A Dpy_lsa.c483 DEBUGLEVEL = 10;
H A Dpy_smb.c441 DEBUGLEVEL = 3;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/torture/
H A Drpctorture.c250 DEBUGLEVEL = 0;
434 DEBUGLEVEL = 10000;
436 DEBUGLEVEL = atoi(optarg);
H A Dvfstest.c192 DEBUGLEVEL = atoi(argv[1]);
195 printf("debuglevel is %d\n", DEBUGLEVEL);
H A Dmasktest.c442 DEBUGLEVEL = 0;
474 DEBUGLEVEL = atoi(optarg);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dadv7175.c1 #define DEBUGLEVEL 0 macro
53 #if (DEBUGLEVEL > 0)
82 #if (DEBUGLEVEL > 0)
H A Dzr36067.c1 #define DEBUGLEVEL 0 macro
157 #if(DEBUGLEVEL>0)
163 #if(DEBUGLEVEL>1)
169 #if(DEBUGLEVEL>2)
175 #if(DEBUGLEVEL>3)
2131 #if (DEBUGLEVEL > 2)
2525 #if(DEBUGLEVEL > 0)
2679 #if(DEBUGLEVEL > 1)
2774 #if(DEBUGLEVEL > 1)
2924 #if(DEBUGLEVEL >
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Ddebug.c77 * DEBUGLEVEL - System-wide debug message limit. Messages with message-
78 * levels higher than DEBUGLEVEL will not be processed.
88 * This is to allow assignment to DEBUGLEVEL before the debug
98 /* DEBUGLEVEL is #defined to *debug_level */
99 int DEBUGLEVEL = &debug_all_class_hack; variable
144 "all", /* DBGC_ALL; index refs traditional DEBUGLEVEL */
196 DEBUGLEVEL_CLASS_ISSET[i]?DEBUGLEVEL_CLASS[i]:DEBUGLEVEL);
291 /* debug_level is the pointer used for the DEBUGLEVEL-thingy */
295 DEBUGLEVEL_CLASS[ndx] = DEBUGLEVEL;
385 * v.s. "all:10", this is the traditional way to set DEBUGLEVEL
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dserver.c586 int oldlevel = DEBUGLEVEL;
587 DEBUGLEVEL = 0;
591 DEBUGLEVEL = oldlevel;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/wrepld/
H A Dserver.c149 int oldlevel = DEBUGLEVEL;
150 DEBUGLEVEL = 10;
151 DEBUGLEVEL = oldlevel;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dnamecache.c129 if ( DEBUGLEVEL >= 5 ) {
H A Dsmberr.c230 if (DEBUGLEVEL > 0)
H A Dnamequery.c433 /* Only executed if DEBUGLEVEL >= 3 */
1112 if ( DEBUGLEVEL >= 100 ) {
1113 for (i = 0; i < *return_count && DEBUGLEVEL == 100; i++)
1122 if ( DEBUGLEVEL >= 10 ) {
1387 if ( DEBUGLEVEL >= 4 ) {
/asus-wl-520gu-7.0.1.45/src/router/samba/source/registry/
H A Dreg_frontend.c62 if ( DEBUGLEVEL >= 20 )
/asus-wl-520gu-7.0.1.45/src/router/samba/source/
H A DMakefile29 DEBUGLEVEL=0 macro
/asus-wl-520gu-7.0.1.45/src/router/samba/source/nmbd/
H A Dasyncdns.c86 DEBUGLEVEL = 0;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/nsswitch/
H A Dwins.c80 DEBUGLEVEL = 0;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/client/
H A Dsmbmount.c794 DEBUGLEVEL = val;
867 DEBUGLEVEL = 1;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpcclient/
H A Drpcclient.c294 DEBUGLEVEL = atoi(argv[1]);
297 printf("debuglevel is %d\n", DEBUGLEVEL);

Completed in 132 milliseconds

12