/openbsd/usr.sbin/rpc.lockd/ |
H A D | procs.c | 299 if (debug_level) in nlm_test_1_svc() 339 if (debug_level) in nlm_test_msg_1_svc() 393 if (debug_level) in nlm_lock_1_svc() 416 if (debug_level) in nlm_lock_msg_1_svc() 440 if (debug_level) in nlm_cancel_1_svc() 462 if (debug_level) in nlm_cancel_msg_1_svc() 491 if (debug_level) in nlm_unlock_1_svc() 508 if (debug_level) in nlm_unlock_msg_1_svc() 541 if (debug_level) in nlm_granted_1_svc() 556 if (debug_level) in nlm_granted_msg_1_svc() [all …]
|
H A D | lockd.c | 56 int debug_level = 0; /* 0 = no debugging syslog() calls */ variable 80 debug_level = strtonum(optarg, 1, INT_MAX, &errstr); in main() 160 if (debug_level) in main() 161 syslog(LOG_INFO, "Starting, debug level %d", debug_level); in main()
|
H A D | lockd.h | 36 extern int debug_level;
|
H A D | lockd_lock.c | 675 if (debug_level > 2) in send_granted()
|
/openbsd/gnu/usr.bin/binutils-2.17/gprof/ |
H A D | gprof.c | 57 int debug_level = 0; variable 241 debug_level |= atoi (optarg); in main() 242 debug_level |= ANYDEBUG; in main() 246 debug_level = ~0; in main() 248 DBG (ANYDEBUG, printf ("[main] debug-level=0x%x\n", debug_level)); in main()
|
H A D | gprof.h | 98 #define DBG(l,s) if (debug_level & (l)) {s;} 119 extern int debug_level; /* debug level */
|
H A D | cg_dfn.c | 115 if (debug_level & DFNDEBUG) in find_cycle()
|
H A D | sym_ids.c | 186 if (debug_level & IDDEBUG) in parse_id()
|
/openbsd/gnu/usr.bin/binutils/gprof/ |
H A D | gprof.c | 58 int debug_level = 0; variable 246 debug_level |= atoi (optarg); 247 debug_level |= ANYDEBUG; 251 debug_level = ~0; 253 DBG (ANYDEBUG, printf ("[main] debug-level=0x%x\n", debug_level));
|
H A D | gprof.h | 98 #define DBG(l,s) if (debug_level & (l)) {s;} 119 extern int debug_level; /* debug level */
|
H A D | cg_dfn.c | 118 if (debug_level & DFNDEBUG)
|
H A D | sym_ids.c | 191 if (debug_level & IDDEBUG)
|
/openbsd/usr.bin/dig/lib/isc/ |
H A D | log.c | 126 int debug_level; member 247 lctx->debug_level = 0; in isc_log_create() 383 lctx->debug_level = 0; in isc_log_destroy() 653 lctx->debug_level = level; in isc_log_setdebuglevel() 764 level <= lctx->debug_level)); in isc_log_wouldlog() 855 lctx->debug_level == 0) in isc_log_doit() 859 if (lctx->debug_level < level) in isc_log_doit()
|
/openbsd/usr.bin/tic/ |
H A D | tic.c | 65 static unsigned debug_level; variable 785 debug_level = VtoTrace(v_opt); in main() 786 use_verbosity(debug_level); in main() 877 debug_level = VtoTrace(v_opt); in main() 878 use_verbosity(debug_level); in main() 971 debug_level, formatted || check_only, check_only, quickdump); in main() 977 debug_level, FALSE, FALSE, FALSE); in main() 1069 if (debug_level != 0 && !limited) in main() 2049 } else if (debug_level > 1) { in check_params() 2123 if (debug_level < 2) in check_params()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
H A D | crash66.C | 95 int debug_level; variable
|
/openbsd/usr.sbin/tcpdump/ |
H A D | privsep.c | 98 int debug_level = LOG_INFO; variable 880 if (pri > debug_level) in logmsg()
|
/openbsd/usr.bin/ssh/ |
H A D | sftp.c | 2394 int debug_level = 0; in main() local 2452 if (debug_level < 3) { in main() 2454 ll = SYSLOG_LEVEL_DEBUG1 + debug_level; in main() 2456 debug_level++; in main()
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | CommandLine.rst | 434 cl::opt<DebugLev> DebugLevel("debug_level", cl::desc("Set the debugging level:"), 455 -debug_level - Set the debugging level: 466 an option name (``"debug_level"``), which automatically changes how the library
|