Searched refs:debug (Results 226 - 250 of 1068) sorted by relevance

1234567891011>>

/freebsd-current/usr.sbin/makefs/
H A Dffs.c223 if (debug & DEBUG_FS_PARSE_OPTS)
262 if (debug & DEBUG_FS_MAKEFS)
287 if (debug & DEBUG_FS_MAKEFS)
298 if (debug & DEBUG_FS_MAKEFS)
333 if (debug & DEBUG_FS_VALIDATE) {
382 if (debug & DEBUG_FS_VALIDATE)
439 if (debug & DEBUG_FS_VALIDATE) {
530 if (debug & DEBUG_FS_CREATE_IMAGE)
558 if (debug & DEBUG_FS_CREATE_IMAGE)
570 if (debug
[all...]
H A Dmakefs.c83 u_int debug; variable
106 debug = 0;
171 debug = strtoll(optarg, NULL, 0);
279 if (debug) {
280 printf("debug mask: 0x%08x\n", debug);
338 if (debug & DEBUG_DUMP_FSNODES) {
487 "Usage: %s [-xZ] [-B endian] [-b free-blocks] [-d debug-mask]\n"
/freebsd-current/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c660 debug(3, "die %llu: creating new type %u for sub-dimension\n",
718 debug(3, "die %llu <%llx>: creating array\n", off, off);
749 debug(3, "die %llu <%llx>: array nelems %u size %u\n", off, off,
763 debug(3, "trying to resolve array %d (cont %d)\n", tdp->t_id,
768 debug(3, "unable to resolve array %s (%d) contents %d\n",
779 debug(3, "resolved array %d: %u bytes\n", tdp->t_id, tdp->t_size);
817 debug(3, "die %llu: creating enum\n", off);
849 debug(3, "die %llu: enum %llu: created %s = %d\n", off,
906 debug(3, "tdp %u: enum %s redirected to %u\n", tdp->t_id,
919 debug(
[all...]
/freebsd-current/sys/dev/firewire/
H A Dsbp_targ.c98 static int debug = 0; variable
100 SYSCTL_INT(_debug, OID_AUTO, sbp_targ_debug, CTLFLAG_RW, &debug, 0,
101 "SBP target mode debug flag");
272 if (debug)
281 if (debug)
383 if (debug)
395 if (debug)
400 if (debug)
440 if (debug)
445 if (debug)
[all...]
/freebsd-current/sys/contrib/openzfs/scripts/
H A Dzfs.sh178 STACK_MAX_SIZE=/sys/kernel/debug/tracing/stack_max_size
188 STACK_MAX_SIZE=/sys/kernel/debug/tracing/stack_max_size
189 STACK_TRACE=/sys/kernel/debug/tracing/stack_trace
/freebsd-current/crypto/openssh/
H A Dauth.c517 debug("unable to get login class: %s", user);
524 debug("Denied connection for %.200s from %.200s [%.200s].",
531 debug("LOGIN %.200s REFUSED (TIME)", pw->pw_name);
538 debug("Approval failure for %s", user);
685 debug("getpeername failed: %.100s", strerror(errno));
808 debug("%s: %s", loc, msg);
814 debug("%s: environment: %s", loc, opts->env[i]);
825 debug("%s: expires at %s", loc, buf);
828 debug("%s: authorized principals: \"%s\"",
832 debug("
[all...]
/freebsd-current/libexec/bootpd/tools/bootpef/
H A Dbootpef.c89 int debug = 0; /* Debugging flag (level) */
109 fprintf(stderr, "\t -d n\tset debug level\n");
165 case 'd': /* debug */
171 * no parameter, so just increment the debug flag.
173 debug++;
182 "bootpd: invalid debug level\n");
185 debug = n;
87 int debug = 0; /* Debugging flag (level) */ variable
/freebsd-current/libexec/pppoed/
H A Dpppoed.c88 int cs, int ds, int debug, struct ngm_connect *ngc)
133 if (debug)
156 if (debug)
171 if (debug)
200 if (debug)
234 if (debug) {
255 int sz, int debug)
284 if (debug)
296 if (debug)
309 if (debug)
87 ConfigureNode(const char *prog, const char *iface, const char *provider, int cs, int ds, int debug, struct ngm_connect *ngc) argument
253 Spawn(const char *prog, const char *acname, const char *provider, const char *exec, struct ngm_connect ngc, int cs, int ds, void *request, int sz, int debug) argument
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dfifo2.sh99 static int debug; /* Set to 1 for debug output */
147 if (debug != 0)
H A Dgraid1_5.sh45 old=`sysctl -n kern.geom.mirror.debug`
46 sysctl kern.geom.mirror.debug=-1 | grep -q -- -1 ||
47 sysctl kern.geom.mirror.debug=$old > /dev/null
H A Dgraid1_7.sh42 old=`sysctl -n kern.geom.mirror.debug`
43 sysctl kern.geom.mirror.debug=-1 | grep -q -- -1 ||
44 sysctl kern.geom.mirror.debug=$old > /dev/null
H A Dmmap32.sh65 static int debug; /* set to 1 for debug output */
137 if (debug != 0 &&n == 0 && arg != 5)
/freebsd-current/usr.bin/banner/
H A Dbanner.c1011 static int debug, i, j, linen, max, nchars, pc, term, trace, x, y; variable
1024 debug = 1;
1075 if (debug) {
/freebsd-current/libexec/tftpd/
H A Dtftpd.c141 debug++;
143 debug += atoi(optarg);
145 debug |= debug_finds(optarg);
272 if (debug & DEBUG_ACCESS)
293 if (debug & DEBUG_ACCESS) {
304 if (debug & DEBUG_ACCESS)
573 if (debug & DEBUG_SIMPLE)
579 if (debug & DEBUG_SIMPLE)
806 if (debug & DEBUG_SIMPLE)
813 if (debug
[all...]
H A Dtftp-options.c178 if (debug & DEBUG_OPTIONS)
207 if (debug & DEBUG_OPTIONS)
269 if (debug & DEBUG_OPTIONS)
323 if (debug & DEBUG_OPTIONS)
358 if (debug & DEBUG_OPTIONS)
435 if (debug & DEBUG_OPTIONS)
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_pcf.c82 if (debug)
175 if (debug)
207 if (debug)
/freebsd-current/contrib/openresolv/
H A Dconfigure19 --debug) DEBUG=$var;;
20 --disable-debug) DEBUG=no;;
21 --enable-debug) DEBUG=yes;;
/freebsd-current/usr.sbin/rpc.statd/
H A Dprocs.c126 if (debug)
168 if (debug)
266 if (debug)
305 if (debug)
326 Notes: Standardised mechanism for debug purposes
344 if (debug) syslog(LOG_DEBUG, "simu_crash called!!");
391 if (debug) syslog(LOG_DEBUG, "notify from host %s, new state %d",
/freebsd-current/share/mk/
H A Dbsd.prog.mk105 .if !${COMPILER_FEATURES:Mcompressed-debug}
131 # Use ${DEBUGDIR} for base system debug files, else .debug subdirectory
141 DEBUGFILEDIR?= ${BINDIR}/.debug
216 ${PROG}: ${PROG_FULL} ${PROGNAME}.debug
217 ${OBJCOPY} --strip-debug --add-gnu-debuglink=${PROGNAME}.debug \
220 ${PROGNAME}.debug: ${PROG_FULL}
221 ${OBJCOPY} --only-keep-debug ${PROG_FULL} ${.TARGET}
260 CLEANFILES+= ${PROG_FULL} ${PROGNAME}.debug
[all...]
/freebsd-current/contrib/tcpdump/
H A Dmakemib58 debug=0;
186 if (debug)
/freebsd-current/contrib/ntp/libparse/
H A Dmfp_mul.c140 if (debug > 6)
165 if (debug > 6)
196 * conditional debug support
/freebsd-current/contrib/openbsm/bin/auditd/
H A Dauditd_fbsd.c71 auditd_openlog(int debug, gid_t __unused gid) argument
75 if (debug)
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dport-prngd.c154 debug("trying egd/prngd port %d", PRNGD_PORT);
159 debug("trying egd/prngd socket %s", PRNGD_SOCKET);
/freebsd-current/lib/libdevinfo/
H A Ddevinfo.c87 # define debug(...) do { \
93 # define debug(...) macro
118 debug("get interface version");
131 debug("generation count is %d", ubus.ub_generation);
162 debug("scan failed after %d retries", retries);
262 debug("fetched %d devices", dev_idx);
364 debug("fetched %d resources", res_idx);
366 debug("scanned %d resource managers", rman_idx);
/freebsd-current/libexec/rtld-elf/
H A Ddebug.c35 #include "debug.h"
44 int debug = 0; variable
49 if (debug) {

Completed in 352 milliseconds

1234567891011>>