Searched refs:topo_node_bind (Results 1 - 25 of 34) sorted by relevance

12

/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus_hba.c73 child = topo_node_bind(mod, parent, SCSI_DEVICE, instance, fmri);
132 child = topo_node_bind(mod, parent, SMP_DEVICE, instance, fmri);
166 child = topo_node_bind(mod, parent, IPORT, instance, fmri);
285 recep = topo_node_bind(mod, parent, RECEPTACLE, i, fmri);
288 topo_mod_dprintf(mod, "topo_node_bind() failed: %s",
H A Dutil.c123 ntn = topo_node_bind(mp, parent, name, i, fmri);
126 "topo_node_bind (%s%d/%s%d) failed: %s\n",
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip_amd.c179 if ((chnode = topo_node_bind(mod, mcnode, CHAN_NODE_NAME,
220 if ((csnode = topo_node_bind(mod, chnode, CS_NODE_NAME,
417 if ((ranknode = topo_node_bind(mod, pnode, RANK_NODE_NAME, i,
524 if ((dimmnode = topo_node_bind(mod, pnode, name, num, fmri))
619 if ((csnode = topo_node_bind(mod, pnode, name, csnum, fmri))
679 if ((chnode = topo_node_bind(mod, pnode, name, i, fmri))
772 if ((mcnode = topo_node_bind(mod, pnode, name, mcnum,
H A Dchip_intel.c126 if ((rnode = topo_node_bind(mod, dnode, RANK, rank,
235 if ((dnode = topo_node_bind(mod, pnode, DIMM, dimm_number,
303 if ((mc_channel = topo_node_bind(mod, pnode, DRAMCHANNEL, channel,
388 if ((mcnode = topo_node_bind(mod, pnode, name, i,
/osnet-11/usr/src/lib/fm/topo/modules/common/xfp/common/
H A Dxfp.c103 ntn = topo_node_bind(mod, parent, name, i, fmri);
107 "topo_node_bind (%s%d/%s%d) failed: %s\n",
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi_generic.c145 t_node = topo_node_bind(mod, t_parent, hcfmri->hc_name,
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/zambezi/common/
H A Dzambezi.c110 ntn = topo_node_bind(mod, parent, name, i, fmri);
114 "topo_node_bind (%s%d/%s%d) failed: %s\n",
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_mod.h253 extern tnode_t *topo_node_bind(topo_mod_t *, tnode_t *, const char *,
H A Dcpu.c205 (void) topo_node_bind(mod, rnode, name, cpu_id, fmri);
H A Dsvc.c209 if ((tn = topo_node_bind(mod, pnode, fmristr, 0, fmri)) == NULL) {
210 topo_mod_dprintf(mod, "topo_node_bind() failed: %s",
/osnet-11/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/common/
H A Dopl_hostbridge.c87 node = topo_node_bind(mp, parent, name, inst, fmri);
H A Dopl_ioboard.c187 ion = topo_node_bind(mp, parent, IOBOARD, inst, fmri);
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay_common.c229 *tnode = topo_node_bind(mod, pnode, BAY, instance, fmri);
/osnet-11/usr/src/lib/fm/topo/modules/sun4u/chip/common/
H A Dchip_sun4u.c207 if (fmri == NULL || (cnode = topo_node_bind(mod,
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/cpuboard/common/
H A Dcpuboard_hostbridge.c64 node = topo_node_bind(mp, parent, name, inst, fmri);
/osnet-11/usr/src/lib/fm/topo/modules/common/hostbridge/
H A Dhostbridge.c205 ntn = topo_node_bind(mod, parent, name, i, fmri);
208 "topo_node_bind (%s%d/%s%d) failed: %s\n",
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/dimm/common/
H A Ddimm_sun4v.c135 ntn = topo_node_bind(mod, parent, name, i, fmri);
138 "topo_node_bind (%s%d/%s%d) failed: %s\n",
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/hostbridge/common/
H A Dhb_sun4v.c120 node = topo_node_bind(mod, parent, name, inst, fmri);
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/niu/common/
H A Dniu.c163 ntn = topo_node_bind(mod, parent, name, i, fmri);
166 "topo_node_bind (%s%d/%s%d) failed: %s\n",
/osnet-11/usr/src/lib/fm/topo/modules/common/ipmi/common/
H A Dipmi_enum.c308 if ((tn = topo_node_bind(mod, pnode, edp->ed_name,
311 topo_mod_dprintf(mod, "topo_node_bind() failed for %s=%d: %s",
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/chip/common/
H A Dchip_sun4v.c191 ntn = topo_node_bind(mod, parent, name, i, fmri);
194 "topo_node_bind (%s%d/%s%d) failed: %s\n",
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/motherboard/common/
H A Dmotherboard.c332 ntn = topo_node_bind(mod, parent, name, i, fmri);
335 "topo_node_bind (%s%d/%s%d) failed: %s\n",
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/common/
H A Dcpu.c376 ntn = topo_node_bind(mod, parent, name, i, fmri);
379 "topo_node_bind (%s%d/%s%d) failed: %s\n",
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-mem/common/
H A Dmem.c527 ntn = topo_node_bind(mod, parent, name, i, fmri);
530 "topo_node_bind (%s%d/%s%d) failed: %s\n",
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/xaui/common/
H A Dxaui.c114 ntn = topo_node_bind(mod, parent, name, i, fmri);
118 "topo_node_bind (%s%d/%s%d) failed: %s\n",

Completed in 53 milliseconds

12