/titanic_44/usr/src/cmd/fm/modules/common/cpumem-retire/ |
H A D | cma_main.c | 137 { "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_44/usr/src/lib/fm/libldom/sparc/ |
H A D | ldom.c | 433 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_44/usr/src/lib/fm/topo/libtopo/common/ |
H A D | cpu.c | 75 { "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 D | topo_mod.c | 443 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_44/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/ |
H A D | cpu.c | 64 { 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_44/usr/src/uts/common/sys/fm/ |
H A D | protocol.h | 196 #define FM_FMRI_SCHEME_CPU "cpu" macro
|
/titanic_44/usr/src/lib/fm/topo/modules/sun4u/chip/ |
H A D | chip_sun4u.c | 161 err |= nvlist_add_string(asru, FM_FMRI_SCHEME, FM_FMRI_SCHEME_CPU); in cpu_fmri_create()
|
/titanic_44/usr/src/cmd/fm/modules/sun4v/cpumem-retire/ |
H A D | cma_cpu_sun4v.c | 144 if (strcmp(scheme, FM_FMRI_SCHEME_CPU) == 0) { in cma_cpu_start_retry()
|
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/chip/ |
H A D | chip_sun4v.c | 217 err |= nvlist_add_string(fmri, FM_FMRI_SCHEME, FM_FMRI_SCHEME_CPU); in cpu_fmri_create()
|
/titanic_44/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/ |
H A D | cmd_dp.c | 57 err = nvlist_add_string(nvl, FM_FMRI_SCHEME, FM_FMRI_SCHEME_CPU); in dp_cpu_fmri()
|
/titanic_44/usr/src/lib/fm/topo/modules/i86pc/chip/ |
H A D | chip_subr.c | 249 err |= nvlist_add_string(asru, FM_FMRI_SCHEME, FM_FMRI_SCHEME_CPU); in cpu_fmri_create()
|
/titanic_44/usr/src/uts/sun4u/os/ |
H A D | plat_ecc_unum.c | 975 } else if (strcmp(scheme, FM_FMRI_SCHEME_CPU) == 0) { in plat_blacklist()
|
/titanic_44/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | platform.c | 275 } else if (strcmp(scheme, FM_FMRI_SCHEME_CPU) == 0) { in platform_getpath() 287 FM_FMRI_SCHEME_CPU); in platform_getpath()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | fm.c | 1016 FM_FMRI_SCHEME_CPU) != 0) { in fm_fmri_cpu_set()
|
/titanic_44/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/ |
H A D | cmd_cpu.c | 1784 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_44/usr/src/cmd/fm/fmadm/common/ |
H A D | faulty.c | 714 if (strcmp(name, FM_FMRI_SCHEME_CPU) == 0) { in get_serial_no()
|