Searched refs:mcnode (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/lib/fm/topo/modules/i86pc/chip/ |
H A D | chip_amd.c | 140 tnode_t *mcnode, int family, int model, nvlist_t *auth) in amd_generic_mc_create() argument 154 if (topo_node_range_create(mod, mcnode, CHAN_NODE_NAME, 0, in amd_generic_mc_create() 166 if (mkrsrc(mod, mcnode, CHAN_NODE_NAME, chan, auth, in amd_generic_mc_create() 173 if ((chnode = topo_node_bind(mod, mcnode, CHAN_NODE_NAME, in amd_generic_mc_create() 722 tnode_t *mcnode; in amd_mc_create() local 764 if ((mcnode = topo_node_bind(mod, pnode, name, mcnum, in amd_mc_create() 770 if (topo_node_fru_set(mcnode, NULL, 0, &err) < 0) in amd_mc_create() 774 if (topo_node_label_set(mcnode, NULL, &err) == -1) in amd_mc_create() 780 if (topo_pgroup_create(mcnode, &mc_pgroup, &err) < 0) in amd_mc_create() 783 if (topo_prop_set_int32(mcnode, PGNAME(MCT), MCT_PROCNODE_ID, in amd_mc_create() [all …]
|
H A D | chip_intel.c | 344 tnode_t *mcnode; in mc_nb_create() local 388 if ((mcnode = topo_node_bind(mod, pnode, name, i, in mc_nb_create() 396 (void) topo_node_fru_set(mcnode, NULL, 0, &err); in mc_nb_create() 398 (void) topo_pgroup_create(mcnode, &mc_pgroup, &err); in mc_nb_create() 401 (void) topo_node_label_set(mcnode, NULL, &err); in mc_nb_create() 403 if (topo_node_range_create(mod, mcnode, DRAMCHANNEL, channel, in mc_nb_create() 410 if (mc_add_channel(mod, chip_smbid, mcnode, channel, in mc_nb_create() 427 mcnode); in mc_nb_create()
|