Searched defs:flt_type (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_opl.c41 opl_cpulist_insert(fmd_hdl_t *hdl, uint32_t cpuid, int flt_type) argument
47 switch (flt_type) {
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dopl_module.h59 * opl fault structure flt_type field.
74 ushort_t flt_type; /* types of faults - cpu specific */ member in struct:olympus_async_flt
H A Dus3_module.h374 * Cheetah fault structure flt_type field.
432 ushort_t flt_type; /* types of faults - cpu specific */ member in struct:cheetah_async_flt
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c81 ushort_t flt_type; /* types of faults - cpu specific */ member in struct:spitfire_async_flt
240 * spitfire fault structure flt_type field.
1435 spf_flt.flt_type = CPU_UE_ERR;
1565 spf_flt.flt_type = CPU_EDP_LDP_ERR;
1620 spf_flt.flt_type = CPU_BTO_BERR_ERR;
1647 spf_flt.flt_type = CPU_WP_ERR;
1663 spf_flt.flt_type = CPU_TRAPPING_CP_ERR;
1675 spf_flt.flt_type = CPU_ORPHAN_CP_ERR;
1780 * Make sure the spf_flt.flt_type value is set, and
1790 spf_flt.flt_type
[all...]

Completed in 62 milliseconds