| /freebsd-13.1/contrib/lutok/ |
| H A D | debug.cpp | 40 struct lutok::debug::impl { 47 lutok::debug::debug(void) : in debug() function in lutok::debug 54 lutok::debug::~debug(void) in ~debug() 93 lutok::debug::event(void) const in event() 103 lutok::debug::name(void) const in name() 114 lutok::debug::name_what(void) const in name_what() 125 lutok::debug::what(void) const in what() 136 lutok::debug::source(void) const in source() 147 lutok::debug::current_line(void) const in current_line() 157 lutok::debug::n_ups(void) const in n_ups() [all …]
|
| H A D | debug_test.cpp | 44 lutok::debug debug; in ATF_TEST_CASE_BODY() local 45 debug.get_info(state, ">S"); in ATF_TEST_CASE_BODY() 46 ATF_REQUIRE_EQ(3, debug.line_defined()); in ATF_TEST_CASE_BODY() 55 lutok::debug debug; in ATF_TEST_CASE_BODY() local 56 debug.get_stack(state, 0); in ATF_TEST_CASE_BODY()
|
| /freebsd-13.1/contrib/sendmail/include/sm/ |
| H A D | debug.h | 106 # define sm_debug_active(debug, level) \ argument 107 ((debug)->debug_level >= (level) && \ 108 ((debug)->debug_level != SM_DEBUG_UNKNOWN || \ 109 sm_debug_loadactive(debug, level))) 111 # define sm_debug_level(debug) \ argument 112 ((debug)->debug_level == SM_DEBUG_UNKNOWN \ 113 ? sm_debug_loadlevel(debug) : (debug)->debug_level) 115 # define sm_debug_unknown(debug) ((debug)->debug_level == SM_DEBUG_UNKNOWN) argument 117 # define sm_debug_active(debug, level) 0 argument 118 # define sm_debug_level(debug) 0 argument [all …]
|
| /freebsd-13.1/contrib/sendmail/contrib/ |
| H A D | expn.pl | 129 $debug = $flag_d; 204 if ($debug || $vw); 214 if ($debug || $vw); 473 if ($debug > 8) { 710 print "(\@:)" if $debug; 715 print "(\@)" if $debug; 727 print "(?)" if $debug; 845 if ($debug) { 934 if ($debug > 1); 1011 print if ($debug > 2); [all …]
|
| H A D | re-mqueue.pl | 120 /^-d/ && $debug++; 146 print "Checking $dfile\n" if ($debug); 151 print "$qfile is gone or zero bytes - skipping\n" if ($debug); 158 print "$dfile is gone - skipping\n" if ($debug); 170 print "$queueb/$dfile already exists - skipping\n" if ($debug); 184 print "$qfile: $!\n" if ($debug); 189 print "$qfile already flock()ed - skipping\n" if ($debug); 193 print "$qfile now flock()ed\n" if ($debug); 197 print "$mfile sent - skipping\n" if ($debug); 233 print "links ok\n" if ($debug); [all …]
|
| /freebsd-13.1/contrib/sendmail/libsm/ |
| H A D | debug.c | 257 SM_DEBUG_T *debug; in sm_debug_reset() local 259 for (debug = SmDebugInitialized; in sm_debug_reset() 260 debug != NULL; in sm_debug_reset() 261 debug = debug->debug_next) in sm_debug_reset() 411 sm_debug_loadlevel(debug) in sm_debug_loadlevel() argument 412 SM_DEBUG_T *debug; in sm_debug_loadlevel() 426 debug->debug_level = 0; 429 SmDebugInitialized = debug; 431 return (int) debug->debug_level; 450 sm_debug_loadactive(debug, level) in sm_debug_loadactive() argument [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/arm/ |
| H A D | coresight-cpu-debug.txt | 3 CoreSight CPU debug component are compliant with the ARMv8 architecture 4 reference manual (ARM DDI 0487A.k) Chapter 'Part H: External debug'. The 5 external debug module is mainly used for two modes: self-hosted debug and 6 external debug, and it can be accessed from mmio region from Coresight 7 and eventually the debug module connects with CPU for debugging. And the 8 debug module provides sample-based profiling extension, which can be used 10 usually every CPU has one dedicated debug module to be connected. 14 - compatible : should be "arm,coresight-cpu-debug"; supplemented with 25 mandatory. The interface between the debug logic and the 43 debug@f6590000 { [all …]
|
| /freebsd-13.1/contrib/bmake/unit-tests/ |
| H A D | opt-debug-file.mk | 8 .MAKEFLAGS: -dvFopt-debug-file.debuglog 19 DEBUG_OUTPUT:= ${:!cat opt-debug-file.debuglog!} 34 .if !${:!cat opt-debug-file.debuglog!:tW:M*VAR = value $${:Uexpanded}*} 46 .MAKEFLAGS: -dFopt-debug-file.debuglog 47 . info This goes to stderr, and in addition to the debug log. 49 .if ${:!cat opt-debug-file.debuglog!:Maddition:[#]} != 1 59 .MAKEFLAGS: -dFopt-debug-file.debuglog 60 : This goes to stderr, and in addition to the debug log. ${:U:S 62 .if ${:!cat opt-debug-file.debuglog!:Mdelimiter:[#]} != 1 70 _:= ${:!rm opt-debug-file.debuglog!} [all …]
|
| /freebsd-13.1/sbin/ipf/ipfsync/ |
| H A D | ipfsyncd.c | 190 debug(1, "open(%s): %s\n", IPSYNC_NAME, 200 debug(1, "wait %d seconds\n", 1 << tries); 264 debug(3, "read(K):%d\n", n1); in do_io() 268 debug(1, "read error (k-header): %s\n", in do_io() 291 debug(3, "read(N):%d\n", n1); in do_io() 295 debug(1, "read error (n-header): %s\n", in do_io() 330 debug(1, "socket:%s\n", STRERROR(errno)); 423 debug(1, "bind:%s\n", STRERROR(errno)); 435 debug(1, "connect:%s\n", STRERROR(errno)); 475 debug(2, "invalid header magic %x\n", magic); [all …]
|
| /freebsd-13.1/contrib/ipfilter/tools/ |
| H A D | ipfsyncd.c | 190 debug(1, "open(%s): %s\n", IPSYNC_NAME, 200 debug(1, "wait %d seconds\n", 1 << tries); 264 debug(3, "read(K):%d\n", n1); in do_io() 268 debug(1, "read error (k-header): %s\n", in do_io() 291 debug(3, "read(N):%d\n", n1); in do_io() 295 debug(1, "read error (n-header): %s\n", in do_io() 330 debug(1, "socket:%s\n", STRERROR(errno)); 423 debug(1, "bind:%s\n", STRERROR(errno)); 435 debug(1, "connect:%s\n", STRERROR(errno)); 475 debug(2, "invalid header magic %x\n", magic); [all …]
|
| /freebsd-13.1/stand/libsa/ |
| H A D | arp.c | 98 if (debug) in arpwhohas() 151 if (debug) in arpsend() 171 if (debug) in arprecv() 180 if (debug) in arprecv() 189 if (debug) in arprecv() 203 if (debug) in arprecv() 212 if (debug) in arprecv() 222 if (debug) in arprecv() 234 if (debug) in arprecv() 244 if (debug) in arprecv() [all …]
|
| H A D | rarp.c | 77 if (debug) in rarp_getipaddress() 85 if (debug) in rarp_getipaddress() 134 if (debug) in rarpsend() 155 if (debug) in rarprecv() 163 if (debug) in rarprecv() 172 if (debug) in rarprecv() 185 if (debug) in rarprecv() 194 if (debug) in rarprecv() 204 if (debug) in rarprecv() 213 if (debug) in rarprecv()
|
| /freebsd-13.1/sys/net/ |
| H A D | if_spppfr.c | 185 if (debug) in sppp_fr_input() 198 if (debug) in sppp_fr_input() 205 if (debug) in sppp_fr_input() 212 if (debug) in sppp_fr_input() 272 if (debug) in sppp_fr_input() 304 if (debug) in sppp_fr_header() 391 if (debug) in sppp_fr_keepalive() 416 if (debug) in sppp_fr_arp() 423 if (debug) in sppp_fr_arp() 448 if (debug) in sppp_fr_arp() [all …]
|
| H A D | if_spppsubr.c | 528 if (debug) in sppp_input() 711 if (debug) in sppp_input() 727 if (debug) in sppp_input() 1305 if (debug) in sppp_cisco_input() 1391 if (debug) in sppp_cisco_send() 1877 if (debug) in sppp_up_event() 1903 if (debug) in sppp_down_event() 1939 if (debug) in sppp_open_event() 1988 if (debug) in sppp_close_event() 2028 if (debug) in sppp_to_event() [all …]
|
| /freebsd-13.1/tools/regression/redzone9/ |
| H A D | test.sh | 5 sysctl debug.redzone.malloc_underflow=1 6 sysctl debug.redzone.malloc_overflow=1 7 sysctl debug.redzone.realloc_smaller_underflow=1 8 sysctl debug.redzone.realloc_smaller_overflow=1 9 sysctl debug.redzone.realloc_bigger_underflow=1 10 sysctl debug.redzone.realloc_bigger_overflow=1
|
| /freebsd-13.1/contrib/bmake/mk/ |
| H A D | meta2deps.py | 83 if debug > 2: 102 if debug > 2: 105 if debug > 2: 109 if debug > 2: 296 if self.debug: 306 if self.debug: 357 if self.debug: 715 debug = 0 723 debug += 1 750 conf['debug'] = debug [all …]
|
| /freebsd-13.1/share/mk/ |
| H A D | meta2deps.py | 87 if debug > 2: 106 if debug > 2: 109 if debug > 2: 113 if debug > 2: 282 if self.debug: 291 if self.debug: 342 if self.debug: 671 debug = 0 679 debug += 1 706 conf['debug'] = debug [all …]
|
| /freebsd-13.1/usr.bin/gprof/ |
| H A D | dfn.c | 73 if ( debug & DFNDEBUG ) { in dfn() 124 if ( debug & DFNDEBUG ) { in dfn_pre_visit() 179 if ( debug & DFNDEBUG ) { in dfn_findcycle() 202 if ( debug & DFNDEBUG ) { in dfn_findcycle() 217 if ( debug & DFNDEBUG ) { in dfn_findcycle() 234 if ( debug & DFNDEBUG ) { in dfn_findcycle() 245 if ( debug & DFNDEBUG ) { in dfn_findcycle() 274 if ( debug & DFNDEBUG ) { in dfn_self_cycle() 293 if ( debug & DFNDEBUG ) { in dfn_post_visit() 308 if ( debug & DFNDEBUG ) { in dfn_post_visit() [all …]
|
| /freebsd-13.1/contrib/kyua/integration/ |
| H A D | cmd_debug_test.sh | 40 Usage error for command debug: Not enough arguments. 43 atf_check -s exit:3 -o empty -e file:experr kyua debug 59 Usage error for command debug: Too many arguments. 135 atf_check -s exit:3 -o empty -e file:experr kyua debug foo 160 atf_check -s exit:0 -o file:expout -e empty kyua debug \ 191 atf_check -s exit:0 -o file:expout -e empty kyua debug \ 286 debug config1:get_variable 289 debug config2:get_variable 292 debug config3:get_variable 316 kyua debug --build-root=build second:pass [all …]
|
| /freebsd-13.1/tools/tools/mwl/mwldebug/ |
| H A D | mwldebug.c | 139 u_int32_t debug, ndebug; in main() local 157 debuglen = sizeof(debug); in main() 158 if (sysctlbyname(oid, &debug, &debuglen, NULL, 0) < 0) in main() 160 ndebug = debug; in main() 194 if (debug != ndebug) { in main() 195 printf("%s: 0x%x => ", oid, debug); in main() 199 debug = ndebug; in main() 201 printf("%s: 0x%x", oid, debug); in main() 204 if (debug & flags[i].bit) { in main()
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | refclock_arc.c | 962 if(debug) { in arc_receive() 1094 if(debug) in arc_receive() 1232 if(debug) { in arc_receive() 1323 if (debug) in arc_receive() 1330 if (debug) in arc_receive() 1337 if (debug) in arc_receive() 1344 if (debug) in arc_receive() 1371 if (debug) in arc_receive() 1417 if(debug) { in arc_receive() 1471 if (debug) { in request_time() [all …]
|
| H A D | refclock_datum.c | 230 if (debug) in datum_pts_start() 259 if (debug) in datum_pts_start() 303 if (debug) in datum_pts_start() 340 if (debug) in datum_pts_shutdown() 377 if (debug) in datum_pts_poll() 405 if (debug) in datum_pts_control() 433 if (debug) in datum_pts_init() 467 if (debug) in datum_pts_buginfo() 514 if (debug) in datum_pts_receive() 577 if (debug) in datum_pts_receive() [all …]
|
| /freebsd-13.1/contrib/ntp/scripts/monitoring/ |
| H A D | ntptrap | 169 &debug(sprintf("Failed to get name for %d.%d.%d.%d",unpack("C4",$addr))); 176 &debug(sprintf("%d request(s) scheduled",scalar(@Requests))); 177 grep(&debug(" - ".$_),keys(%Host)); 257 &debug("-Packet from ",&hostname($from)); 302 &debug(sprintf("Schedule timeout \"%s\" for %s", $id, $date)); 311 &debug("Clear timeout \"$id\""); 319 &debug(sprintf("Refreshing trap for %s", &hostname($addr))); 332 &debug(sprintf("Retry failed: %s assoc %5d op %d", 337 &debug(sprintf("Retrying: %s assoc %5d op %d", 430 &debug("Set trap ok from ",&hostname($from)); [all …]
|
| /freebsd-13.1/libexec/bootpd/ |
| H A D | bootpd.c | 289 debug++; 301 debug = n; 534 if (debug > 1) 550 if (debug) { 651 if (debug) in handle_request() 704 if (debug) in handle_request() 726 if (debug) { in handle_request() 734 if (debug) { in handle_request() 773 if (debug) in handle_request() 936 if (debug > 2) in handle_request() [all …]
|
| /freebsd-13.1/tools/tools/ath/athdebug/ |
| H A D | athdebug.c | 156 uint64_t debug, ndebug; in main() local 181 debuglen = sizeof(debug); in main() 182 if (sysctlbyname(oid, &debug, &debuglen, NULL, 0) < 0) in main() 184 ndebug = debug; in main() 217 if (debug != ndebug) { in main() 218 printf("%s: 0x%llx => ", oid, (long long) debug); in main() 222 debug = ndebug; in main() 224 printf("%s: 0x%llx", oid, (long long) debug); in main() 227 if (debug & flags[i].bit) { in main()
|