Home
last modified time | relevance | path

Searched refs:debug (Results 101 – 125 of 1843) sorted by relevance

12345678910>>...74

/freebsd/contrib/unifdef/
H A Dunifdef.c232 static void debug(const char *, ...);
782 debug("process line %d %s -> %s depth %d", in process()
866 debug("parser insert newline at EOF", linenum); in parseline()
871 debug("parser concatenate dangling whitespace"); in parseline()
881 debug("parser line %d state %s comment %s line", linenum, in parseline()
939 debug("eval division by zero"); in op_div()
1036 debug("eval%d !", prec(ops)); in eval_unary()
1046 debug("eval%d ~", prec(ops)); in eval_unary()
1056 debug("eval%d -", prec(ops)); in eval_unary()
1067 debug("eval%d (", prec(ops)); in eval_unary()
[all …]
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dmerge.c182 debug(3, "Adding mapping %u <%x> => %u <%x>\n", srcid, srcid, tgtid, tgtid); in add_mapping()
412 debug(3, "equiv_node matched %d <%x> %d <%x>\n", in equiv_cb()
447 debug(3, "map_td_tree_post on %d <%x> %s\n", ctdp->t_id, ctdp->t_id,tdesc_name(ctdp)); in map_td_tree_post()
455 debug(3, "Creating new defn type %d <%x>\n", id, id); in map_td_tree_post()
476 debug(3, "Creating new type %d <%x>\n", id, id); in map_td_tree_post()
501 debug(3, "Self check found %d <%x> in %d <%x>\n", ctdp->t_id, in map_td_tree_self_post()
519 debug(3, "Creating new type %d <%x>\n", id, id); in map_td_tree_self_post()
628 debug(3, "suppressing duping of %d %s from %s\n", in iidesc_match()
670 debug(3, "tba %s (%d)\n", (sii->ii_name ? sii->ii_name : "(anon)"), in merge_type_cb()
698 debug(3, "Remap couldn't find %d <%x> (from %d <%x>)\n", template.t_id, in remap_node()
[all …]
/freebsd/contrib/pam-krb5/tests/data/scripts/bad-authtok/
H A Dtry-first-debug1 # Test try_first_pass with a bad initial AUTHTOK and debug. -*- conf -*-
11 auth = try_first_pass no_ccache debug
12 account = no_ccache debug
13 session = no_ccache debug
H A Duse-first-debug1 # Test use_first_pass with a bad initial AUTHTOK and debug. -*- conf -*-
11 auth = use_first_pass no_ccache debug
12 account = no_ccache debug
13 session = no_ccache debug
/freebsd/crypto/openssl/util/
H A Dfind-doc-nits29 my $debug = 0;
190 cluck "DEBUG[files]: This is how we got here!" if $debug;
191 print STDERR "DEBUG[files]: tags: $tags_as_key\n" if $debug;
199 if $debug;
217 if $debug;
232 if $debug;
267 if ($debug) {
348 print STDERR "DEBUG[name_synopsis] \$line = '$line'\n" if $debug;
412 print STDERR "DEBUG[name_synopsis] \$sym = '$sym'\n" if $debug;
589 if $debug;
[all …]
/freebsd/usr.sbin/bhyve/
H A Dgdb.c258 debug(const char *fmt, ...) in debug() function
281 #define debug(...) macro
623 debug("-> %.*s\n", (int)cur_resp.len, io_buffer_head(&cur_resp)); in finish_packet()
802 debug("$vCPU %d reporting swbreak\n", stopped_vcpu); in report_stop()
806 debug("$vCPU %d reporting step\n", stopped_vcpu); in report_stop()
808 debug("$vCPU %d reporting ???\n", stopped_vcpu); in report_stop()
856 debug("$vCPU %d suspending\n", vcpuid); in _gdb_cpu_suspend()
863 debug("$vCPU %d resuming\n", vcpuid); in _gdb_cpu_suspend()
924 debug("$vCPU %d starting\n", vcpuid); in gdb_cpu_add()
932 debug("$vCPU %d enabled breakpoint exits\n", vcpuid); in gdb_cpu_add()
[all …]
/freebsd/contrib/pam-krb5/tests/data/scripts/cache/
H A Dsearch-k5login-debug1 # Test authentication with search_k5login and debug. -*- conf -*-
11 auth = force_first_pass search_k5login debug
12 account = search_k5login debug
13 session = debug
/freebsd/contrib/pam-krb5/tests/data/scripts/no-cache/
H A Dprompt-fail-debug1 # Test failed password authentication with debug logging. -*- conf -*-
11 auth = no_ccache debug
12 account = no_ccache debug
13 session = no_ccache debug
/freebsd/crypto/openssl/Configurations/
H A D50-cppbuilder.conf16 debug => "-Od -v -vi- -D_DEBUG",
30 debug => '-j"$(BDS)\lib\win32c\debug" ' .
75 debug => "-Od -v -vi- -D_DEBUG",
89 debug => '-j"$(BDS)\lib\win64\debug" ' .
/freebsd/crypto/openssh/
H A Ddns.c219 debug("skipped DNS lookup for numerical hostname"); in verify_host_key_dns()
232 debug("found %d secure fingerprints in DNS", in verify_host_key_dns()
235 debug("found %d insecure fingerprints in DNS", in verify_host_key_dns()
292 debug("matching host key fingerprint found in DNS"); in verify_host_key_dns()
294 debug("mismatching host key fingerprint found in DNS"); in verify_host_key_dns()
296 debug("no host key fingerprint found in DNS"); in verify_host_key_dns()
/freebsd/contrib/netbsd-tests/lib/libc/db/
H A Dt_db_hash_seq.c89 static int debug = 0; variable
139 if (debug > 1) { in state_del()
170 if (debug > 1)
196 if (debug > 1) { in state_put()
226 if (debug > 1) in state_iterate()
230 if (debug > 1) in state_iterate()
265 if (debug > 1) in testdb()
/freebsd/stand/libsa/
H A Drpc.c119 if (debug) in rpc_call()
168 if (debug) in rpc_call()
188 if (debug) in rpc_call()
224 if (debug) in recvrpc()
238 if (debug) in recvrpc()
248 if (debug) in recvrpc()
387 if (debug) in rpc_getport()
424 if (debug) in rpc_getport()
/freebsd/libexec/tftpd/
H A Dtftp-io.c144 if (debug & DEBUG_PACKETS) in send_error()
162 if (debug & DEBUG_PACKETS) in send_error()
182 if (debug & DEBUG_PACKETS) in send_wrq()
230 if (debug & DEBUG_PACKETS) in send_rrq()
279 if (debug & DEBUG_PACKETS) in send_oack()
325 if (debug & DEBUG_PACKETS) in send_ack()
354 if (debug & DEBUG_PACKETS) in send_data()
387 if (debug & DEBUG_PACKETS) in receive_packet()
441 if (debug & DEBUG_PACKETS) in receive_packet()
/freebsd/usr.sbin/makefs/
H A Dffs.c223 if (debug & DEBUG_FS_PARSE_OPTS) in ffs_parse_opts()
262 if (debug & DEBUG_FS_MAKEFS) in ffs_makefs()
287 if (debug & DEBUG_FS_MAKEFS) in ffs_makefs()
298 if (debug & DEBUG_FS_MAKEFS) in ffs_makefs()
333 if (debug & DEBUG_FS_VALIDATE) { in ffs_validate()
382 if (debug & DEBUG_FS_VALIDATE) in ffs_validate()
439 if (debug & DEBUG_FS_VALIDATE) { in ffs_validate()
530 if (debug & DEBUG_FS_CREATE_IMAGE) in ffs_create_image()
558 if (debug & DEBUG_FS_CREATE_IMAGE) in ffs_create_image()
570 if (debug & DEBUG_FS_CREATE_IMAGE) { in ffs_create_image()
[all …]
H A Dwalk.c133 if (debug & DEBUG_WALK_DIR) in walk_dir()
161 if (debug & DEBUG_WALK_DIR_NODE) in walk_dir()
170 if (debug & DEBUG_WALK_DIR_NODE) in walk_dir()
186 if (debug & DEBUG_WALK_DIR_NODE) in walk_dir()
215 if (debug & DEBUG_WALK_DIR_LINKCHECK) in walk_dir()
321 if (debug & DEBUG_APPLY_SPECFILE) in apply_specfile()
355 if (debug & DEBUG_APPLY_SPECFILE) in apply_specdir()
383 if (debug & DEBUG_APPLY_SPECONLY) { in apply_specdir()
394 if (debug & DEBUG_APPLY_SPECENTRY) in apply_specdir()
400 if (debug & DEBUG_APPLY_SPECENTRY) in apply_specdir()
[all …]
/freebsd/tools/build/options/
H A DWITH_DEBUG_FILES1 Strip debug info into a separate file for each executable binary
3 The debug files will be placed in a subdirectory of
4 .Pa /usr/lib/debug
/freebsd/sys/contrib/dev/athk/ath12k/
H A DKconfig21 Enable debug support, for example debug messages which must
24 If unsure, say Y to make it easier to debug problems. But if
33 If unsure, say Y to make it easier to debug problems. But if
/freebsd/sbin/fsck_ffs/
H A Dsuj.c343 if (debug) in blk_freemask()
472 if (debug) in blk_free()
564 if (debug) in ino_clrat()
614 if (debug) { in ino_isat()
633 if (debug) in ino_isat()
644 if (debug) in ino_isat()
670 if (debug) in ino_isat()
690 if (debug) in ino_isat()
727 if (debug) in indir_visit()
886 if (debug) in ino_adjblks()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonOpts.td47 "For COFF and Mach-O, remove all symbols, debug sections, and relocations">;
51 … HelpText<"Remove all symbols, debug sections and relocations. Compatible with GNU's --strip-all">;
53 def strip_debug : Flag<["--"], "strip-debug">,
54 HelpText<"Remove all debug sections">;
57 HelpText<"Alias for --strip-debug">;
94 : Flag<["--"], "only-keep-debug">,
96 "Produce a debug file as the output that only preserves contents of "
109 "Additionally, remove all debug sections">;
/freebsd/usr.sbin/bsdconfig/share/
H A Ddevice.subr244 debug= f_geom_find "" $GEOM_CLASS_DEV geoms
247 debug= $geom get name geom_name
271 debug= f_device_register device $devname "$desc" \
341 # Temporarily disable debugging to keep debug output light
342 local old_debug="$debug" debug=
405 debug="$old_debug"
417 debug= f_device_register device "$devname" "$desc" \
427 debug= f_struct "$p_provider_config" get \
429 debug= f_struct "$provider_config" get \
431 debug= f_device_register device "$devname" "$desc" \
[all …]
/freebsd/contrib/pam-krb5/tests/data/scripts/alt-auth/
H A Dfallback-debug1 # Test alternative authentication principal with debug logging. -*- conf -*-
11 auth = alt_auth_map=%%s/unknown-user no_ccache debug
12 account = alt_auth_map=%%s/unknown-user no_ccache debug
13 session = no_ccache debug
/freebsd/contrib/pam-krb5/tests/data/scripts/expired/
H A Dbasic-heimdal-old-debug11 auth = ignore_k5login debug
12 account = ignore_k5login debug
13 password = ignore_k5login debug
14 session = debug
H A Dbasic-mit-debug11 auth = ignore_k5login debug
12 account = ignore_k5login debug
13 password = ignore_k5login debug
14 session = debug
/freebsd/crypto/openssl/util/perl/TLSProxy/
H A DProxy.pm85 $debug) = @_;
86 return init($class, $filter, $execute, $cert, $debug, 0);
94 $debug) = @_;
95 return init($class, $filter, $execute, $cert, $debug, 1);
121 $debug,
182 debug => $debug,
348 if ($self->debug) {
454 if ($self->debug) {
665 sub debug subroutine
668 return $self->{debug};
/freebsd/contrib/lutok/
H A Ddebug.hpp58 class debug { class
69 debug(void);
70 ~debug(void);

12345678910>>...74