Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/tests/
H A Dxnupost.h71 void * xtp_context_p; member
H A DREADME.md117 void * xtp_context_p; /* a context pointer for callbacks to track */
H A Dkernel_tests.c107 struct xnupost_panic_widget xt_panic_widgets = {.xtp_context_p = NULL,
321 if (xt_panic_widgets.xtp_context_p != NULL || xt_panic_widgets.xtp_func != NULL) { in xnupost_register_panic_widget()
325 xt_panic_widgets.xtp_context_p = context; in xnupost_register_panic_widget()
356 retval = pw->xtp_func(panic_s, pw->xtp_context_p, pw->xtp_outval_p); in xnupost_process_kdb_stop()