Searched refs:CPUBOARD (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/ |
H A D | cmd_hc_sun4v.h | 39 #define CPUBOARD "MB/CPU" macro
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_hc.h | 50 #define CPUBOARD "cpuboard" macro
|
H A D | hc.c | 153 { CPUBOARD, TOPO_STABILITY_PRIVATE },
|
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/cpuboard/ |
H A D | cpuboard.c | 67 {CPUBOARD, FM_FMRI_SCHEME_HC, CPUBOARD_VERSION, &cpuboard_ops}; 373 if (strcmp(name, CPUBOARD) != 0) { 376 CPUBOARD); 393 topo_mod_dprintf(mp, "chip_enum_load: %s\n", CPUBOARD); 397 CPUBOARD, CHIP, errno, strerror(errno)); 399 topo_mod_dprintf(mp, "chip_enum_load(EXIT): %s, rp=%p\n", CPUBOARD, rp); 464 if (strcmp(name, CPUBOARD) != 0) { 467 CPUBOARD); 526 if (chip_instantiate(cpuboardn, CPUBOARD, mod, i) < 0) {
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | did_props.c | 568 * check for a CPUBOARD predecessor. If found, inherit its 574 if (use_predecessor_fru(tn, CPUBOARD) == 0) 635 * check for a CPUBOARD predecessor. If found, inherit its 641 if (use_predecessor_label(mp, tn, CPUBOARD) == 0)
|
/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/ |
H A D | cmd_cpu.c | 1448 if ((strstr(loc, CPUBOARD) != NULL) && (strstr(fltnm, "lfu") != NULL)) {
|
Completed in 82 milliseconds