/titanic_41/usr/src/lib/fm/topo/modules/sun4u/chip/ |
H A D | chip_sun4u.c | 248 (void) topo_node_label_set(cnode, NULL, &err); in cpu_create() 251 (void) topo_node_label_set(cnode, lp, &err); in cpu_create() 254 (void) topo_node_label_set(cnode, NULL, &err); in cpu_create()
|
/titanic_41/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/ |
H A D | opl_hostbridge.c | 135 (void) topo_node_label_set(rcn, (char *)slot_name, &err); in opl_rc_node_create() 139 (void) topo_node_label_set(rcn, NULL, &err); in opl_rc_node_create() 247 (void) topo_node_label_set(hbn, NULL, &err); in opl_hb_node_create()
|
H A D | opl_ioboard.c | 210 (void) topo_node_label_set(ion, label, &err); in opl_iob_node_create()
|
/titanic_41/usr/src/lib/fm/topo/modules/i86pc/chip/ |
H A D | chip_intel.c | 148 (void) topo_node_label_set(rnode, NULL, &err); in mc_add_ranks() 271 (void) topo_node_label_set(dnode, label, &err); in mc_add_dimms() 315 (void) topo_node_label_set(mc_channel, NULL, &err); in mc_add_channel() 401 (void) topo_node_label_set(mcnode, NULL, &err); in mc_nb_create()
|
H A D | chip_amd.c | 189 if (topo_node_label_set(chnode, NULL, &err) == -1) in amd_generic_mc_create() 294 (void) topo_node_label_set(csnode, label, &err); in amd_generic_mc_create() 542 if (topo_node_label_set(dimmnode, label, in amd_dimm_create() 775 if (topo_node_label_set(mcnode, NULL, &err) == -1) in amd_mc_create()
|
H A D | chip.c | 285 (void) topo_node_label_set(strand, NULL, &perr); in create_strand() 415 (void) topo_node_label_set(core, NULL, &perr); in create_core() 589 if (topo_node_label_set(chip, label, &perr) in create_chip()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/cpuboard/ |
H A D | cpuboard_hostbridge.c | 108 (void) topo_node_label_set(rcn, NULL, &err); in cpuboard_rc_node_create() 227 (void) topo_node_label_set(hbn, NULL, &err); in cpuboard_hb_node_create()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/niu/ |
H A D | niu.c | 232 if (topo_node_label_set(ntn, NULL, &err) < 0) { in niu_declare() 256 (void) topo_node_label_set(ntn, NULL, &err); in niufn_declare()
|
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_protocol.c | 155 topo_node_label_set(tnode_t *node, char *label, int *err) in topo_node_label_set() function
|
H A D | topo_mod.h | 242 extern int topo_node_label_set(tnode_t *node, char *, int *);
|
H A D | mapfile-vers | 138 topo_node_label_set;
|
H A D | svc.c | 226 if (topo_node_label_set(tn, fmristr, &err) != 0) { in svc_create_node()
|
/titanic_41/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | util.c | 150 if (topo_node_label_set(tn, NULL, &err) < 0) { in labelmethod_inherit()
|
H A D | pcibus_labels.c | 437 if (topo_node_label_set(node, NULL, &err) < 0) in pci_label_cmn() 464 if (topo_node_label_set(node, NULL, &err) < 0) in pci_label_cmn()
|
H A D | pcibus_hba.c | 294 if (topo_node_label_set(recep, label, &err) < 0) { in pci_receptacle_instantiate()
|
H A D | did_props.c | 546 (void) topo_node_label_set(tn, plabel, &err); in use_predecessor_label()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/zambezi/ |
H A D | zambezi.c | 152 if (topo_node_label_set(ntn, NULL, &err) < 0) { in zam_declare()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/pcibus/ |
H A D | pci_sun4v.c | 86 result = topo_node_label_set(node, nac, &err); in platform_pci_label()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/hostbridge/ |
H A D | hb_sun4v.c | 134 (void) topo_node_label_set(node, NULL, &err); in hb_tnode_create()
|
/titanic_41/usr/src/lib/fm/topo/modules/common/ipmi/ |
H A D | ipmi_enum.c | 295 if (topo_node_label_set(tn, label, &err) != 0) { in ipmi_check_entity()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/chip/ |
H A D | chip_sun4v.c | 195 (void) topo_node_label_set(ntn, label, &err); in chip_tnode_create()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/dimm/ |
H A D | dimm_sun4v.c | 160 (void) topo_node_label_set(ntn, label, &err); in mem_tnode_create()
|
/titanic_41/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi_subr.c | 460 result = topo_node_label_set(t_node, (char *)label, &err); in x86pi_set_label()
|
/titanic_41/usr/src/lib/fm/topo/modules/common/disk/ |
H A D | disk_common.c | 138 if (topo_node_label_set(dtn, label, &err) != 0) { in disk_set_props()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/ |
H A D | pi_subr.c | 1281 result = topo_node_label_set(t_node, label, &err); in pi_set_label()
|