| /src/external/bsd/wpa/dist/src/common/ |
| ctrl_iface_common.h | 27 int debug_level; member in struct:wpa_ctrl_dst
|
| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| compare.c | 45 int debug_level = DEBUG_LEVEL; variable
|
| ctfconvert.c | 51 int debug_level = DEBUG_LEVEL; variable 171 debug_level = atoi(getenv("CTFCONVERT_DEBUG_LEVEL"));
|
| ctfmerge.c | 224 int debug_level = DEBUG_LEVEL; variable 872 debug_level = atoi(getenv("CTFMERGE_DEBUG_LEVEL")); 1062 if (verbose || debug_level) {
|
| /src/usr.sbin/rpc.lockd/ |
| 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/gpl3/binutils/dist/gprof/ |
| 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));
|
| /src/external/gpl3/binutils.old/dist/gprof/ |
| 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));
|
| /src/sbin/iscsid/ |
| iscsid_main.c | 58 int debug_level; /* How much info to display */ variable 540 debug_level=(int)strtol(optarg, &p, 10);
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| 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) {
|
| 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) {
|
| /src/external/gpl2/lvm2/dist/lib/misc/ |
| lvm-globals.c | 210 int debug_level() function
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| kvx-parse.c | 361 int debug_level = 0; 368 if (debug_level >= lvl) 358 int debug_level = 0; variable
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| kvx-parse.c | 361 int debug_level = 0; 368 if (debug_level >= lvl) 358 int debug_level = 0; variable
|
| /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/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...] |
| /src/crypto/external/apache2/openssl/dist/engines/ |
| e_capi.c | 169 int debug_level; member in struct:CAPI_CTX_st 229 "debug_level", 342 ctx->debug_level = (int)i; 343 CAPI_trace(ctx, "Setting debug level to %d\n", ctx->debug_level); 1096 if (!ctx || (ctx->debug_level < level) || (!ctx->debug_file)) 1515 if (ctx && ctx->debug_level >= CAPI_DBG_TRACE && ctx->debug_file) {
|
| /src/crypto/external/bsd/openssl/dist/engines/ |
| e_capi.c | 169 int debug_level; member in struct:CAPI_CTX_st 229 "debug_level", 343 ctx->debug_level = (int)i; 344 CAPI_trace(ctx, "Setting debug level to %d\n", ctx->debug_level); 1088 if (!ctx || (ctx->debug_level < level) || (!ctx->debug_file)) 1516 if (ctx && ctx->debug_level >= CAPI_DBG_TRACE && ctx->debug_file) {
|
| /src/crypto/external/bsd/openssl.old/dist/engines/ |
| e_capi.c | 166 int debug_level; member in struct:CAPI_CTX_st 226 "debug_level", 340 ctx->debug_level = (int)i; 341 CAPI_trace(ctx, "Setting debug level to %d\n", ctx->debug_level); 1075 if (!ctx || (ctx->debug_level < level) || (!ctx->debug_file)) 1493 if (ctx && ctx->debug_level >= CAPI_DBG_TRACE && ctx->debug_file) {
|
| /src/crypto/external/bsd/openssh/dist/ |
| sftp.c | 2471 int debug_level = 0; local 2530 if (debug_level < 3) { 2532 ll = SYSLOG_LEVEL_DEBUG1 + debug_level; 2534 debug_level++;
|