| /freebsd/contrib/pam-krb5/tests/data/scripts/fast/ | 
| H A D | ccache-debug | 1 # Test FAST with an existing ticket cache, with debug.  -*- conf -*-11     auth = force_first_pass no_ccache fast_ccache=%0 debug
 
 | 
| H A D | no-ccache-debug | 1 # Test FAST with an existing ticket cache, with debug.  -*- conf -*-11     auth = force_first_pass no_ccache fast_ccache=%0BAD debug
 
 | 
| H A D | anonymous-debug | 1 # Test FAST with an existing ticket cache, with debug.  -*- conf -*-11     auth = force_first_pass no_ccache anon_fast debug
 
 | 
| /freebsd/contrib/llvm-project/lldb/source/Core/ | 
| H A D | CoreProperties.td | 7 …debug-file-search-paths and directory of the executable are always checked first for separate debu…16 …bols with dsymForUUID (or an equivalent script/binary) for relevant images in the debug session.">;
 21   def SymLinkPaths: Property<"debug-info-symlink-paths", "FileSpecList">,
 28 …esc<"Enable caching for debug sessions in LLDB. LLDB can cache data for each module for improved p…
 48 …Desc<"Enable on demand symbol loading in LLDB. LLDB will load debug info on demand for each module…
 62 …i.normal}{ ${module.file.basename}{`${function.name-with-args}{${frame.no-debug}${function.pc-offs…
 118 …Desc<"If true, LLDB will use the column information from the debug info to mark the current positi…
 141 …rame.pc}}{ ${module.file.basename}{`${function.name-with-args}{${frame.no-debug}${function.pc-offs…
 197 …ormal}{ ${module.file.basename}{`${function.name-without-args}{${frame.no-debug}${function.pc-offs…
 
 | 
| /freebsd/tools/test/stress2/misc/ | 
| H A D | mmap32.sh | 65 static int debug; /* set to 1 for debug output */137 	if (debug != 0 &&n == 0 && arg != 5)
 
 | 
| /freebsd/contrib/pam-krb5/tests/data/scripts/trace/ | 
| H A D | supported | 11     auth    = force_first_pass no_ccache trace=%0 debug12     account = no_ccache trace=%0 debug
 13     session = no_ccache trace=%0 debug
 
 | 
| /freebsd/contrib/pam-krb5/tests/data/scripts/basic/ | 
| H A D | ignore-root-debug | 11     auth     = ignore_root debug12     password = ignore_root debug
 
 | 
| /freebsd/libexec/atrun/ | 
| H A D | atrun.c | 90 static int debug = 0;  variable405     if (debug)  in perr()
 425     if (debug)  in perrx()
 490 	    debug ++;  in main()
 582     if (debug)  in usage()
 
 | 
| /freebsd/libexec/rc/ | 
| H A D | rc.shutdown | 69 	debug "Initiating watchdog timer."101 	debug "run_rc_script $_rc_elem faststop"
 
 | 
| /freebsd/sys/dev/thunderbolt/ | 
| H A D | tb_debug.h | 82 void tbdbg_dprintf(device_t dev, u_int debug, u_int val, const char *fmt, ...) __printflike(4, 5);86 	tbdbg_dprintf((sc)->dev, (sc)->debug, level, ##fmt)
 
 | 
| /freebsd/sys/dev/ciss/ | 
| H A D | ciss.c | 718     debug(1, "config struct at %p", sc->ciss_cfg);  in ciss_init_pci()1958     debug(0, "bringing logical drive %d back online", ldrive);  in ciss_accept_media()
 2133     debug(2, "post command %d tag %d ", cr->cr_tag, cr->cr_cc->header.host_tag);  in ciss_start()
 2180 	debug(2, "completed command %d%s", index,  in ciss_done()
 2212 	debug(2, "completed command %d%s\n", index,  in ciss_perf_done()
 2367 	debug(2, "ignoring irrelevant under/overrun error");  in _ciss_report_request()
 2709 	    debug(0, "copyin: bad data buffer %p/%d", ioc->buf, ioc->buf_size);  in ciss_user_command()
 2727 	debug(0, "request failed - %d", error);  in ciss_user_command()
 2745 	debug(0, "copyout: bad data buffer %p/%d", ioc->buf, ioc->buf_size);  in ciss_user_command()
 3044 …debug(1, "XPT_CALC_GEOMETRY %d:%d:%d", cam_sim_bus(sim), ccb->ccb_h.target_id, ccb->ccb_h.target_l…  in ciss_cam_action()
 [all …]
 
 | 
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ | 
| H A D | ObjcopyOpts.td | 35     : Joined<["--"], "compress-debug-sections=">,37       HelpText<"Compress DWARF debug sections using specified format. Supported "
 39 def : Flag<["--"], "compress-debug-sections">, Alias<compress_debug_sections>,
 41 def decompress_debug_sections : Flag<["--"], "decompress-debug-sections">,
 42                                 HelpText<"Decompress DWARF debug sections">;
 55     : Eq<"add-gnu-debuglink", "Add a .gnu_debuglink for <debug-file>">,
 56       MetaVarName<"debug-file">;
 93          "alloc, load, noload, readonly, exclude, debug, code, "
 274          "compatibility: debug, constructor, warning, indirect, synthetic, "
 
 | 
| /freebsd/stand/libsa/ | 
| H A D | nfs.c | 205 	if (debug)  in nfs_getrootfh()270 	if (debug)  in nfs_lookupfh()
 342 	if (debug)  in nfs_readlink()
 488  	if (debug)  in nfs_open()
 648 	if (debug)  in nfs_open()
 663 	if (debug)  in nfs_close()
 684 	if (debug)  in nfs_read()
 694 			if (debug)  in nfs_read()
 701 			if (debug)  in nfs_read()
 
 | 
| /freebsd/sys/dev/qat/include/common/ | 
| H A D | adf_transport_internal.h | 10 	struct sysctl_oid *debug;  member48 	struct sysctl_oid *debug;  member
 
 | 
| /freebsd/crypto/openssl/util/ | 
| H A D | ck_errf.pl | 21 my $debug      = 0;56         $debug = 1;
 
 | 
| /freebsd/contrib/pam-krb5/tests/data/scripts/alt-auth/ | 
| H A D | basic-debug | 11     auth    = alt_auth_map=%1 force_first_pass no_ccache debug12     account = alt_auth_map=%1 no_ccache debug
 
 | 
| /freebsd/usr.bin/banner/ | 
| H A D | banner.c | 1011 static int	debug, i, j, linen, max, nchars, pc, term, trace, x, y;  variable1024 			debug = 1;  in main()
 1075 	if (debug) {  in main()
 
 | 
| /freebsd/crypto/openssh/ | 
| H A D | packet.c | 705 			debug("compress outgoing: " in ssh_packet_close_internal() 716 			debug("compress incoming: " in ssh_packet_close_internal()
 790 	debug("Enabling compression at level %d.", level); in start_compression_out()
 1043 	debug("rekey %s after %llu blocks", dir, in ssh_set_newkeys()
 1143 /* Used to mute debug logging for noisy packet types */
 1209 		DBG(debug("compression: raw %d compressed %zd", len, in ssh_packet_send2_wrapped()
 1264 	DBG(debug("send: len %d (includes padlen %d, aadlen %d)", in ssh_packet_send2_wrapped()
 1273 		DBG(debug("done calc MAC out #%d", state->p_send.seqnr)); in ssh_packet_send2_wrapped()
 1290 			DBG(debug("done calc MAC(EtM) out #%d", in ssh_packet_send2_wrapped()
 1363 		debug("enqueu in ssh_packet_send2()
 [all...]
 | 
| /freebsd/contrib/lutok/ | 
| H A D | Makefile.am | 39 pkginclude_HEADERS += debug.hpp49 EXTRA_DIST += include/lutok/debug.hpp
 59 liblutok_la_SOURCES += debug.cpp
 60 liblutok_la_SOURCES += debug.hpp
 
 | 
| /freebsd/usr.bin/patch/ | 
| H A D | util.c | 61 		if (debug & 4)  in move_file()79 	if (debug & 4)  in move_file()
 150 	if (debug & 4)  in backup_file()
 364 	if (debug & 128)  in fetchname()
 
 | 
| /freebsd/crypto/openssh/openbsd-compat/ | 
| H A D | port-linux.c | 60 		debug("SELinux support %s", enabled ? "enabled" : "disabled");  in ssh_selinux_enabled()291 					debug("Set %s from %d to %d",  in oom_adjust_setup()
 315 		debug("Set %s to %d", oom_adj_path, oom_adj_save);  in oom_adjust_restore()
 331 		debug("memory locked");  in memlock_onfault_setup()
 
 | 
| /freebsd/sys/contrib/dev/rtw89/ | 
| H A D | Kconfig | 142 	bool "Realtek rtw89 debug message support"146 	  Enable debug message support
 148 	  If unsure, say Y to simplify debug problems
 157 	  If unsure, say Y to simplify debug problems
 
 | 
| /freebsd/share/syscons/keymaps/ | 
| H A D | colemak-dh.iso15.acc.kbd | 12   001   esc    esc    esc    esc    esc    esc    debug  debug   O103   092   nscr   nscr   nop    nop    debug  debug  debug  debug   O
 
 | 
| H A D | colemak.iso15.acc.kbd | 66   001   esc    esc    esc    esc    esc    esc    debug  debug   O107   092   nscr   nscr   nop    nop    debug  debug  debug  debug   O
 
 | 
| /freebsd/sys/contrib/device-tree/src/arm64/hisilicon/ | 
| H A D | hi6220.dtsi | 967 		debug@f6590000 {968 			compatible = "arm,coresight-cpu-debug","arm,primecell";
 975 		debug@f6592000 {
 976 			compatible = "arm,coresight-cpu-debug","arm,primecell";
 983 		debug@f6594000 {
 984 			compatible = "arm,coresight-cpu-debug","arm,primecell";
 991 		debug@f6596000 {
 992 			compatible = "arm,coresight-cpu-debug","arm,primecell";
 999 		debug@f65d0000 {
 1000 			compatible = "arm,coresight-cpu-debug","arm,primecell";
 [all …]
 
 |