| /freebsd/tools/test/stress2/misc/ |
| H A D | rdwr.sh | 46 oldclamp=`sysctl debug.devfs_iosize_max_clamp 2>/dev/null | 49 [ "$oldclamp" = "1" ] && sysctl debug.devfs_iosize_max_clamp=0 55 [ "$oldclamp" = "1" ] && sysctl debug.devfs_iosize_max_clamp=1
|
| H A D | fcntl.sh | 85 int debug, r; 87 debug = 0; /* set to "1" for debug output. */ 112 if (debug != 0)
|
| H A D | graid1_6.sh | 42 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 D | graid1_8.sh | 40 old=`sysctl -n kern.geom.mirror.debug` 41 sysctl kern.geom.mirror.debug=-1 | grep -q -- -1 || 42 sysctl kern.geom.mirror.debug=$old > /dev/null
|
| /freebsd/crypto/openssl/test/ |
| H A D | dtls_mtu_test.c | 24 static int debug = 0; variable 77 if (debug) in mtu_test() 85 if (debug) in mtu_test() 108 if (debug) in mtu_test()
|
| /freebsd/usr.bin/dpv/ |
| H A D | dpv.c | 48 static uint8_t debug = FALSE; variable 293 debug = TRUE; in main() 294 config->debug = debug; in main() 468 if (dpv(config, file_list) != 0 && debug) in main() 494 if (debug) /* No need for usage */ in usage()
|
| /freebsd/contrib/blocklist/bin/ |
| H A D | conf.c | 264 if (debug) in conf_gethostport() 282 if (debug) in conf_gethostport() 288 if (debug) in conf_gethostport() 508 if (debug > 1) { in conf_amask_eq() 596 if (debug) { in conf_addr_set() 724 if (debug > 1) \ in conf_match() 878 if (debug) { in conf_apply() 890 if (debug) in conf_apply() 903 if (debug) { in conf_merge() 920 if (debug) in conf_merge() [all …]
|
| /freebsd/sbin/ipf/libipf/ |
| H A D | debug.c | 20 debug(int level, char *fmt, ...) in debug() function 40 debug(0x1fffffff, fmt, pvar); in ipfkdebug()
|
| /freebsd/libexec/rpc.rquotad/ |
| H A D | rquotad.c | 40 static int debug = 0; variable 64 debug++; in main() 76 if (!debug) in main() 301 if (debug) in getfsquota() 310 if (debug) in getfsquota()
|
| /freebsd/usr.sbin/ypldap/ |
| H A D | ypldap.c | 501 int debug; in main() local 511 debug = 0; in main() 519 debug = 2; in main() 527 debug = 2; in main() 560 log_init(debug); in main() 562 if (!debug) { in main() 567 log_info("startup%s", (debug > 1)?" [debug mode]":""); in main() 610 #warning disabling privilege revocation in debug mode in main()
|
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | Kconfig | 34 Enables debug support 36 If unsure, say Y to make it easier to debug problems. 44 If unsure, say Y to make it easier to debug problems.
|
| /freebsd/contrib/ntp/libntp/ |
| H A D | ssl_init.c | 126 if (debug) { in keytype_from_text() 155 if (debug) { in keytype_from_text()
|
| /freebsd/contrib/pam-krb5/tests/data/scripts/basic/ |
| H A D | no-context-debug | 11 auth = debug 12 account = debug 13 session = debug
|
| /freebsd/crypto/openssh/ |
| H A D | auth-pam.c | 370 debug("PAM: num PAM env strings %u", num_env); in import_environments() 670 debug("PAM: cleanup"); in sshpam_cleanup() 673 debug("PAM: closing session"); in sshpam_cleanup() 678 debug("PAM: deleting credentials"); in sshpam_cleanup() 717 debug("PAM: initializing for \"%s\" with service \"%s\"", user, in sshpam_init() 740 debug("PAM: setting PAM_RHOST to \"%s\"", sshpam_rhost); in sshpam_init() 767 debug("PAM: setting PAM_TTY to \"ssh\""); in sshpam_init() 917 debug("PAM: %s", **prompts); in sshpam_query() 1084 debug("%s: called", __func__); in do_pam_account() 1114 debug("PAM: establishing credentials"); in do_pam_setcred() [all …]
|
| H A D | clientloop.c | 279 debug("Invalid character '%c' in DISPLAY", display[i]); in client_x11_display_valid() 312 debug("No xauth program."); in client_x11_get_proto() 962 debug("pledge: network"); in client_repledge() 967 debug("pledge: agent"); in client_repledge() 971 debug("pledge: fork"); in client_repledge() 1455 debug("Entering interactive session."); in client_loop() 1460 debug("pledge: id"); in client_loop() 1466 debug("pledge: exec"); in client_loop() 1472 debug("pledge: filesystem"); in client_loop() 1479 debug("pledge: proc"); in client_loop() [all …]
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | debug.h | 104 #define ATH10K_DFS_STAT_INC(ar, c) (ar->debug.dfs_stats.c++) 117 return ar->debug.fw_dbglog_mask; in ath10k_debug_get_fw_dbglog_mask() 122 return ar->debug.fw_dbglog_level; in ath10k_debug_get_fw_dbglog_level() 127 return ar->debug.enable_extd_tx_stats; in ath10k_debug_is_extd_tx_stats_enabled()
|
| /freebsd/usr.sbin/rpc.yppasswdd/ |
| H A D | yppasswdd_main.c | 83 int debug; variable 174 debug = 1; in main() 251 debug = 0; in main() 263 if (!debug && _rpcpmstart == 0) { in main()
|
| /freebsd/sbin/fsck_ffs/ |
| H A D | fsutil.c | 110 if (debug) in ftypeok() 321 if (debug && bp->b_size != size) { in getdatablk() 384 if (debug && bp->b_type != type) { in getdatablk() 404 if (debug) { in getblk() 409 if (debug) { in getblk() 481 if (debug && sblock.fs_magic == FS_UFS2_MAGIC) { in flush() 524 if (debug) in snapflush() 630 if (debug && cachelookups > 0) in ckfini() 650 if (debug) in ckfini() 667 if (debug) in ckfini() [all …]
|
| /freebsd/usr.bin/calendar/ |
| H A D | calendar.c | 52 int debug = 0; variable 107 debug = 1; in main() 192 if (debug) in main()
|
| /freebsd/tools/regression/fsx/ |
| H A D | fsx.c | 111 int debug = 0; /* -d flag */ variable 460 (debug && in doread() 539 (debug && in domapread() 611 (debug && in dowrite() 669 (debug && in domapwrite() 728 (debug && (monitorstart == -1 || monitorend == -1 || in dotruncate() 771 if (debug) in docloseopen() 794 if (debug) in doinvl() 839 debug = 1; in test() 1019 debug = 1; in main() [all …]
|
| /freebsd/usr.sbin/ypserv/ |
| H A D | yp_dnslookup.c | 275 if (debug) in yp_send_dns_reply() 352 if (debug) in yp_run_dnsq() 380 if (debug) in yp_run_dnsq() 452 if (debug) in yp_async_lookup_name() 513 if (debug) in yp_async_lookup_addr() 540 if (debug) in yp_async_lookup_addr()
|
| /freebsd/usr.sbin/makefs/ |
| H A D | makefs.c | 84 u_int debug; variable 114 debug = 0; in main() 179 debug = strtoll(optarg, NULL, 0); in main() 287 if (debug) { in main() 288 printf("debug mask: 0x%08x\n", debug); in main() 346 if (debug & DEBUG_DUMP_FSNODES) { in main()
|
| /freebsd/crypto/heimdal/lib/hx509/ |
| H A D | test_pkcs11.in | 45 debug p11dbg.log 55 debug p11dbg.log
|
| /freebsd/stand/kshim/ |
| H A D | sysinit.h | 41 #define SYSINIT_ENTRY(uniq, keyword, msb, lsb, g_type, g_name, debug) \ argument 46 .b_debug_info = { debug }, \
|
| /freebsd/usr.sbin/bsdinstall/ |
| H A D | bsdinstall | 70 f_isset debugFile || debug= 73 if [ "$debug" ]; then
|