Home
last modified time | relevance | path

Searched refs:xt_panic_widget_func (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.61.3/osfmk/tests/
H A Dxnupost.h69 typedef xt_panic_return_t (*xt_panic_widget_func)(const char * panicstr, void * context, void ** ou… typedef
74 xt_panic_widget_func xtp_func;
79 kern_return_t xnupost_register_panic_widget(xt_panic_widget_func funcp, const char * funcname, void…
H A DREADME.md120 xt_panic_widget_func xtp_func;
H A Dkernel_tests.c319 xnupost_register_panic_widget(xt_panic_widget_func funcp, const char * funcname, void * context, vo… in xnupost_register_panic_widget()