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

1234567891011>>

/freebsd-11-stable/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-11-stable/tools/regression/redzone9/
H A Dtest.sh5 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-11-stable/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-11-stable/contrib/apr-util/dbm/sdbm/
H A Dsdbm_tune.h35 #define debug(x) printf x macro
37 #define debug(x) macro
/freebsd-11-stable/share/examples/witness/
H A Dlockgraphs.sh10 sysctl debug.witness.graphs | awk '
/freebsd-11-stable/tools/tools/mtxstat/
H A Dmtxratio.sh2 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-11-stable/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-11-stable/sys/cddl/compat/opensolaris/sys/
H A Ddebug.h35 #include_next <sys/debug.h>
38 #include_next <sys/debug.h>
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-copyrename.c110 Choose a representative for the partition, and send debug info to DEBUG. */
113 copy_rename_partition_coalesce (var_map map, tree var1, tree var2, FILE *debug) argument
130 if (debug)
132 fprintf (debug, "Try : ");
133 print_generic_expr (debug, var1, TDF_SLIM);
134 fprintf (debug, "(P%d) & ", p1);
135 print_generic_expr (debug, var2, TDF_SLIM);
136 fprintf (debug, "(P%d)", p2);
152 if (debug)
153 fprintf (debug, "
303 FILE *debug; local
[all...]
/freebsd-11-stable/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-11-stable/usr.bin/mkcsmapper/
H A Dldef.h40 extern int debug;
/freebsd-11-stable/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-11-stable/tools/tools/mid/
H A Dmid-master11 $debug = 0;
15 warn "Start process: $i @c\n" if $debug;
25 warn "$o $_" if $debug;
30 warn "Close process $i\n" if $debug;
/freebsd-11-stable/usr.bin/unifdef/
H A Dunifdefall.sh43 debug=-d
53 "$unifdef" $debug -s "$@" | sort -u | sed 's/^/#undef /' >"$tmp/undefs"
57 case $debug in
62 "$unifdef" $debug -k -f "$tmp/undefs" -f "$tmp/defs" "$@"
/freebsd-11-stable/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-11-stable/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...]
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_map.h70 # include <debug/map>
H A Dstd_set.h70 # include <debug/set>
/freebsd-11-stable/contrib/blacklist/bin/
H A Dinternal.c43 int debug; variable
/freebsd-11-stable/sys/contrib/ngatm/netnatm/saal/
H A Dsscfupriv.h56 u_int debug; /* debugging flags */ member in struct:sscfu
63 #define VERBOSE(S,M,F) if ((S)->debug & (M)) (S)->funcs->verbose F
/freebsd-11-stable/contrib/ipfilter/lib/
H A Ddebug.c1 /* $FreeBSD: stable/11/contrib/ipfilter/lib/debug.c 369186 2021-01-31 04:32:46Z cy $ */
21 debug(int level, char *fmt, ...) function
41 debug(0x1fffffff, fmt, pvar);
/freebsd-11-stable/sys/netgraph/bluetooth/drivers/bt3c/
H A Dng_bt3c_var.h46 #define NG_BT3C_ALERT if (sc->debug >= NG_BT3C_ALERT_LEVEL) device_printf
47 #define NG_BT3C_ERR if (sc->debug >= NG_BT3C_ERR_LEVEL) device_printf
48 #define NG_BT3C_WARN if (sc->debug >= NG_BT3C_WARN_LEVEL) device_printf
49 #define NG_BT3C_INFO if (sc->debug >= NG_BT3C_INFO_LEVEL) device_printf
76 ng_bt3c_node_debug_ep debug; /* debug level */ member in struct:bt3c_softc
/freebsd-11-stable/sys/netgraph/bluetooth/drivers/h4/
H A Dng_h4_var.h57 #define NG_H4_ALERT if (sc->debug >= NG_H4_ALERT_LEVEL) printf
58 #define NG_H4_ERR if (sc->debug >= NG_H4_ERR_LEVEL) printf
59 #define NG_H4_WARN if (sc->debug >= NG_H4_WARN_LEVEL) printf
60 #define NG_H4_INFO if (sc->debug >= NG_H4_INFO_LEVEL) printf
72 ng_h4_node_debug_ep debug; /* Debug level */ member in struct:ng_h4_info

Completed in 198 milliseconds

1234567891011>>