Home
last modified time | relevance | path

Searched refs:et_old_error_hook_func (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/et/
H A Dcom_err.c73 static et_old_error_hook_func com_err_hook[MAX_HOOKS] = { default_com_err_proc,
271 et_old_error_hook_func set_com_err_hook (et_old_error_hook_func new_proc) in set_com_err_hook()
274 et_old_error_hook_func x; in set_com_err_hook()
292 et_old_error_hook_func reset_com_err_hook () in reset_com_err_hook()
295 et_old_error_hook_func x; in reset_com_err_hook()
315 void add_com_err_hook(et_old_error_hook_func f) { in add_com_err_hook()
332 void rem_com_err_hook(et_old_error_hook_func f) { in rem_com_err_hook()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dcom_err.h32 typedef void (*et_old_error_hook_func) (const char *, errcode_t, typedef
72 extern et_old_error_hook_func set_com_err_hook (et_old_error_hook_func);
73 extern et_old_error_hook_func reset_com_err_hook (void);