Home
last modified time | relevance | path

Searched refs:topo_node_label (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_protocol.c92 topo_node_label(tnode_t *node, char **label, int *err) in topo_node_label() function
H A Dmapfile-vers163 topo_node_label;
H A Dlibtopo.h175 extern int topo_node_label(tnode_t *, char **, int *);
/illumos-gate/usr/src/lib/fm/topo/modules/common/xfp/
H A Dxfp.c154 if (topo_node_label(parent, &plabel, &err) != 0 || in xfp_label_set()
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dtopo_gather.c270 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 Dpcibus_labels.c323 if (topo_node_label(anode, &ancestor_l, in pci_slot_label_lookup()
H A Dpcibus.c659 if (topo_node_label(fn, &label, &err) != 0) { in declare_dev_and_fn()
H A Ddid_props.c582 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 Ddisk_nvme.c591 if ((topo_node_label(nvme_info->nei_parent, &label, &err) != 0 && in make_nvme_node()
H A Ddisk_common.c118 if (topo_node_label(parent, &label, &err) != 0) { in disk_set_props()
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c146 (void) topo_node_label(node, &lname, &err); in print_node()