| /freebsd/contrib/bmake/mk/ |
| H A D | gendirdeps.mk | 80 _debug.gendirdeps = 1 82 _debug.gendirdeps = 0 117 .if ${_debug.gendirdeps} && ${DEBUG_GENDIRDEPS:Mmeta*} != "" 158 .if ${_debug.gendirdeps} && ${DEBUG_GENDIRDEPS:Mmeta2d*} != "" 272 .if ${_debug.gendirdeps} 307 .if ${_debug.gendirdeps} 336 .if ${_debug.gendirdeps}
|
| H A D | meta.autodep.mk | 18 _debug.autodep = 1 20 _debug.autodep = 0 88 .if ${_debug.autodep} 112 .if ${_debug.autodep} 208 .if ${_debug.autodep} 280 .if ${_debug.autodep}
|
| /freebsd/share/mk/ |
| H A D | gendirdeps.mk | 80 _debug.gendirdeps = 1 82 _debug.gendirdeps = 0 117 .if ${_debug.gendirdeps} && ${DEBUG_GENDIRDEPS:Mmeta*} != "" 158 .if ${_debug.gendirdeps} && ${DEBUG_GENDIRDEPS:Mmeta2d*} != "" 272 .if ${_debug.gendirdeps} 307 .if ${_debug.gendirdeps} 336 .if ${_debug.gendirdeps}
|
| H A D | meta.autodep.mk | 18 _debug.autodep = 1 20 _debug.autodep = 0 88 .if ${_debug.autodep} 112 .if ${_debug.autodep} 208 .if ${_debug.autodep} 280 .if ${_debug.autodep}
|
| /freebsd/tools/tools/vhba/mptest/ |
| H A D | vhba_mptest.c | 38 SYSCTL_INT(_debug, OID_AUTO, vhba_stop_lun, CTLFLAG_RW, &vhba_stop_lun, 0, "stop lun bitmap"); 39 SYSCTL_INT(_debug, OID_AUTO, vhba_start_lun, CTLFLAG_RW, &vhba_start_lun, 0, "start lun bitmap"); 40 SYSCTL_INT(_debug, OID_AUTO, vhba_notify_stop, CTLFLAG_RW, &vhba_notify_stop, 1, "notify when luns … 41 SYSCTL_INT(_debug, OID_AUTO, vhba_notify_start, CTLFLAG_RW, &vhba_notify_start, 1, "notify when lun… 42 SYSCTL_INT(_debug, OID_AUTO, vhba_inject_hwerr, CTLFLAG_RW, &vhba_inject_hwerr, 0, "inject hardware…
|
| /freebsd/sys/dev/cyapa/ |
| H A D | cyapa.c | 240 SYSCTL_INT(_debug, OID_AUTO, cyapa_idle_freq, CTLFLAG_RW, 243 SYSCTL_INT(_debug, OID_AUTO, cyapa_slow_freq, CTLFLAG_RW, 246 SYSCTL_INT(_debug, OID_AUTO, cyapa_norm_freq, CTLFLAG_RW, 249 SYSCTL_INT(_debug, OID_AUTO, cyapa_minpressure, CTLFLAG_RW, 252 SYSCTL_INT(_debug, OID_AUTO, cyapa_enable_tapclick, CTLFLAG_RW, 255 SYSCTL_INT(_debug, OID_AUTO, cyapa_tapclick_min_ticks, CTLFLAG_RW, 258 SYSCTL_INT(_debug, OID_AUTO, cyapa_tapclick_max_ticks, CTLFLAG_RW, 261 SYSCTL_INT(_debug, OID_AUTO, cyapa_move_min_ticks, CTLFLAG_RW, 265 SYSCTL_INT(_debug, OID_AUTO, cyapa_scroll_wait_ticks, CTLFLAG_RW, 269 SYSCTL_INT(_debug, OID_AUTO, cyapa_scroll_stick_ticks, CTLFLAG_RW, [all …]
|
| /freebsd/sys/powerpc/powerpc/ |
| H A D | dump_machdep.c | 36 SYSCTL_INT(_debug, OID_AUTO, minidump, CTLFLAG_RWTUN, &do_minidump, 0,
|
| /freebsd/sys/riscv/riscv/ |
| H A D | dump_machdep.c | 47 SYSCTL_INT(_debug, OID_AUTO, minidump, CTLFLAG_RWTUN, &do_minidump, 0,
|
| /freebsd/sys/arm64/arm64/ |
| H A D | dump_machdep.c | 42 SYSCTL_INT(_debug, OID_AUTO, minidump, CTLFLAG_RW, &do_minidump, 0,
|
| /freebsd/sys/kern/ |
| H A D | kern_tslog.c | 135 SYSCTL_PROC(_debug, OID_AUTO, tslog, 219 SYSCTL_PROC(_debug, OID_AUTO, tslog_user,
|
| H A D | kern_timeout.c | 84 SYSCTL_INT(_debug, OID_AUTO, to_avg_depth, CTLFLAG_RD, &avg_depth, 0, 87 SYSCTL_INT(_debug, OID_AUTO, to_avg_gcalls, CTLFLAG_RD, &avg_gcalls, 0, 90 SYSCTL_INT(_debug, OID_AUTO, to_avg_lockcalls, CTLFLAG_RD, &avg_lockcalls, 0, 93 SYSCTL_INT(_debug, OID_AUTO, to_avg_mpcalls, CTLFLAG_RD, &avg_mpcalls, 0, 96 SYSCTL_INT(_debug, OID_AUTO, to_avg_depth_dir, CTLFLAG_RD, &avg_depth_dir, 0, 100 SYSCTL_INT(_debug, OID_AUTO, to_avg_lockcalls_dir, CTLFLAG_RD, 104 SYSCTL_INT(_debug, OID_AUTO, to_avg_mpcalls_dir, CTLFLAG_RD, &avg_mpcalls_dir,
|
| H A D | subr_rtc.c | 77 SYSCTL_INT(_debug, OID_AUTO, clock_show_io, CTLFLAG_RWTUN, &show_io, 0, 81 SYSCTL_PROC(_debug, OID_AUTO, clock_do_io,
|
| H A D | kern_shutdown.c | 122 SYSCTL_INT(_debug, OID_AUTO, debugger_on_panic, 127 SYSCTL_BOOL(_debug, OID_AUTO, debugger_on_recursive_panic, 132 SYSCTL_INT(_debug, OID_AUTO, debugger_on_trap, 143 SYSCTL_INT(_debug, OID_AUTO, trace_on_panic, 146 SYSCTL_BOOL(_debug, OID_AUTO, trace_all_panics, CTLFLAG_RWTUN, 739 SYSCTL_NODE(_debug, OID_AUTO, kassert, CTLFLAG_RW | CTLFLAG_MPSAFE, NULL,
|
| /freebsd/crypto/krb5/src/util/ |
| H A D | k5test.py | 503 global _debug, _stop_before, _stop_after, _shell_before, _shell_after 504 if _debug or _stop_before or _stop_after or _shell_before or _shell_after: 597 global args, verbose, testpass, _debug, _debugger_command 619 _debug = _parse_cmdnum('--debug', options.debug) 738 global null_input, _cmd_index, _last_cmd, _last_cmd_output, _debug 749 if (_match_cmdnum(_debug, _cmd_index)): 815 global null_input, _cmd_index, _last_cmd, _last_cmd_output, _debug 818 if (_match_cmdnum(_debug, _cmd_index)):
|
| /freebsd/sys/x86/x86/ |
| H A D | dump_machdep.c | 48 SYSCTL_INT(_debug, OID_AUTO, minidump, CTLFLAG_RWTUN, &do_minidump, 0,
|
| /freebsd/sys/arm/arm/ |
| H A D | dump_machdep.c | 50 SYSCTL_INT(_debug, OID_AUTO, minidump, CTLFLAG_RWTUN, &do_minidump, 0,
|
| /freebsd/sys/cddl/dev/dtrace/ |
| H A D | dtrace_test.c | 93 static SYSCTL_NODE(_debug, OID_AUTO, dtracetest,
|
| H A D | dtrace_sysctl.c | 74 SYSCTL_NODE(_debug, OID_AUTO, dtrace, CTLFLAG_RD | CTLFLAG_MPSAFE, 0,
|
| /freebsd/sys/x86/cpufreq/ |
| H A D | hwpstate_amd.c | 166 SYSCTL_INT(_debug, OID_AUTO, hwpstate_verbose, CTLFLAG_RWTUN, 170 SYSCTL_INT(_debug, OID_AUTO, hwpstate_verify, CTLFLAG_RWTUN, 174 SYSCTL_BOOL(_debug, OID_AUTO, hwpstate_pstate_limit, CTLFLAG_RWTUN, 760 SYSCTL_STATIC_CHILDREN(_debug), OID_AUTO, in hwpstate_attach()
|
| /freebsd/sys/gdb/ |
| H A D | gdb_cons.c | 63 SYSCTL_INT(_debug, OID_AUTO, gdbcons, CTLFLAG_RWTUN, &gdbcons_enable,
|
| /freebsd/sys/gnu/gcov/ |
| H A D | gcov_subr.c | 161 static SYSCTL_NODE(_debug, OID_AUTO, gcov, CTLFLAG_RD | CTLFLAG_MPSAFE, NULL,
|
| /freebsd/tools/regression/redzone9/ |
| H A D | redzone.c | 36 SYSCTL_NODE(_debug, OID_AUTO, redzone, CTLFLAG_RW, 0, "");
|
| /freebsd/sys/i386/i386/ |
| H A D | pmap_base.c | 190 SYSCTL_INT(_debug, OID_AUTO, PMAP1changedcpu, CTLFLAG_RD, 196 SYSCTL_INT(_debug, OID_AUTO, PMAP1changed, CTLFLAG_RD, 200 SYSCTL_INT(_debug, OID_AUTO, PMAP1unchanged, CTLFLAG_RD,
|
| /freebsd/sys/geom/bde/ |
| H A D | g_bde_work.c | |
| /freebsd/tools/test/stress2/misc/ |
| H A D | contigmalloc3.sh | 197 SYSCTL_INT(_debug, OID_AUTO, cmalloc_offset, CTLFLAG_RD, &cmalloc_offset, 0,
|