Home
last modified time | relevance | path

Searched refs:fatal_remove_cleanup (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/cmd/ssh/ssh/
H A Dsshtty.c70 fatal_remove_cleanup((void (*) (void *)) leave_raw_mode, NULL); in leave_raw_mode()
H A Dclientloop.c149 fatal_remove_cleanup((void (*) (void *)) leave_non_blocking, NULL); in leave_non_blocking()
/titanic_41/usr/src/cmd/ssh/include/
H A Dlog.h82 void fatal_remove_cleanup(void (*) (void *), void *);
/titanic_41/usr/src/cmd/ssh/sshd/
H A Daltprivsep.c1152 fatal_remove_cleanup((void (*)(void *))altprivsep_shutdown_sock, in altprivsep_start_and_do_monitor()
1168 fatal_remove_cleanup((void (*)(void *))ssh_gssapi_cleanup_creds, in altprivsep_start_and_do_monitor()
1175 fatal_remove_cleanup((void (*)(void *))audit_sshd_logout, (void *)&ah); in altprivsep_start_and_do_monitor()
H A Dauth-pam.c178 fatal_remove_cleanup(&do_pam_cleanup_proc, authctxt->pam); in new_start_pam()
533 fatal_remove_cleanup(&do_pam_cleanup_proc, authctxt->pam); in finish_pam()
H A Dauth1.c381 fatal_remove_cleanup(audit_failed_login_cleanup, in do_authloop()
H A Dauth-krb4.c85 fatal_remove_cleanup(krb4_cleanup_proc, authctxt); in krb4_init()
H A Dauth2.c372 fatal_remove_cleanup(audit_failed_login_cleanup, in userauth_finish()
H A Dauth.c751 fatal_remove_cleanup((void (*)(void *))kill_hook, (void *) ppid); in run_auth_hook()
H A Dsession.c2269 fatal_remove_cleanup(session_pty_cleanup, (void *)s); in session_close()
2273 fatal_remove_cleanup(session_xauthfile_cleanup, (void *)s); in session_close()
2330 fatal_remove_cleanup(session_pty_cleanup, (void *)s); in session_close_by_channel()
H A Dsshd.c1666 fatal_remove_cleanup( in main()
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dkexgssc.c174 fatal_remove_cleanup(kexgss_verbose_cleanup, NULL); in kexgss_client()
H A Dlog.c236 fatal_remove_cleanup(void (*proc) (void *context), void *context) in fatal_remove_cleanup() function