Home
last modified time | relevance | path

Searched refs:PGNAME (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_amd.c48 { PGNAME(CS), TOPO_STABILITY_PRIVATE, TOPO_STABILITY_PRIVATE, 1 };
50 { PGNAME(DIMM), TOPO_STABILITY_PRIVATE, TOPO_STABILITY_PRIVATE, 1 };
52 { PGNAME(MCT), TOPO_STABILITY_PRIVATE, TOPO_STABILITY_PRIVATE, 1 };
54 { PGNAME(RANK), TOPO_STABILITY_PRIVATE, TOPO_STABILITY_PRIVATE, 1 };
56 { PGNAME(CHAN), TOPO_STABILITY_PRIVATE, TOPO_STABILITY_PRIVATE, 1 };
185 (void) topo_prop_set_string(chnode, PGNAME(CHAN), "channel", in amd_generic_mc_create()
277 (void) topo_prop_set_string(csnode, PGNAME(CS), in amd_generic_mc_create()
280 (void) topo_prop_set_string(csnode, PGNAME(CS), in amd_generic_mc_create()
283 (void) topo_prop_set_string(csnode, PGNAME(CS), in amd_generic_mc_create()
395 if (topo_prop_get_uint64(pnode, PGNAME(DIMM), "size", &dsz, in amd_rank_create()
[all …]
H A Dchip.c74 { PGNAME(CHIP), TOPO_STABILITY_PRIVATE, TOPO_STABILITY_PRIVATE, 1 };
77 { PGNAME(CORE), TOPO_STABILITY_PRIVATE, TOPO_STABILITY_PRIVATE, 1 };
80 { PGNAME(STRAND), TOPO_STABILITY_PRIVATE, TOPO_STABILITY_PRIVATE, 1 };
296 nerr -= add_nvlist_longprops(mod, strand, cpu, PGNAME(STRAND), NULL, in create_strand()
320 perr += topo_prop_set_string(strand, PGNAME(STRAND), in create_strand()
322 perr += topo_prop_set_string(strand, PGNAME(STRAND), in create_strand()
324 perr += topo_prop_set_string(strand, PGNAME(STRAND), in create_strand()
401 nerr -= add_nvlist_longprops(mod, core, cpu, PGNAME(CORE), NULL, in create_core()
457 perr += topo_prop_set_string(core, PGNAME(CORE), in create_core()
459 perr += topo_prop_set_string(core, PGNAME(CORE), in create_core()
[all …]
H A Dchip_intel.c80 { PGNAME(CHAN), TOPO_STABILITY_PRIVATE, TOPO_STABILITY_PRIVATE, 1 };
82 { PGNAME(DIMM), TOPO_STABILITY_PRIVATE, TOPO_STABILITY_PRIVATE, 1 };
84 { PGNAME(RANK), TOPO_STABILITY_PRIVATE, TOPO_STABILITY_PRIVATE, 1 };
86 { PGNAME(MCT), TOPO_STABILITY_PRIVATE, TOPO_STABILITY_PRIVATE, 1 };
179 (void) nvprop_add(mod, nvp, PGNAME(RANK), rnode); in mc_add_ranks()
280 (void) nvprop_add(mod, nvp, PGNAME(DIMM), in mc_add_dimms()
350 (void) nvprop_add(mod, nvp, PGNAME(CHAN), in mc_add_channel()
450 (void) nvprop_add(mod, nvp, PGNAME(MCT), in mc_nb_create()
524 if (rsize != 0 && topo_prop_set_uint64(rank, PGNAME(RANK), RANK_SIZE, in mc_rank_create_v1()
545 if (topo_prop_set_string(rank, PGNAME(RANK), RANK_STATUS, in mc_rank_create_v1()
[all …]
H A Dchip_temp.c41 if (topo_prop_get_int32(pnode, PGNAME(CORE), CORE_CHIP_ID, &chip, in chip_create_core_temp_sensor()
63 if (topo_prop_get_int32(pnode, PGNAME(CORE), CORE_PROCNODE_ID, in chip_create_core_temp_sensor()
H A Dchip.h69 #define PGNAME(prefix) (prefix##_NODE_NAME "-properties") macro
H A Dchip_subr.c546 if (topo_prop_get_int32(node, PGNAME(STRAND), STRAND_CHIP_ID, in strand_walker()
548 topo_prop_get_int32(node, PGNAME(STRAND), STRAND_CORE_ID, in strand_walker()