Home
last modified time | relevance | path

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

/xnu-11215/osfmk/tests/
H A Dkernel_tests.c119 struct xnupost_panic_widget xt_panic_widgets = {.xtp_context_p = NULL, variable
341 if (xt_panic_widgets.xtp_context_p != NULL || xt_panic_widgets.xtp_func != NULL) { in xnupost_register_panic_widget()
345 xt_panic_widgets.xtp_context_p = context; in xnupost_register_panic_widget()
346 xt_panic_widgets.xtp_func = funcp; in xnupost_register_panic_widget()
347 xt_panic_widgets.xtp_func_name = funcname; in xnupost_register_panic_widget()
348 xt_panic_widgets.xtp_outval_p = outval; in xnupost_register_panic_widget()
356 bzero(&xt_panic_widgets, sizeof(xt_panic_widgets)); in xnupost_reset_panic_widgets()
363 struct xnupost_panic_widget * pw = &xt_panic_widgets; in xnupost_process_kdb_stop()
365 if (xt_panic_widgets.xtp_func_name) { in xnupost_process_kdb_stop()
366 name = xt_panic_widgets.xtp_func_name; in xnupost_process_kdb_stop()
[all …]