Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtnf/
H A Dtnf.h97 typedef void tnf_error_handler_t(void *, TNF *, tnf_errcode_t); typedef
110 void tnf_set_error_handler(tnf_error_handler_t *, void *);
113 tnf_error_handler_t tnf_default_error_handler;
H A Derror.c39 static tnf_error_handler_t *_err_handler = &tnf_default_error_handler;
47 tnf_set_error_handler(tnf_error_handler_t *handler, void *arg) in tnf_set_error_handler()