| /netbsd/src/usr.sbin/rpcbind/ |
| D | rpcb_svc_4.c | 90 if (debugging) in rpcb_service_4() 125 if (debugging) in rpcb_service_4() 135 if (debugging) in rpcb_service_4() 145 if (debugging) in rpcb_service_4() 154 if (debugging) in rpcb_service_4() 162 if (debugging) in rpcb_service_4() 172 if (debugging) in rpcb_service_4() 182 if (debugging) in rpcb_service_4() 192 if (debugging) in rpcb_service_4() 202 if (debugging) in rpcb_service_4() [all …]
|
| D | rpcb_svc.c | 87 if (debugging) in rpcb_service_3() 115 if (debugging) in rpcb_service_3() 129 if (debugging) in rpcb_service_3() 139 if (debugging) in rpcb_service_3() 149 if (debugging) in rpcb_service_3() 165 if (debugging) in rpcb_service_3() 177 if (debugging) { in rpcb_service_3() 187 if (debugging) { in rpcb_service_3() 211 if (debugging) { in rpcbproc_getaddr_3_local()
|
| D | pmap_svc.c | 79 if (debugging) in pmap_service() 84 debugging) { in pmap_service() 118 if (debugging) in pmap_service() 182 if (debugging) in pmapproc_change() 243 debugging) { in pmapproc_change() 250 if (debugging) in pmapproc_change() 283 if (debugging) { in pmapproc_getport() 324 debugging) { in pmapproc_getport() 331 if (debugging) in pmapproc_getport() 356 (caddr_t)&list_pml)) && debugging) { in pmapproc_dump() [all …]
|
| D | rpcb_svc_com.c | 142 if (debugging) in rpcbproc_set_com() 149 if (debugging) in rpcbproc_set_com() 230 if (debugging) in rpcbproc_unset_com() 237 if (debugging) in rpcbproc_unset_com() 352 if (debugging) in rpcbproc_getaddr_com() 510 if (debugging) in create_rmtcall_fd() 517 if (debugging) in create_rmtcall_fd() 656 if (debugging) in rpcbproc_callit_com() 671 if (debugging) in rpcbproc_callit_com() 683 if (debugging) { in rpcbproc_callit_com() [all …]
|
| D | util.c | 116 if (debugging) in addrmerge() 294 if (debugging) in addrmerge() 315 if (debugging) in network_init() 321 if (debugging) in network_init() 330 if (debugging) in network_init() 336 if (debugging) in network_init() 371 if (debugging) in network_init()
|
| D | rpcbind.c | 93 int debugging = DEBUGGING; /* Tell me what's going on */ variable 233 if (debugging) { 304 if (debugging) { in init_transport() 491 if (debugging) { in init_transport() 547 if (debugging) { in init_transport() 692 if (debugging) { in init_transport() 714 if (debugging) { in init_transport() 899 debugging++; in parseargs() 939 if (doabort && !debugging) { in parseargs()
|
| /netbsd/src/external/bsd/ntp/dist/sntp/m4/ |
| D | ntp_debug.m4 | 5 AC_MSG_CHECKING([if we're including debugging code]) 7 [debugging], optenable 9 [--enable-debugging], 10 [+ include ntpd debugging code] 17 AC_DEFINE([DEBUG], [1], [Enable debugging code?])
|
| /netbsd/src/external/bsd/am-utils/dist/ |
| D | buildall | 223 -c: configure (debugging) 224 -cs: configure (debugging, shared libs) 225 -C: configure (strict compile, debugging) 226 -Cs: configure (strict compile, debugging, shared libs) 227 -d: configure in /usr/local/AMD (debugging) 228 -ds: configure in /usr/local/AMD (debugging, shared libs) 229 -D: configure in /usr/local/AMD (strict compile, debugging) 230 -Ds: configure in /usr/local/AMD (strict compile, debugging, shared libs)
|
| /netbsd/src/usr.bin/qsubst/ |
| D | qsubst.c | 124 static int debugging; variable 392 if (debugging) { in process_file() 421 if (debugging) { in process_file() 427 if (debugging) { in process_file() 434 if (debugging) { in process_file() 444 if (debugging) { in process_file() 451 if (debugging) { in process_file() 456 if (debugging) { in process_file() 467 if (debugging) { in process_file() 474 if (debugging) { in process_file() [all …]
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/i915/ |
| D | Kconfig.debug | 20 bool "Enable additional driver debugging" 40 Choose this option to turn on extra driver debugging that may affect 90 Enable additional and verbose debugging output that will spam 91 ordinary tests, but may be vital for post-mortem debugging when 104 Enable additional and verbose debugging output that will spam 105 ordinary tests, but may be vital for post-mortem debugging when 113 bool "Enable additional driver debugging for fence objects" 118 Choose this option to turn on extra driver debugging that may affect 126 bool "Enable additional driver debugging for detecting dependency cycles" 130 Choose this option to turn on extra driver debugging that may affect [all …]
|
| /netbsd/src/external/bsd/am-utils/dist/m4/macros/ |
| D | opt_debug.m4 | 2 dnl Debugging: "yes" means general, "mem" means general and memory debugging, 5 [AC_MSG_CHECKING(for debugging options) 7 AC_HELP_STRING([--enable-debug=ARG],[enable debugging (yes/mem/no)]), 26 # default is no debugging
|
| /netbsd/src/sys/arch/hpcsh/conf/ |
| D | DEBUG | 2 # kernel config file for debugging. 22 options DIAGNOSTIC # extra kernel debugging checks 23 options DEBUG # extra kernel debugging support
|
| /netbsd/src/external/bsd/libbind/dist/isc/ |
| D | logging.c | 210 int debugging, chan_level; in log_check_channel() local 214 debugging = ((lc->flags & LOG_OPTION_DEBUG) != 0); in log_check_channel() 219 if (level > 0 && !debugging) in log_check_channel() 226 if ((chan->flags & LOG_REQUIRE_DEBUG) && !debugging) in log_check_channel() 244 int debugging; in log_check() local 248 debugging = ((lc->flags & LOG_OPTION_DEBUG) != 0); in log_check() 253 if (level > 0 && !debugging) in log_check() 275 int pri, debugging, did_vsprintf = 0; in log_vwrite() local 292 debugging = (lc->flags & LOG_OPTION_DEBUG); in log_vwrite() 297 if (level > 0 && !debugging) in log_vwrite()
|
| /netbsd/src/external/bsd/openldap/dist/doc/guide/admin/ |
| D | runningslapd.sdf | 108 `?' character, the various debugging levels are printed and slapd 110 debugging levels are 115 -1 any enable all debugging 116 0 no debugging 119 4 (0x4 args) heavy trace debugging 128 2048 (0x800 parse) print entry parsing debugging 133 … by specifying the debug option once for each desired level. Or, since debugging levels are addit… 136 for any debugging information other than the stats and stats2 levels to be available as options. 147 Unless you have specified a debugging level (including level {{EX:0}}),
|
| /netbsd/src/crypto/external/bsd/openssl/dist/ |
| D | NOTES-VMS.md | 8 - [About debugging](#about-debugging) 61 About debugging 64 If you build for debugging, the default on VMS is that image 69 Generally speaking, if you build for debugging, only use the programs 70 directly for debugging. Do not try to use them from a script, such 81 Then just run it and you will find yourself in a debugging session.
|
| /netbsd/src/external/bsd/openpam/dist/ |
| D | configure.ac | 36 [turn debugging macros on]), 37 AC_DEFINE(OPENPAM_DEBUG, 1, [Turn debugging macros on])) 120 AC_ARG_ENABLE([debugging-symbols], 121 AS_HELP_STRING([--enable-debugging-symbols], [enable debugging symbols (default is NO)]),
|
| /netbsd/src/external/bsd/byacc/dist/ |
| D | NEW_FEATURES | 8 option causes debugging code to be included in the compiled parser. 43 If a parser has been compiled with debugging code, that code can be 45 YYDEBUG is set to 0, debugging output is suppressed. If it is set to 1, 46 debugging output is written to standard output.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gdbasan.in | 1 # Put a breakpoint on __asan_report_error to help with debugging buffer 5 # Put a breakpoint on __sanitizer::Report to help with debugging sanitizer
|
| /netbsd/src/sys/arch/sun3/conf/ |
| D | KGDB3X | 13 makeoptions DEBUG="-g" # debugging symbols for gdb 17 options DEBUG # kernel debugging code
|
| D | KGDB | 13 makeoptions DEBUG="-g" # debugging symbols for gdb 17 options DEBUG # kernel debugging code
|
| /netbsd/src/common/dist/zlib/win32/ |
| D | README-WIN32.txt | 33 example.pdb Symbolic information for debugging example.exe 36 example_d.pdb Symbolic information for debugging example_d.exe 39 minigzip.pdb Symbolic information for debugging minigzip.exe 42 minigzip_d.pdb Symbolic information for debugging minigzip_d.exe 52 (zlib.pdb provides debugging info to the compile time linker)
|
| /netbsd/src/distrib/syspkg/sets/comp/comp-debug-bin/ |
| D | DESCR | 1 This package contains various C programming debugging utilities, such as: 4 numbers. Given an address and an executable, it uses the debugging
|
| /netbsd/src/sys/arch/acorn32/doc/ |
| D | bootoptions | 68 Special debugging options not for normal use 71 termdebug Enable console debugging 72 notermcls Console debugging option
|
| /netbsd/src/distrib/syspkg/sets/comp/comp-debug-man/ |
| D | DESCR | 2 debugging utilities, such as: 5 numbers. Given an address and an executable, it uses the debugging
|
| /netbsd/src/distrib/syspkg/sets/comp/comp-debug-catman/ |
| D | DESCR | 2 debugging utilities, such as: 5 numbers. Given an address and an executable, it uses the debugging
|