Lines Matching refs:xt_panic_widgets
119 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()
374 if (xt_panic_widgets.xtp_func) { in xnupost_process_kdb_stop()
375 T_LOG("%s: Calling out to widget: %s", __func__, xt_panic_widgets.xtp_func_name); in xnupost_process_kdb_stop()