Home
last modified time | relevance | path

Searched refs:debug (Results 226 – 250 of 1843) sorted by relevance

12345678910>>...74

/freebsd/contrib/pam-krb5/tests/data/scripts/long/
H A Duse-first-debug1 # Test use_first_pass with a long password and debug. -*- conf -*-
8 auth = use_first_pass debug
H A Dpassword-debug1 # Test excessively long password handling with debug logging. -*- conf -*-
8 auth = debug
/freebsd/contrib/netbsd-tests/ipf/regress/
H A Di191 block in quick log level user.debug proto icmp all
9 block in quick log level cron.debug proto icmp all
17 block in quick log level local4.debug proto icmp all
/freebsd/libexec/bootpd/tools/bootpef/
H A Dbootpef.c87 int debug = 0; /* Debugging flag (level) */ variable
170 debug++; in main()
182 debug = n; in main()
/freebsd/tools/test/stress2/misc/
H A Dgraid1_2.sh47 old=`sysctl -n kern.geom.mirror.debug`
48 sysctl kern.geom.mirror.debug=-1 | grep -q -- -1 ||
49 sysctl kern.geom.mirror.debug=$old > /dev/null
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
/freebsd/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/contrib/pam-krb5/tests/data/scripts/trace/
H A Dunsupported11 auth = force_first_pass no_ccache trace=%0 debug
12 account = no_ccache trace=%0 debug
13 session = no_ccache trace=%0 debug
/freebsd/usr.sbin/makefs/
H A Dmsdos.c118 if (debug & DEBUG_FS_PARSE_OPTS) in msdos_parse_opts()
187 if (debug & DEBUG_FS_MAKEFS) in msdos_makefs()
200 if (debug & DEBUG_FS_MAKEFS) in msdos_makefs()
204 if (debug & DEBUG_FS_MAKEFS) in msdos_makefs()
/freebsd/usr.sbin/autofs/
H A Dautomountd.c439 int ch, debug = 0, error, maxproc = 30, retval, saved_errno; in main_automountd() local
454 debug++; in main_automountd()
458 debug++; in main_automountd()
470 debug++; in main_automountd()
481 log_init(debug); in main_automountd()
H A Dautounmountd.c267 int ch, debug = 0, error, kq; in main_autounmountd() local
275 debug++; in main_autounmountd()
284 debug++; in main_autounmountd()
300 log_init(debug); in main_autounmountd()
/freebsd/contrib/pam-krb5/tests/data/scripts/pkinit/
H A Dtry-pkinit-debug1 # Test optional PKINIT auth w/debug. -*- conf -*-
11 auth = debug no_ccache try_pkinit pkinit_user=FILE:%0
H A Dtry-pkinit-debug-mit1 # Test optional PKINIT auth w/debug. -*- conf -*-
11 auth = debug no_ccache try_pkinit pkinit_user=FILE:%0
/freebsd/usr.sbin/bsdconfig/share/
H A Dcommon.subr78 # disable truncating the debug file when initializing). To get child processes
89 # d Sets $debug to 1
125 # Sensible debug function. Override in ~/.bsdconfigrc if desired.
128 # If $debug is set and non-NULL, prints DEBUG info using printf(1) syntax:
135 [ "$debug" ] || return $SUCCESS
161 d) debug=1 ;;
166 f_dprintf "f_debug_init: debug=[%s] debugFile=[%s]" \
167 "$debug" "$debugFile"
172 [ "$debugFile" ] && { [ "${debug+set}" ] || debug=1; }
177 [ "$debug" ] && export debug
[all …]
/freebsd/contrib/ntp/ntpd/
H A Dntpd.c412 debug = OPT_VALUE_SET_DEBUG_LEVEL; in main()
492 if (debug > 1) in set_process_priority()
856 debug = OPT_VALUE_SET_DEBUG_LEVEL;
864 || debug
992 * overide any '-n' (nofork) or '-d' (debug) option presented on
1776 if (debug)
1805 if (debug)
1854 if (debug < 255)
1856 debug++;
1857 msyslog(LOG_DEBUG, "debug raise
[all...]
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DStripOpts.td14 HelpText<"Alias for --strip-debug">;
17 HelpText<"Alias for --strip-debug">;
/freebsd/libexec/bootpd/
H A Dreport.c25 extern int debug;
105 if (stderr_only || (debug > 2)) { in report()
/freebsd/contrib/openresolv/
H A Dconfigure19 --debug) DEBUG=$var;;
20 --disable-debug) DEBUG=no;;
21 --enable-debug) DEBUG=yes;;
/freebsd/contrib/kyua/doc/
H A DMakefile.am.inc77 man_MANS += doc/kyua-debug.1
78 CLEANFILES += doc/kyua-debug.1
79 EXTRA_DIST += doc/kyua-debug.1.in
80 doc/kyua-debug.1: $(srcdir)/doc/kyua-debug.1.in $(MAN_DEPS)
81 $(AM_V_GEN)name=kyua-debug.1; $(BUILD_MANPAGE)
/freebsd/crypto/openssl/test/
H A Dssl_old_test.c627 static int debug = 0; variable
946 debug = 0; in main()
1003 debug = 1; in main()
1616 if (debug) in main()
2036 if (debug) in doit_localhost()
2065 if (debug) in doit_localhost()
2088 if (debug) in doit_localhost()
2115 if (debug) in doit_localhost()
2139 if (debug) in doit_localhost()
2160 if (debug) in doit_localhost()
[all …]
/freebsd/sbin/savecore/tests/
H A Dlivedump_test.sh20 if ! [ -f /usr/lib/debug/${kernel}.debug ]; then
/freebsd/crypto/openssh/contrib/cygwin/
H A DREADME24 --debug -d Enable shell's debug output.
55 --debug -d Enable shell's debug output.
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/
H A Dkeystone-k2hk-evm.dts31 led-debug-1-1 {
36 led-debug-1-2 {
41 led-debug-2 {
46 led-debug-3 {
/freebsd/crypto/openssh/
H A Dssh.c511 debug("Canonicalized hostname \"%s\" => \"%s\"", in resolve_canonicalize()
1210 debug("%s, %s", SSH_RELEASE, SSH_OPENSSL_VERSION); in main()
1223 debug("configuration requests final Match pass"); in main()
1281 debug("hostname canonicalisation enabled, " in main()
1287 debug("re-parsing configuration"); in main()
1358 debug("Setting implicit ProxyCommand from ProxyJump: %s", in main()
1375 debug("UpdateHostKeys=ask is incompatible with " in main()
1381 debug("UpdateHostKeys=ask is incompatible with " in main()
1659 debug("Authenticator provider %s did not resolve; " in main()
1781 debug("HostbasedAuthentication enabled but no " in main()
[all …]

12345678910>>...74