Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/tests/
H A Dxnupost.h74 xt_panic_widget_func xtp_func; member
H A Dkernel_tests.c110 .xtp_func = NULL};
321 if (xt_panic_widgets.xtp_context_p != NULL || xt_panic_widgets.xtp_func != NULL) { in xnupost_register_panic_widget()
326 xt_panic_widgets.xtp_func = funcp; in xnupost_register_panic_widget()
354 if (xt_panic_widgets.xtp_func) { in xnupost_process_kdb_stop()
356 retval = pw->xtp_func(panic_s, pw->xtp_context_p, pw->xtp_outval_p); in xnupost_process_kdb_stop()
H A DREADME.md120 xt_panic_widget_func xtp_func;