Searched refs:mcnode (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip_amd.c119 * bound as mcnode, and the parent of that is cnode.
130 tnode_t *mcnode, int family, int model, nvlist_t *auth)
160 if (topo_node_range_create(mod, mcnode, CHAN_NODE_NAME, 0,
172 if (mkrsrc(mod, mcnode, CHAN_NODE_NAME, chan, auth,
179 if ((chnode = topo_node_bind(mod, mcnode, CHAN_NODE_NAME,
730 tnode_t *mcnode; local
772 if ((mcnode = topo_node_bind(mod, pnode, name, mcnum,
778 if (topo_node_fru_set(mcnode, NULL, 0, &err) < 0)
782 if (topo_node_label_set(mcnode, NULL, &err) == -1)
788 if (topo_pgroup_create(mcnode,
129 amd_generic_mc_create(topo_mod_t *mod, uint16_t smbid, tnode_t *cnode, tnode_t *mcnode, int family, int model, nvlist_t *auth) argument
[all...]
H A Dchip_intel.c344 tnode_t *mcnode; local
388 if ((mcnode = topo_node_bind(mod, pnode, name, i,
396 (void) topo_node_fru_set(mcnode, NULL, 0, &err);
398 (void) topo_pgroup_create(mcnode, &mc_pgroup, &err);
401 (void) topo_node_label_set(mcnode, NULL, &err);
403 if (topo_node_range_create(mod, mcnode, DRAMCHANNEL, channel,
410 if (mc_add_channel(mod, chip_smbid, mcnode, channel,
427 mcnode);

Completed in 416 milliseconds