Home
last modified time | relevance | path

Searched refs:debugging (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/freebsd-13.1/usr.sbin/rpcbind/
H A Drpcb_svc_4.c90 if (debugging) in rpcb_service_4()
126 if (debugging) in rpcb_service_4()
136 if (debugging) in rpcb_service_4()
146 if (debugging) in rpcb_service_4()
155 if (debugging) in rpcb_service_4()
163 if (debugging) in rpcb_service_4()
173 if (debugging) in rpcb_service_4()
183 if (debugging) in rpcb_service_4()
193 if (debugging) in rpcb_service_4()
203 if (debugging) in rpcb_service_4()
[all …]
H A Drpcb_svc.c90 if (debugging) in rpcb_service_3()
118 if (debugging) in rpcb_service_3()
132 if (debugging) in rpcb_service_3()
142 if (debugging) in rpcb_service_3()
152 if (debugging) in rpcb_service_3()
168 if (debugging) in rpcb_service_3()
180 if (debugging) { in rpcb_service_3()
190 if (debugging) { in rpcb_service_3()
214 if (debugging) { in rpcbproc_getaddr_3_local()
H A Dpmap_svc.c82 if (debugging) in pmap_service()
87 debugging) { in pmap_service()
121 if (debugging) in pmap_service()
181 if (debugging) in pmapproc_change()
246 debugging) { in pmapproc_change()
253 if (debugging) in pmapproc_change()
286 if (debugging) { in pmapproc_getport()
327 debugging) { in pmapproc_getport()
334 if (debugging) in pmapproc_getport()
359 (caddr_t)&list_pml)) && debugging) { in pmapproc_dump()
[all …]
H A Drpcb_svc_com.c135 if (debugging) in rpcbproc_set_com()
142 if (debugging) in rpcbproc_set_com()
220 if (debugging) in rpcbproc_unset_com()
227 if (debugging) in rpcbproc_unset_com()
338 if (debugging) in rpcbproc_getaddr_com()
493 if (debugging) in create_rmtcall_fd()
501 if (debugging) in create_rmtcall_fd()
659 if (debugging) in rpcbproc_callit_com()
712 if (debugging) in rpcbproc_callit_com()
754 if (debugging) in rpcbproc_callit_com()
[all …]
H A Dutil.c129 if (debugging) in addrmerge()
160 if (debugging) in addrmerge()
311 if (debugging) in addrmerge()
332 if (debugging) in network_init()
338 if (debugging) in network_init()
349 if (debugging) in network_init()
355 if (debugging) in network_init()
374 if (debugging) in network_init()
396 if (debugging) in network_init()
H A Drpcbind.c80 int debugging = 0; /* Tell me what's going on */ variable
223 if (debugging) { in main()
286 if (debugging) { in init_transport()
463 if (debugging) { in init_transport()
515 if (debugging) { in init_transport()
645 if (debugging) { in init_transport()
665 if (debugging) { in init_transport()
823 debugging = 1; in parseargs()
863 if (doabort && !debugging) { in parseargs()
H A Dcheck_bound.c203 if (debugging) { in mergeaddr()
219 if (debugging) in mergeaddr()
/freebsd-13.1/usr.sbin/keyserv/
H A Dkeyserv.c135 debugging = 1;
333 if (debugging) {
338 if (debugging) {
352 if (debugging) {
360 if (debugging) {
432 if (debugging)
461 if (debugging)
727 if (debugging)
732 if (debugging)
750 if (debugging)
[all …]
/freebsd-13.1/contrib/ntp/sntp/m4/
H A Dntp_debug.m45 AC_MSG_CHECKING([if we're including debugging code])
7 [debugging],
9 [--enable-debugging],
10 [+ include ntpd debugging code]
17 AC_DEFINE([DEBUG], [1], [Enable debugging code?])
/freebsd-13.1/tools/debugscripts/
H A Ddot.gdbinit2 # .gdbinit file for remote serial debugging.
34 # Remote debugging port
68 # When debugging the same machine (via /dev/mem), we can get the
70 # work for crashes or remote debugging, of course, because we'd get
76 # debugging the local system. Instead, we have two scripts:
89 …ymbol tables for the debugging machine. This only makes sense when debugging /dev/mem; use the 'g…
103 … This causes the symbols for the KLDs to be loaded. When doing memory debugging, use the command…
116 echo If you're debugging a local system, you can use 'kldsyms' instead\n
H A DREADME3 This directory contains gdb macros for kernel debugging. When you
6 perform kernel debugging, you would do:
21 modules w/ debugging symbols separately to get things to work.
/freebsd-13.1/sys/conf/
H A Dstd.nodebug17 # Net80211 debugging
20 # USB debugging
24 # CAM debugging
H A Doptions.amd6417 # (see src/sys/conf/options), except for broken debugging options.
45 # AGP debugging support
/freebsd-13.1/contrib/openpam/
H A Dconfigure.ac37 [turn debugging macros on]),
38 AC_DEFINE(OPENPAM_DEBUG, 1, [Turn debugging macros on]))
121 AC_ARG_ENABLE([debugging-symbols],
122 AS_HELP_STRING([--enable-debugging-symbols], [enable debugging symbols (default is NO)]),
/freebsd-13.1/contrib/byacc/
H A DNEW_FEATURES8 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.
/freebsd-13.1/usr.sbin/watchdogd/
H A Dwatchdogd.c78 static int debugging = 0; variable
108 { "debug", no_argument, &debugging, 1 },
157 if (debugging == 0 && daemon(0, 0) == -1) { in main()
227 if (debugging) { in parse_timeout_to_pow2ns()
667 if (debugging) { in seconds_to_pow2ns()
711 debugging = 1; in parseargs()
733 if (debugging) in parseargs()
/freebsd-13.1/tools/tools/shlib-compat/
H A DREADME3 shlib-compat uses dwarf debugging symbols to recreate definitions of
11 debugging symbols attached. To enable sysfake stubs rebuild libc
/freebsd-13.1/stand/i386/loader/
H A Dhelp.i38613 Requests debugging output from the heap manager. For debugging use
/freebsd-13.1/contrib/wpa/hostapd/
H A Dandroid.config131 # Remove debugging code that is printing out debug messages to stdout.
132 # This can be used to reduce the size of the hostapd considerably if debugging
149 # This can be used to reduce binary size at the cost of disabling a debugging
159 # Enable tracing code for developer debugging
168 # Use libbfd to get more details for developer debugging
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dcafebabe27 # for debugging purpose version as hexadecimal to compare with Mach-O universal binary
68 # for debugging purpose CPU type as hexadecimal
72 # for debugging purpose print offset to 1st mach_header like:
/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_CTX_set_keylog_callback.pod21 applications to store this keying material for debugging purposes.
30 format used by NSS for its B<SSLKEYLOGFILE> debugging output. To recreate that
/freebsd-13.1/contrib/googletest/
H A DBUILD.bazel107 "@com_google_absl//absl/debugging:failure_signal_handler",
108 "@com_google_absl//absl/debugging:stacktrace",
109 "@com_google_absl//absl/debugging:symbolize",
/freebsd-13.1/usr.sbin/bsdconfig/usermgmt/
H A DUSAGE30 -d Provide lots of debugging info on standard-out when running.
31 -D file Send debugging info to file. If file begins with a plus-sign
/freebsd-13.1/usr.sbin/bsdconfig/ttys/
H A DUSAGE30 -d Provide lots of debugging info on standard-out when running.
31 -D file Send debugging info to file. If file begins with a plus-sign
/freebsd-13.1/sys/contrib/device-tree/Bindings/media/
H A Dcec-gpio.txt22 the following property is optional and can be used for debugging HPD changes:
26 This property is optional and can be used for debugging changes on the 5V line:

12345678910>>...13