/titanic_44/usr/src/lib/fm/topo/modules/i86pc/chip/ |
H A D | chip_amd.c | 192 if (topo_node_fru_set(chnode, NULL, 0, &err) != 0) in amd_generic_mc_create() 420 (void) topo_node_fru_set(ranknode, NULL, 0, &err); in amd_rank_create() 422 (void) topo_node_fru_set(ranknode, pfmri, 0, &err); in amd_rank_create() 560 (void) topo_node_fru_set(dimmnode, fmri, 0, &err); in amd_dimm_create() 623 (void) topo_node_fru_set(csnode, fmri, 0, &err); in amd_cs_create() 682 (void) topo_node_fru_set(chnode, pfmri, 0, &err); in amd_dramchan_create() 770 if (topo_node_fru_set(mcnode, NULL, 0, &err) < 0) in amd_mc_create()
|
H A D | chip.c | 228 (void) topo_node_fru_set(strand, NULL, 0, &perr); in create_strand() 349 (void) topo_node_fru_set(core, NULL, 0, &perr); in create_core() 544 (void) topo_node_fru_set(chip, NULL, 0, &perr); in create_chip() 550 if (topo_node_fru_set(chip, fmri, 0, &perr) in create_chip() 601 (void) topo_node_fru_set(chip, fmri, 0, &perr); in create_chip()
|
H A D | chip_intel.c | 134 (void) topo_node_fru_set(rnode, NULL, 0, &err); in mc_add_ranks() 276 (void) topo_node_fru_set(dnode, fmri, 0, &err); in mc_add_dimms() 310 (void) topo_node_fru_set(mc_channel, NULL, 0, &err); in mc_add_channel() 396 (void) topo_node_fru_set(mcnode, NULL, 0, &err); in mc_nb_create()
|
/titanic_44/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/ |
H A D | opl_hostbridge.c | 131 (void) topo_node_fru_set(rcn, fru_fmri, 0, &err); in opl_rc_node_create() 138 (void) topo_node_fru_set(rcn, NULL, 0, &err); in opl_rc_node_create() 245 (void) topo_node_fru_set(hbn, NULL, 0, &err); in opl_hb_node_create()
|
H A D | opl_ioboard.c | 202 (void) topo_node_fru_set(ion, fmri, 0, &err); in opl_iob_node_create()
|
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/cpuboard/ |
H A D | cpuboard_hostbridge.c | 107 (void) topo_node_fru_set(rcn, NULL, 0, &err); in cpuboard_rc_node_create() 225 (void) topo_node_fru_set(hbn, NULL, 0, &err); in cpuboard_hb_node_create()
|
/titanic_44/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | did_props.c | 494 e = topo_node_fru_set(tn, fmri, 0, &err); in FRU_fmri_set() 526 (void) topo_node_fru_set(tn, fru, 0, &err); in use_predecessor_fru() 586 (void) topo_node_fru_set(tn, NULL, 0, &e); in FRU_set() 614 (void) topo_node_fru_set(tn, out, 0, &err); in FRU_set() 617 (void) topo_node_fru_set(tn, NULL, 0, &err); in FRU_set()
|
/titanic_44/usr/src/lib/fm/topo/modules/common/shared/ |
H A D | topo_port.c | 88 if (topo_node_fru_set(tn, presource, 0, &err) != 0) { in port_create_common()
|
H A D | topo_transceiver.c | 84 if (topo_node_fru_set(tn, fmri, 0, &err) != 0) { in transceiver_create_common()
|
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/niu/ |
H A D | niu.c | 230 (void) topo_node_fru_set(ntn, NULL, 0, &err); in niu_declare() 254 (void) topo_node_fru_set(ntn, NULL, 0, &err); in niufn_declare()
|
/titanic_44/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_protocol.c | 128 topo_node_fru_set(tnode_t *node, nvlist_t *fru, int flag, int *err) in topo_node_fru_set() function
|
H A D | topo_mod.h | 241 extern int topo_node_fru_set(tnode_t *node, nvlist_t *, int, int *);
|
H A D | mapfile-vers | 134 topo_node_fru_set;
|
/titanic_44/usr/src/lib/fm/topo/modules/common/disk/ |
H A D | disk.c | 98 if (topo_node_fru_set(baynode, fmri, 0, &err) != 0) { in disk_enum()
|
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/zambezi/ |
H A D | zambezi.c | 149 (void) topo_node_fru_set(ntn, NULL, 0, &err); in zam_declare()
|
/titanic_44/usr/src/lib/fm/topo/modules/common/xfp/ |
H A D | xfp.c | 140 e = topo_node_fru_set(tn, fmri, 0, &err); in xfp_fru_set()
|
/titanic_44/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi_subr.c | 413 (void) topo_node_fru_set(t_node, NULL, 0, &result); in x86pi_set_frufmri() 431 result = topo_node_fru_set(t_node, frufmri, 0, &err); in x86pi_set_frufmri()
|
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/pcibus/ |
H A D | pci_sun4v.c | 253 rc = topo_node_fru_set(walkdata->node, fmri, 0, &err); in platform_pci_fru_cb()
|
/titanic_44/usr/src/lib/fm/topo/modules/sun4u/chip/ |
H A D | chip_sun4u.c | 242 (void) topo_node_fru_set(cnode, fru, 0, &err); in cpu_create()
|
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/hostbridge/ |
H A D | hb_sun4v.c | 133 (void) topo_node_fru_set(node, NULL, 0, &err); in hb_tnode_create()
|
/titanic_44/usr/src/lib/fm/topo/modules/common/ipmi/ |
H A D | ipmi_enum.c | 347 if (topo_node_fru_set(tn, fmri, 0, &err) != 0) { in ipmi_check_entity()
|
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/chip/ |
H A D | chip_sun4v.c | 196 (void) topo_node_fru_set(ntn, fru, 0, &err); in chip_tnode_create()
|
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/dimm/ |
H A D | dimm_sun4v.c | 161 (void) topo_node_fru_set(ntn, fru, 0, &err); in mem_tnode_create()
|
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/motherboard/ |
H A D | motherboard.c | 374 if (topo_node_fru_set(ntn, fmri, 0, &err) < 0) in mb_declare()
|
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/xaui/ |
H A D | xaui.c | 153 e = topo_node_fru_set(tn, fmri, 0, &err); in xaui_fru_set()
|