Searched refs:topo_node_label (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_protocol.c | 91 topo_node_label(tnode_t *node, char **label, int *err) in topo_node_label() function
|
H A D | mapfile-vers | 137 topo_node_label;
|
H A D | libtopo.h | 132 extern int topo_node_label(tnode_t *, char **, int *);
|
/titanic_44/usr/src/lib/fm/topo/modules/common/xfp/ |
H A D | xfp.c | 155 if (topo_node_label(parent, &plabel, &err) != 0 || in xfp_label_set()
|
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/pcibus/ |
H A D | pci_sun4v.c | 240 if (topo_node_label(node, &location, &err) != 0) { in platform_pci_fru_cb()
|
/titanic_44/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | topo_gather.c | 270 if (topo_node_label(node, &label, &err) == 0) { in topo_add_disk() 692 if (topo_node_label(node, &label, &err) == 0) { in topo_add_bay()
|
/titanic_44/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus_labels.c | 322 if (topo_node_label(anode, &ancestor_l, in pci_slot_label_lookup()
|
H A D | did_props.c | 543 if (topo_node_label(pnode, &plabel, &err) != 0 || plabel == NULL) in use_predecessor_label()
|
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/ |
H A D | pi_meth.c | 358 (void) topo_node_label(node, &label, &err); in mem_asru_compute()
|
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/cpuboard/ |
H A D | cpuboard.c | 318 if (topo_node_label(parent, &plabel, &err) != 0 || in cpuboard_label_set()
|
/titanic_44/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/ |
H A D | cmd_branch.c | 243 if (topo_node_label(node, &lbl, &err) < 0) in fru_by_label_cb()
|
/titanic_44/usr/src/lib/fm/topo/modules/common/disk/ |
H A D | disk_common.c | 134 if (topo_node_label(parent, &label, &err) != 0) { in disk_set_props()
|
/titanic_44/usr/src/cmd/fm/fmtopo/common/ |
H A D | fmtopo.c | 143 (void) topo_node_label(node, &lname, &err); in print_node()
|