Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Dmc-opl.c96 uint32_t mf_type, uint32_t d_slot);
856 uint32_t mf_type, uint32_t d_slot) in mc_set_mem_unum() argument
868 if (mf_type == FLT_TYPE_INTERMITTENT_CE || in mc_set_mem_unum()
869 mf_type == FLT_TYPE_PERMANENT_CE) { in mc_set_mem_unum()
885 if (mf_type == FLT_TYPE_INTERMITTENT_CE || in mc_set_mem_unum()
886 mf_type == FLT_TYPE_PERMANENT_CE) { in mc_set_mem_unum()
906 if (mf_type == FLT_TYPE_INTERMITTENT_CE || in mc_set_mem_unum()
907 mf_type == FLT_TYPE_PERMANENT_CE) { in mc_set_mem_unum()
993 if (flt_stat->mf_type == FLT_TYPE_INTERMITTENT_CE || in mc_ereport_post()
994 flt_stat->mf_type == FLT_TYPE_PERMANENT_CE) { in mc_ereport_post()
[all …]
/illumos-gate/usr/src/uts/sun4u/opl/sys/
H A Dmc-opl.h165 uint32_t mf_type; /* fault type */ member