Home
last modified time | relevance | path

Searched refs:debug_level (Results 1 – 25 of 44) sorted by relevance

12

/netbsd-src/usr.sbin/rpc.lockd/
H A Dlock_proc.c172 if (debug_level > 3) in get_client()
182 if (debug_level > 3) in get_client()
250 if (debug_level > 3) in get_client()
279 if (debug_level > 2) in transmit_result()
307 if (debug_level > 2) in transmit4_result()
365 if (debug_level) in nlm_test_1_svc()
405 if (debug_level) in nlm_test_msg_1_svc()
435 if (debug_level > 2) in nlm_test_msg_1_svc()
459 if (debug_level) in nlm_lock_1_svc()
482 if (debug_level) in nlm_lock_msg_1_svc()
[all …]
H A Dlockd.c69 int debug_level = 0; /* 0 = no debugging syslog() calls */ variable
100 debug_level = atoi(optarg); in main()
101 if (!debug_level) { in main()
197 if (debug_level) in main()
198 syslog(LOG_INFO, "Starting, debug level %d", debug_level); in main()
H A Dlockd.h36 extern int debug_level;
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dgprof.c61 int debug_level = 0; variable
245 debug_level |= atoi (optarg); in main()
246 debug_level |= ANYDEBUG; in main()
250 debug_level = ~0; in main()
252 DBG (ANYDEBUG, printf ("[main] debug-level=0x%x\n", debug_level)); in main()
H A Dgprof.h94 #define DBG(l,s) if (debug_level & (l)) {s;}
115 extern int debug_level; /* debug level */
H A Dcg_dfn.c115 if (debug_level & DFNDEBUG) in find_cycle()
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dgprof.c61 int debug_level = 0; variable
245 debug_level |= atoi (optarg); in main()
246 debug_level |= ANYDEBUG; in main()
250 debug_level = ~0; in main()
252 DBG (ANYDEBUG, printf ("[main] debug-level=0x%x\n", debug_level)); in main()
H A Dgprof.h94 #define DBG(l,s) if (debug_level & (l)) {s;}
115 extern int debug_level; /* debug level */
H A Dcg_dfn.c115 if (debug_level & DFNDEBUG) in find_cycle()
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dutil.c195 if (debug_level >= 3) in warning()
203 if (level > debug_level) in vadebug()
217 if (level > debug_level) in debug()
H A Dctfconvert.c51 int debug_level = DEBUG_LEVEL; variable
171 debug_level = atoi(getenv("CTFCONVERT_DEBUG_LEVEL")); in main()
H A Dcompare.c45 int debug_level = DEBUG_LEVEL; variable
H A Dctfmerge.c224 int debug_level = DEBUG_LEVEL; variable
872 debug_level = atoi(getenv("CTFMERGE_DEBUG_LEVEL")); in main()
1062 if (verbose || debug_level) { in main()
/netbsd-src/external/bsd/wpa/dist/src/common/
H A Dctrl_iface_common.c161 dst->debug_level = MSG_INFO; in ctrl_iface_attach()
203 dst->debug_level = atoi(level); in ctrl_iface_level()
H A Dctrl_iface_common.h27 int debug_level; member
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dlog.c108 * into a program, or the debug_level which is dynamic state information.
147 atomic_int_fast32_t debug_level;
377 atomic_store_release(&lctx->debug_level, 0); in isc_logconfig_use()
809 atomic_store_release(&lctx->debug_level, level); in isc_log_write1()
841 return atomic_load_acquire(&lctx->debug_level); in isc_log_setdebuglevel()
1460 int debug_level = atomic_load_acquire(&lctx->debug_level); in isc_log_open()
1461 if (level <= debug_level) { in isc_log_open()
1573 dlevel = atomic_load_acquire(&lctx->debug_level); in isc_log_doit()
153 atomic_int_fast32_t debug_level; global() member
1495 int debug_level = atomic_load_acquire(&lctx->debug_level); isc_log_wouldlog() local
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dlog.c149 atomic_int_fast32_t debug_level; member
268 atomic_init(&lctx->debug_level, 0); in isc_log_create()
397 atomic_store_release(&lctx->debug_level, 0); in isc_log_destroy()
831 atomic_store_release(&lctx->debug_level, level); in isc_log_setdebuglevel()
863 return (atomic_load_acquire(&lctx->debug_level)); in isc_log_getdebuglevel()
1491 int debug_level = atomic_load_acquire(&lctx->debug_level); in isc_log_wouldlog() local
1492 if (level <= debug_level) { in isc_log_wouldlog()
1599 int_fast32_t dlevel = atomic_load_acquire(&lctx->debug_level); in isc_log_doit()
/netbsd-src/external/apache2/llvm/dist/libcxx/cmake/caches/
H A DGeneric-debug-iterators.cmake1 set(LIBCXX_TEST_PARAMS "debug_level=1" "additional_features=LIBCXX-DEBUG-FIXME" CACHE STRING "")
/netbsd-src/external/gpl2/lvm2/dist/lib/misc/
H A Dlvm-globals.h54 int debug_level(void);
H A Dlvm-globals.c210 int debug_level() in debug_level() function
/netbsd-src/external/gpl2/lvm2/dist/include/
H A Dlvm-globals.h54 int debug_level(void);
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/
H A Dwin_example.reg4 "debug_level"=dword:00000000
/netbsd-src/sbin/iscsid/
H A Discsid_globals.h384 extern int debug_level;
387 #define DEB(lev,x) { if (debug_level >= lev) iscsid_log x ; }
H A Discsid_main.c58 int debug_level; /* How much info to display */ variable
540 debug_level=(int)strtol(optarg, &p, 10); in main()
/netbsd-src/crypto/external/bsd/openssl/dist/engines/
H A De_capi.c169 int debug_level; member
343 ctx->debug_level = (int)i; in capi_ctrl()
344 CAPI_trace(ctx, "Setting debug level to %d\n", ctx->debug_level); in capi_ctrl()
1088 if (!ctx || (ctx->debug_level < level) || (!ctx->debug_file)) in capi_vtrace()
1516 if (ctx && ctx->debug_level >= CAPI_DBG_TRACE && ctx->debug_file) { in capi_get_key()

12