Home
last modified time | relevance | path

Searched refs:debug3 (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dmonitor_wrap.c705 debug3("%s entering", __func__); in mm_start_pam()
725 debug3("%s entering", __func__); in mm_do_pam_account()
743 debug3("%s returning %d", __func__, ret); in mm_do_pam_account()
755 debug3("%s", __func__); in mm_sshpam_init_ctx()
759 debug3("%s: waiting for MONITOR_ANS_PAM_INIT_CTX", __func__); in mm_sshpam_init_ctx()
764 debug3("%s: pam_init_ctx failed", __func__); in mm_sshpam_init_ctx()
780 debug3("%s", __func__); in mm_sshpam_query()
784 debug3("%s: waiting for MONITOR_ANS_PAM_QUERY", __func__); in mm_sshpam_query()
792 debug3("%s: pam_query returned %d", __func__, ret); in mm_sshpam_query()
815 debug3("%s", __func__); in mm_sshpam_respond()
[all …]
H A Dsftp-client.c232 debug3("Sent message fd %d T:%u I:%u", conn->fd_out, code, id); in send_string_request()
251 debug3("Sent message fd %d T:%u I:%u F:0x%04x M:%05o", in send_string_attrs_request()
281 debug3("SSH2_FXP_STATUS %u", status); in get_status()
375 debug3("Received stat reply T:%u I:%u F:0x%04x M:%05o", in get_decode_stat()
400 debug3("Received statvfs reply T:%u I:%u", type, id); in get_decode_statvfs()
564 debug3("server upload/download buffer sizes " in sftp_init()
577 debug3("server handle limit %llu; using %u", in sftp_init()
628 debug3("Sent message limits@openssh.com I:%u", id); in sftp_get_limits()
636 debug3("Received limits reply T:%u I:%u", type, msg_id); in sftp_get_limits()
676 debug3("Sent message SSH2_FXP_CLOSE I:%u", id); in sftp_close()
[all …]
H A Dauth-pam.c325 debug3("%s %d", __func__, reqd); in sshpam_password_change_required()
354 debug3("PAM: %s entering", __func__); in import_environments()
375 debug3("PAM: num env strings %u", num_env); in import_environments()
422 debug3("PAM: %s entering, %d messages", __func__, n); in sshpam_thread_conv()
622 debug3("PAM: %s entering", __func__); in sshpam_thread_cleanup()
637 debug3("PAM: %s entering, %d messages", __func__, n); in sshpam_null_conv()
650 debug3("PAM: %s called with %d messages", __func__, n); in sshpam_store_conv()
826 debug3("PAM: %s entering", __func__); in sshpam_init_ctx()
876 debug3("PAM: %s entering", __func__); in sshpam_query()
922 debug3("PAM: %s", pam_strerror(sshpam_handle, type)); in sshpam_query()
[all …]
H A Dsftp-server.c550 debug3("request %u: sent status %u", id, status); in send_status_errmsg()
750 debug3("request %u: open flags %d", id, pflags); in process_open()
787 debug3("request %u: close handle %u", id, handle); in process_close()
905 debug3("request %u: %sstat", id, do_lstat ? "l" : ""); in process_do_stat()
1092 debug3("request %u: opendir", id); in process_opendir()
1178 debug3("request %u: remove", id); in process_remove()
1199 debug3("request %u: mkdir", id); in process_mkdir()
1216 debug3("request %u: rmdir", id); in process_rmdir()
1238 debug3("request %u: realpath", id); in process_realpath()
1262 debug3("request %u: rename", id); in process_rename()
[all …]
H A Dauth-bsdauth.c75 debug3("bsdauth_query: style %s", in bsdauth_query()
114 debug3("bsdauth_respond: <%s> = <%d>", responses[0], authok); in bsdauth_respond()
H A Ddh.c476 debug3("using 2k bit group 14"); in dh_new_group_fallback()
479 debug3("using 4k bit group 16"); in dh_new_group_fallback()
482 debug3("using 8k bit group 18"); in dh_new_group_fallback()
H A Dssh.c1438 debug3("expanding RemoteCommand: %s", options.remote_command); in main()
1442 debug3("expanded RemoteCommand: %s", options.remote_command); in main()
1513 debug3("expanded UserKnownHostsFile '%s' -> " in main()
1526 debug3("expanded LocalForward listen path " in main()
1535 debug3("expanded LocalForward connect path " in main()
1547 debug3("expanded RemoteForward listen path " in main()
1556 debug3("expanded RemoteForward connect path " in main()
1613 debug3("applying channel timeout %s", in main()
1637 debug3("timeout: %d ms remain after connect", timeout_ms); in main()
1757 debug3("clear hostkey %d", i); in main()
[all …]
H A Dmsg.c76 debug3("ssh_msg_recv entering"); in ssh_msg_recv()
H A Dmoduli.c188 debug3("sieve_large %u", s32); in sieve_large()
472 debug3("wrote checkpoint line %lu to '%s'", in write_checkpoint()
622 debug3("skipping line %u, before checkpoint or " in prime_test()
H A Dauth2-pubkeyfile.c167 debug3("matched principal from key options \"%.100s\"", in match_principals_option()
219 debug3("%s: matched principal \"%.100s\"", in auth_check_principals_line()
H A Ddns.c216 debug3("verify_host_key_dns"); in verify_host_key_dns()
H A Dlog.h83 #define debug3(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG3, NULL, __VA_ARGS__) macro
H A Dsftp-common.c149 debug3("Got file attribute \"%.100s\" len %zu", in decode_attrib()
H A Dmisc.c107 debug3("fd %d is O_NONBLOCK", fd); in set_nonblock()
131 debug3("fd %d is not O_NONBLOCK", fd); in unset_nonblock()
674 debug3("put_host_port: %s", hoststr); in put_host_port()
1969 debug3("already daemonized"); in daemonized()
2619 debug3("sigaction(%s): %s", strsignal(signum), strerror(errno)); in ssh_signal()
H A Dsftp.c330 debug3("Executing %s -c \"%s\"", shell, args); in local_do_shell()
333 debug3("Executing %s", shell); in local_do_shell()
647 debug3("Looking up %s", abs_src); in process_get()
739 debug3("Looking up %s", src); in process_put()
2317 debug3("sigaction(%s): %s", strsignal(SIGINT), in interactive_loop()
H A Dsshconnect.c1748 debug3("Executing %s -c \"%s\"", shell, args); in ssh_local_cmd()
1777 debug3("no authentication agent, not adding key"); in maybe_add_key_to_agent()
1783 debug3("user denied adding this key"); in maybe_add_key_to_agent()
H A Dauth-options.c98 debug3("found certificate option \"%.100s\" len %zu", in cert_option_list()
H A Dsession.c859 debug3("Copy environment: %s=%s", var_name, var_val); in copy_environment_denylist()
1377 debug3("PAM session not opened, exiting"); in do_child()
H A Dssh-agent.c2033 debug3("out of fds (active %u >= limit %u); " in after_poll()
2092 debug3("out of fds (active %zu >= limit %u); " in prepare_poll()
H A Dclientloop.c1933 debug3("proxied to downstream: %s", ctype); in client_input_channel_open()
2755 debug3("Ignored env %s", name); in client_session2_setup()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dkeystone-k2hk-evm.dts46 debug3 {
47 label = "keystone:blue:debug3";
H A Domap4-sdp.dts67 label = "omap4:green:debug3";
/netbsd-src/sys/kern/
H A Dinit_sysctl.c620 struct ctldebug /* debug0, */ /* debug1, */ debug2, debug3, debug4; variable
625 &debug0, &debug1, &debug2, &debug3, &debug4,
/netbsd-src/sys/sys/
H A Dsysctl.h1001 extern struct ctldebug debug0, debug1, debug2, debug3, debug4;
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
H A Dapq8016-sbc.dtsi407 &debug3 { status = "okay"; };

12