Searched refs:fatal_add_cleanup (Results 1 – 15 of 15) sorted by relevance
/titanic_44/usr/src/cmd/ssh/ssh/ |
H A D | sshtty.c | 97 fatal_add_cleanup((void (*) (void *)) leave_raw_mode, NULL); in enter_raw_mode()
|
H A D | clientloop.c | 160 fatal_add_cleanup((void (*) (void *)) leave_non_blocking, NULL); in enter_non_blocking()
|
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | log.h | 81 void fatal_add_cleanup(void (*) (void *), void *);
|
/titanic_44/usr/src/cmd/ssh/sshd/ |
H A D | altprivsep.c | 1101 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 D | auth1.c | 431 fatal_add_cleanup(audit_failed_login_cleanup, authctxt); in do_authentication()
|
H A D | auth-krb4.c | 68 fatal_add_cleanup(krb4_cleanup_proc, authctxt); in krb4_init()
|
H A D | auth-krb5.c | 66 fatal_add_cleanup(krb5_cleanup_proc, authctxt); in krb5_init()
|
H A D | auth-pam.c | 215 fatal_add_cleanup((void (*)(void *)) &do_pam_cleanup_proc, in new_start_pam()
|
H A D | auth2.c | 111 fatal_add_cleanup(audit_failed_login_cleanup, authctxt); in do_authentication2()
|
H A D | auth.c | 722 fatal_add_cleanup((void (*)(void *))kill_hook, (void *) ppid); in run_auth_hook()
|
H A D | session.c | 207 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 D | kexgssc.c | 172 fatal_add_cleanup(kexgss_verbose_cleanup, NULL); in kexgss_client()
|
H A D | log.c | 222 fatal_add_cleanup(void (*proc) (void *), void *context) in fatal_add_cleanup() function
|
H A D | packet.c | 218 fatal_add_cleanup((void (*) (void *)) packet_close, NULL); in packet_set_connection()
|
H A D | channels.c | 224 fatal_add_cleanup((void (*) (void *)) channel_free_all, NULL); in channel_new()
|