Home
last modified time | relevance | path

Searched refs:fatal_add_cleanup (Results 1 – 15 of 15) sorted by relevance

/titanic_44/usr/src/cmd/ssh/ssh/
H A Dsshtty.c97 fatal_add_cleanup((void (*) (void *)) leave_raw_mode, NULL); in enter_raw_mode()
H A Dclientloop.c160 fatal_add_cleanup((void (*) (void *)) leave_non_blocking, NULL); in enter_non_blocking()
/titanic_44/usr/src/cmd/ssh/include/
H A Dlog.h81 void fatal_add_cleanup(void (*) (void *), void *);
/titanic_44/usr/src/cmd/ssh/sshd/
H A Daltprivsep.c1101 fatal_add_cleanup((void (*)(void *))altprivsep_shutdown_sock, in altprivsep_start_and_do_monitor()
1140 fatal_add_cleanup((void (*)(void *))audit_sshd_logout, in altprivsep_start_and_do_monitor()
1145 fatal_add_cleanup((void (*)(void *))ssh_gssapi_cleanup_creds, in altprivsep_start_and_do_monitor()
H A Dauth1.c431 fatal_add_cleanup(audit_failed_login_cleanup, authctxt); in do_authentication()
H A Dauth-krb4.c68 fatal_add_cleanup(krb4_cleanup_proc, authctxt); in krb4_init()
H A Dauth-krb5.c66 fatal_add_cleanup(krb5_cleanup_proc, authctxt); in krb5_init()
H A Dauth-pam.c215 fatal_add_cleanup((void (*)(void *)) &do_pam_cleanup_proc, in new_start_pam()
H A Dauth2.c111 fatal_add_cleanup(audit_failed_login_cleanup, authctxt); in do_authentication2()
H A Dauth.c722 fatal_add_cleanup((void (*)(void *))kill_hook, (void *) ppid); in run_auth_hook()
H A Dsession.c207 fatal_add_cleanup(auth_sock_cleanup_proc, pw); in auth_input_request_forwarding()
1744 fatal_add_cleanup(session_pty_cleanup, (void *)s); in session_pty_req()
1883 fatal_add_cleanup(session_xauthfile_cleanup, (void *)s); in session_x11_req()
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dkexgssc.c172 fatal_add_cleanup(kexgss_verbose_cleanup, NULL); in kexgss_client()
H A Dlog.c222 fatal_add_cleanup(void (*proc) (void *), void *context) in fatal_add_cleanup() function
H A Dpacket.c218 fatal_add_cleanup((void (*) (void *)) packet_close, NULL); in packet_set_connection()
H A Dchannels.c224 fatal_add_cleanup((void (*) (void *)) channel_free_all, NULL); in channel_new()