| /src/usr.sbin/rpc.lockd/ |
| lockd.h | 36 extern int debug_level;
|
| lock_proc.c | 172 if (debug_level > 3) 182 if (debug_level > 3) 250 if (debug_level > 3) 279 if (debug_level > 2) 307 if (debug_level > 2) 365 if (debug_level) 405 if (debug_level) 435 if (debug_level > 2) 459 if (debug_level) 482 if (debug_level) [all...] |
| lockd.c | 69 int debug_level = 0; /* 0 = no debugging syslog() calls */ variable 100 debug_level = atoi(optarg); 101 if (!debug_level) { 197 if (debug_level) 198 syslog(LOG_INFO, "Starting, debug level %d", debug_level); 237 (void)fprintf(stderr, "Usage: %s [-46] [-d debug_level] [-g grace_period]\n",
|
| /src/external/bsd/wpa/dist/src/common/ |
| ctrl_iface_common.h | 27 int debug_level; member in struct:wpa_ctrl_dst
|
| ctrl_iface_common.c | 161 dst->debug_level = MSG_INFO; 203 dst->debug_level = atoi(level);
|
| /src/external/gpl3/binutils/dist/gprof/ |
| gprof.h | 94 #define DBG(l,s) if (debug_level & (l)) {s;} 115 extern int debug_level; /* debug level */
|
| gprof.c | 61 int debug_level = 0; variable 245 debug_level |= atoi (optarg); 246 debug_level |= ANYDEBUG; 250 debug_level = ~0; 252 DBG (ANYDEBUG, printf ("[main] debug-level=0x%x\n", debug_level));
|
| cg_dfn.c | 115 if (debug_level & DFNDEBUG)
|
| /src/external/gpl3/binutils.old/dist/gprof/ |
| gprof.h | 94 #define DBG(l,s) if (debug_level & (l)) {s;} 115 extern int debug_level; /* debug level */
|
| gprof.c | 61 int debug_level = 0; variable 245 debug_level |= atoi (optarg); 246 debug_level |= ANYDEBUG; 250 debug_level = ~0; 252 DBG (ANYDEBUG, printf ("[main] debug-level=0x%x\n", debug_level));
|
| cg_dfn.c | 115 if (debug_level & DFNDEBUG)
|
| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| compare.c | 45 int debug_level = DEBUG_LEVEL; variable
|
| util.c | 195 if (debug_level >= 3) 203 if (level > debug_level) 217 if (level > debug_level)
|
| ctfconvert.c | 51 int debug_level = DEBUG_LEVEL; variable 171 debug_level = atoi(getenv("CTFCONVERT_DEBUG_LEVEL"));
|
| ctftools.h | 50 #ifndef DEBUG_LEVEL 51 #define DEBUG_LEVEL 0 106 extern int debug_level;
|
| /src/external/gpl2/lvm2/dist/include/ |
| lvm-globals.h | 54 int debug_level(void);
|
| /src/external/gpl2/lvm2/dist/lib/misc/ |
| lvm-globals.h | 54 int debug_level(void);
|
| lvm-globals.c | 210 int debug_level() function
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/ |
| log.c | 116 * into a program, or the debug_level which is dynamic state information. 155 int debug_level; member in struct:isc_log 286 lctx->debug_level = 0; 491 lctx->debug_level = 0; 963 lctx->debug_level = level; 967 if (lctx->debug_level == 0) 984 return (lctx->debug_level); 1403 level <= lctx->debug_level))); 1504 lctx->debug_level == 0) 1508 if (lctx->debug_level < level [all...] |
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| ctrl_iface_named_pipe.c | 67 int debug_level; member in struct:wpa_ctrl_dst 144 dst->debug_level = MSG_INFO; 303 dst->debug_level = atoi(buf + 6); 506 if (dst->attached && level >= dst->debug_level) {
|
| ctrl_iface_udp.c | 39 int debug_level; member in struct:wpa_ctrl_dst 95 dst->debug_level = MSG_INFO; 187 dst->debug_level = atoi(level); 556 if (level >= dst->debug_level) {
|
| /src/sbin/iscsid/ |
| iscsid_globals.h | 384 extern int debug_level; 387 #define DEB(lev,x) { if (debug_level >= lev) iscsid_log x ; }
|
| iscsid_main.c | 58 int debug_level; /* How much info to display */ variable 540 debug_level=(int)strtol(optarg, &p, 10);
|
| /src/external/mpl/bind/dist/lib/isc/ |
| log.c | 108 * into a program, or the debug_level which is dynamic state information. 147 atomic_int_fast32_t debug_level; member in struct:isc_log 377 atomic_store_release(&lctx->debug_level, 0); 809 atomic_store_release(&lctx->debug_level, level); 841 return atomic_load_acquire(&lctx->debug_level); 1460 int debug_level = atomic_load_acquire(&lctx->debug_level); local 1461 if (level <= debug_level) { 1573 dlevel = atomic_load_acquire(&lctx->debug_level);
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| log.c | 110 * into a program, or the debug_level which is dynamic state information. 149 atomic_int_fast32_t debug_level; member in struct:isc_log 268 atomic_init(&lctx->debug_level, 0); 397 atomic_store_release(&lctx->debug_level, 0); 831 atomic_store_release(&lctx->debug_level, level); 863 return (atomic_load_acquire(&lctx->debug_level)); 1491 int debug_level = atomic_load_acquire(&lctx->debug_level); local 1492 if (level <= debug_level) { 1599 int_fast32_t dlevel = atomic_load_acquire(&lctx->debug_level); [all...] |