Home
last modified time | relevance | path

Searched refs:do_debug (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssh/regress/unittests/kex/
H A Dtest_kex.c27 static int do_debug = 0; variable
45 if (do_debug) in do_send_and_receive()
61 if (do_debug) in run_kex()
65 if (do_debug) in run_kex()
70 if (do_debug) in run_kex()
/freebsd/contrib/smart/
H A Dlibsmart_priv.h34 extern bool do_debug;
36 #define dprintf(f, ...) if (do_debug) fprintf(stderr, "dbg: " f, ## __VA_ARGS__)
H A Dsmart.c31 extern bool do_debug;
34 bool do_debug = false; variable
258 do_debug = true; in main()
/freebsd/usr.sbin/pmc/
H A Dcmd_pmc_stat.c324 int waitstatus, ru_valid, do_debug; in pmc_stat_internal() local
326 do_debug = ru_valid = 0; in pmc_stat_internal()
334 do_debug = 1; in pmc_stat_internal()
434 if (do_debug) in pmc_stat_internal()
/freebsd/lib/libpmc/
H A Dlibpmc_pmu_util.c423 int do_debug; in pmc_pmu_print_counters() local
426 do_debug = 0; in pmc_pmu_print_counters()
429 do_debug = 1; in pmc_pmu_print_counters()
438 if (do_debug) in pmc_pmu_print_counters()