Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma_main.c137 { "fault.cpu.intel.dma", FM_FMRI_SCHEME_CPU,
152 { "fault.cpu.amd.dramchannel", FM_FMRI_SCHEME_CPU,
156 { "fault.cpu.generic-x86.bus_interconnect_memory", FM_FMRI_SCHEME_CPU,
160 { "fault.cpu.generic-x86.bus_interconnect_io", FM_FMRI_SCHEME_CPU,
164 { "fault.cpu.generic-x86.bus_interconnect", FM_FMRI_SCHEME_CPU,
168 { "fault.cpu.intel.bus_interconnect_memory", FM_FMRI_SCHEME_CPU,
172 { "fault.cpu.intel.bus_interconnect_io", FM_FMRI_SCHEME_CPU,
176 { "fault.cpu.intel.bus_interconnect", FM_FMRI_SCHEME_CPU,
180 { "fault.cpu.intel.nb.*", FM_FMRI_SCHEME_CPU, FM_CPU_SCHEME_VERSION,
184 { "fault.cpu.intel.dma", FM_FMRI_SCHEME_CPU, FM_CPU_SCHEME_VERSION,
[all …]
/titanic_41/usr/src/lib/fm/libldom/sparc/
H A Dldom.c433 if (strcmp(name, FM_FMRI_SCHEME_CPU) == 0) { in ldom_fmri_status()
460 if (strcmp(name, FM_FMRI_SCHEME_CPU) == 0) { in ldom_fmri_status()
495 if (strcmp(name, FM_FMRI_SCHEME_CPU) == 0) { in ldom_fmri_retire()
522 if (strcmp(name, FM_FMRI_SCHEME_CPU) == 0) { in ldom_fmri_retire()
556 if (strcmp(name, FM_FMRI_SCHEME_CPU) == 0) { in ldom_fmri_unretire()
583 if (strcmp(name, FM_FMRI_SCHEME_CPU) == 0) { in ldom_fmri_unretire()
615 if (strcmp(name, FM_FMRI_SCHEME_CPU) == 0) { in fmri_blacklist()
/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dcpu.c75 { "cpu", FM_FMRI_SCHEME_CPU, CPU_VERSION, &cpu_ops };
456 err |= nvlist_add_string(fmri, FM_FMRI_SCHEME, FM_FMRI_SCHEME_CPU); in cpu_str2nvl()
494 err |= nvlist_add_string(fmri, FM_FMRI_SCHEME, FM_FMRI_SCHEME_CPU); in fmri_create()
H A Dtopo_mod.c443 if ((fmri = topo_fmri_create(mod->tm_hdl, FM_FMRI_SCHEME_CPU, in topo_mod_cpufmri()
444 FM_FMRI_SCHEME_CPU, 0, args, &err)) == NULL) { in topo_mod_cpufmri()
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/
H A Dcpu.c64 { PLATFORM_CPU_NAME, FM_FMRI_SCHEME_CPU, PLATFORM_CPU_VERSION,
393 err |= nvlist_add_string(fmri, FM_FMRI_SCHEME, FM_FMRI_SCHEME_CPU); in cpu_fmri_create()
/titanic_41/usr/src/uts/common/sys/fm/
H A Dprotocol.h196 #define FM_FMRI_SCHEME_CPU "cpu" macro
/titanic_41/usr/src/lib/fm/topo/modules/sun4u/chip/
H A Dchip_sun4u.c161 err |= nvlist_add_string(asru, FM_FMRI_SCHEME, FM_FMRI_SCHEME_CPU); in cpu_fmri_create()
/titanic_41/usr/src/cmd/fm/modules/sun4v/cpumem-retire/
H A Dcma_cpu_sun4v.c144 if (strcmp(scheme, FM_FMRI_SCHEME_CPU) == 0) { in cma_cpu_start_retry()
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/chip/
H A Dchip_sun4v.c217 err |= nvlist_add_string(fmri, FM_FMRI_SCHEME, FM_FMRI_SCHEME_CPU); in cpu_fmri_create()
/titanic_41/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_dp.c57 err = nvlist_add_string(nvl, FM_FMRI_SCHEME, FM_FMRI_SCHEME_CPU); in dp_cpu_fmri()
/titanic_41/usr/src/uts/sun4u/os/
H A Dplat_ecc_unum.c975 } else if (strcmp(scheme, FM_FMRI_SCHEME_CPU) == 0) { in plat_blacklist()
/titanic_41/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_subr.c249 err |= nvlist_add_string(asru, FM_FMRI_SCHEME, FM_FMRI_SCHEME_CPU); in cpu_fmri_create()
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c275 } else if (strcmp(scheme, FM_FMRI_SCHEME_CPU) == 0) { in platform_getpath()
287 FM_FMRI_SCHEME_CPU); in platform_getpath()
/titanic_41/usr/src/uts/common/os/
H A Dfm.c1016 FM_FMRI_SCHEME_CPU) != 0) { in fm_fmri_cpu_set()
/titanic_41/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_cpu.c1784 strcmp(scheme, FM_FMRI_SCHEME_CPU) != 0) { in cmd_cpu_lookup()
2424 FM_FMRI_SCHEME, FM_FMRI_SCHEME_CPU) != 0 || in cmd_cpu_fmri_create()
/titanic_41/usr/src/cmd/fm/fmadm/common/
H A Dfaulty.c715 if (strcmp(name, FM_FMRI_SCHEME_CPU) == 0) { in get_serial_no()