Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dplatsvc.c66 static ds_svc_hdl_t ds_panic_handle; variable
122 &ds_panic_handle /* cb_arg */
424 ds_svc_hdl_t ds_handle = ds_panic_handle; in ps_panic_data_handler()
714 if ((ds_svc_hdl_t *)arg == &ds_panic_handle) in ps_reg_handler()
715 ds_panic_handle = hdl; in ps_reg_handler()
729 if ((ds_svc_hdl_t *)arg == &ds_panic_handle) in ps_unreg_handler()
730 ds_panic_handle = DS_INVALID_HDL; in ps_unreg_handler()