Searched refs:topo_node_label (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_protocol.c | 92 topo_node_label(tnode_t *node, char **label, int *err) in topo_node_label() function
|
H A D | mapfile-vers | 163 topo_node_label;
|
H A D | libtopo.h | 175 extern int topo_node_label(tnode_t *, char **, int *);
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/xfp/ |
H A D | xfp.c | 154 if (topo_node_label(parent, &plabel, &err) != 0 || in xfp_label_set()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus_labels.c | 323 if (topo_node_label(anode, &ancestor_l, in pci_slot_label_lookup()
|
H A D | pcibus.c | 659 if (topo_node_label(fn, &label, &err) != 0) { in declare_dev_and_fn()
|
H A D | did_props.c | 582 if (topo_node_label(pnode, &plabel, &err) != 0 || plabel == NULL) in use_predecessor_label()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/ |
H A D | disk_nvme.c | 591 if ((topo_node_label(nvme_info->nei_parent, &label, &err) != 0 && in make_nvme_node()
|
H A D | disk_common.c | 118 if (topo_node_label(parent, &label, &err) != 0) { in disk_set_props()
|
/illumos-gate/usr/src/cmd/fm/fmtopo/common/ |
H A D | fmtopo.c | 146 (void) topo_node_label(node, &lname, &err); in print_node()
|