Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dcpu_module_ms.h118 extern boolean_t cms_ereport_includestack(cmi_hdl_t, cms_cookie_t);
H A Dcpu_module_ms_impl.h73 boolean_t (*cms_ereport_includestack)(cmi_hdl_t, cms_cookie_t); member
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcms.c637 cms_ereport_includestack(cmi_hdl_t hdl, cms_cookie_t mscookie) in cms_ereport_includestack() function
641 if (CMS_OP_PRESENT(cms, cms_ereport_includestack)) { in cms_ereport_includestack()
642 return (CMS_OPS(cms)->cms_ereport_includestack(hdl, mscookie)); in cms_ereport_includestack()
/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu_mca.c920 (cms_ereport_includestack(hdl, mscookie) == in gcpu_ereport_post()