Searched refs:debug (Results 1 - 25 of 1064) sorted by relevance

1234567891011>>

/freebsd-current/contrib/ntp/include/
H A Ddeclcond.h9 * The ntpd variant of declcond.h declares "debug" only #ifdef DEBUG,
11 * "debug". The libntp and utilities variant always declares debug,
18 extern int debug;
H A Dntp_debug.h19 * TRACE(2, ("this will appear on stdout if debug >= %d\n", 2));
23 if (debug >= (lvl)) \
/freebsd-current/tools/regression/redzone9/
H A Dtest.sh4 sysctl debug.redzone.malloc_underflow=1
5 sysctl debug.redzone.malloc_overflow=1
6 sysctl debug.redzone.realloc_smaller_underflow=1
7 sysctl debug.redzone.realloc_smaller_overflow=1
8 sysctl debug.redzone.realloc_bigger_underflow=1
9 sysctl debug.redzone.realloc_bigger_overflow=1
/freebsd-current/contrib/ntp/ntpd/
H A Ddeclcond.h9 * The ntpd variant of declcond.h declares "debug" only #ifdef DEBUG,
11 * "debug". The libntp and utilities variant always declares debug,
18 extern int debug;
/freebsd-current/share/examples/witness/
H A Dlockgraphs.sh9 sysctl debug.witness.graphs | awk '
/freebsd-current/tools/tools/mtxstat/
H A Dmtxratio.sh1 sysctl debug.mutex.prof.stats | awk '$1 ~ /[0-9]+/ { if ($3 != 0) { hld_prc = $5 / $3 * 100; lck_prc = $6 / $3 * 100 } else { hld_prc = 0; lck_prc = 0 } print $1 " " $2 " " $3 " " $4 " " $5 " " hld_prc " " $6 " " lck_prc " " substr($0, index($0, $7)); next } { print }'
/freebsd-current/contrib/lutok/
H A Ddebug_test.cpp29 #include "debug.hpp"
44 lutok::debug debug; local
45 debug.get_info(state, ">S");
46 ATF_REQUIRE_EQ(3, debug.line_defined());
55 lutok::debug debug; local
56 debug.get_stack(state, 0);
60 // the debug structure).
H A Ddebug.cpp34 #include <lutok/debug.hpp>
39 /// Internal implementation for lutok::debug.
40 struct lutok::debug::impl {
41 /// The Lua internal debug state.
46 /// Constructor for an empty debug structure.
47 lutok::debug::debug(void) : function in class:lutok::debug
54 lutok::debug::~debug(void)
67 lutok::debug
[all...]
/freebsd-current/contrib/sendmail/include/sm/
H A Ddebug.h9 * $Id: debug.h,v 1.17 2013-11-22 20:51:31 ca Exp $
14 ** See libsm/debug.html for documentation.
43 ** abstractions for setting and testing debug activation levels
62 ** debug_level is the activation level of this debug
63 ** object. Level 0 means no debug activity.
67 ** its true value in the internal table of debug settings.
101 ** This macro is cleverly designed so that if the debug object is below
106 # define sm_debug_active(debug, level) \
107 ((debug)->debug_level >= (level) && \
108 ((debug)
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-debug.mk1 # $NetBSD: opt-debug.mk,v 1.5 2020/10/05 19:27:48 rillig Exp $
3 # Tests for the -d command line option, which controls debug logging.
5 # Enable debug logging for the variables (var.c).
10 # Disable all debug logging again.
H A Dopt-debug-parse.exp2 Parse_PushInput: .for loop in opt-debug-parse.mk, line 16
3 SetFilenameVars: ${.PARSEDIR} = <some-dir> ${.PARSEFILE} = `opt-debug-parse.mk'
5 make: "opt-debug-parse.mk" line 21: trace with multi-line .for loop head
6 in .for loop from opt-debug-parse.mk:16 with var = value
7 ParseEOF: returning to file opt-debug-parse.mk, line 23
8 SetFilenameVars: ${.PARSEDIR} = <some-dir> ${.PARSEFILE} = `opt-debug-parse.mk'
12 SetFilenameVars: ${.INCLUDEDFROMDIR} = <some-dir> ${.INCLUDEDFROMFILE} = `opt-debug-parse.mk'
13 ParseEOF: returning to file opt-debug-parse.mk, line 27
14 SetFilenameVars: ${.PARSEDIR} = <some-dir> ${.PARSEFILE} = `opt-debug-parse.mk'
16 Parse_PushInput: .for loop in opt-debug
[all...]
/freebsd-current/sys/cddl/compat/opensolaris/sys/
H A Ddebug.h33 #include_next <sys/debug.h>
36 #include_next <sys/debug.h>
/freebsd-current/bin/sh/
H A Dshow.h40 extern int debug;
/freebsd-current/contrib/sendmail/contrib/
H A Dre-mqueue.pl120 /^-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);
164 printf ("%s is %d seconds old - skipping\n", $dfile, $now-$mtime) if ($debug);
170 print "$queueb/$dfile already exists - skipping\n" if ($debug);
174 print "$queueb/$qfile already exists - skipping\n" if ($debug);
178 print "$queueb/$xfile already exists - skipping\n" if ($debug);
184 print "$qfile: $!\n" if ($debug);
189 print "$qfile already flock()ed - skipping\n" if ($debug);
[all...]
/freebsd-current/usr.bin/mkcsmapper/
H A Dldef.h39 extern int debug;
/freebsd-current/contrib/ntp/ntpdc/
H A Dnl.pl.in5 $debug = 0;
19 print STDERR "type = '$type'\n" if $debug;
25 print STDERR "union = '$type'\n" if $debug;
31 print STDERR "\tfield = '$field'\n" if $debug;
H A Dnl.pl5 $debug = 0;
19 print STDERR "type = '$type'\n" if $debug;
25 print STDERR "union = '$type'\n" if $debug;
31 print STDERR "\tfield = '$field'\n" if $debug;
/freebsd-current/sys/contrib/openzfs/cmd/zed/zed.d/
H A Dall-debug.sh12 : "${ZED_DEBUG_LOG:="${TMPDIR:="/tmp"}/zed.debug.log"}"
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/events/
H A Dsetup.ksh31 zed_setup all-debug.sh all-syslog.sh
H A Dcleanup.ksh31 zed_cleanup all-debug.sh all-syslog.sh all-dumpfds
/freebsd-current/contrib/unifdef/
H A Dunifdefall.sh39 debug=-d
49 "$unifdef" $debug -s "$@" | sort -u | sed 's/^/#undef /' >"$tmp/undefs"
53 case $debug in
58 "$unifdef" $debug -k -f "$tmp/undefs" -f "$tmp/defs" "$@"
/freebsd-current/libexec/bootpd/
H A Dsyslog.conf15 #*.err;kern.debug;auth.notice;user.none /dev/console
16 kern.debug;user,mail.crit;auth.notice /dev/console
19 #*.err;kern.debug;daemon,auth.notice;mail.crit;user.none /var/adm/messages
20 kern.debug;user,mail.crit;auth.notice /var/adm/messages
23 lpr.debug /var/adm/lpd-errs
39 mail.debug ifdef(`LOGHOST', /var/log/syslog, @loghost)
62 local2.debug /dev/console
63 #local2.debug /var/log/local2
/freebsd-current/sys/contrib/openzfs/contrib/dracut/90zfs/
H A Dzfs-generator.sh.in4 grep -wq debug /proc/cmdline && debug=1
5 [ -n "$debug" ] && echo "zfs-generator: starting" >> /dev/kmsg
17 [ -n "$debug" ] && echo "zfs-generator: writing extension for sysroot.mount to $GENERATOR_DIR/sysroot.mount.d/zfs-enhancement.conf" >> /dev/kmsg
40 [ -n "$debug" ] && echo "zfs-generator: finished" >> /dev/kmsg
/freebsd-current/crypto/openssl/util/
H A Dlang-compress.pl12 my $debug = defined $ENV{DEBUG};
57 if ($debug) {
93 if ($debug) {
109 if ($debug) {
162 if ($debug) {
/freebsd-current/contrib/sendmail/libsm/
H A Ddebug.c11 SM_RCSID("@(#)$Id: debug.c,v 1.33 2013-11-22 20:51:42 ca Exp $")
15 ** For documentation, see debug.html.
30 #include <sm/debug.h>
53 ** SM_DEBUG_FILE -- Returns current debug file pointer.
59 ** current debug file pointer.
69 ** SM_DEBUG_SETFILE -- Sets debug file pointer.
72 ** fp -- new debug file pointer.
89 ** SM_DEBUG_CLOSE -- Close debug file pointer.
112 ** SM_DPRINTF -- printf() for debug output.
123 "@(#)$Debug: sm_trace_pid_time - print pid and time in debug
257 SM_DEBUG_T *debug; local
[all...]

Completed in 267 milliseconds

1234567891011>>