Home
last modified time | relevance | path

Searched refs:topo_node_fru (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_protocol.c62 topo_node_fru(tnode_t *node, nvlist_t **fru, nvlist_t *priv, int *err) in topo_node_fru() function
H A Dmapfile-vers133 topo_node_fru;
H A Dlibtopo.h130 extern int topo_node_fru(tnode_t *, nvlist_t **, nvlist_t *, int *);
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/pcibus/
H A Dpci_sun4v.c251 rc = topo_node_fru(node, &fmri, NULL, &err); in platform_pci_fru_cb()
/titanic_41/usr/src/cmd/fm/modules/common/sensor-transport/
H A Dsensor_transport.c134 if (topo_node_fru(node, &fru, NULL, NULL) != 0) { in st_check_component()
/titanic_41/usr/src/lib/fm/topo/modules/common/ipmi/
H A Dipmi_enum.c339 if (topo_node_fru(pnode, &fmri, NULL, &err) != 0) { in ipmi_check_entity()
/titanic_41/usr/src/cmd/fm/modules/sun4v/generic-mem/
H A Dgmem_dimm.c380 if (topo_node_fru(node, &fru, NULL, &err) < 0) in find_dimm_hc_fmri()
H A Dgmem_memerr.c126 (void) topo_node_fru(node, &fru, NULL, &err); in find_fault_fru()
/titanic_41/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/
H A Dcmd_hc_sun4v.c373 if (topo_node_fru(node, &fru, 0, &err) < 0) { in find_dimm_sn_hc()
H A Dcmd_branch.c247 (topo_node_fru(node, &br_memb_nvl, NULL, &err) == 0)) { in fru_by_label_cb()
/titanic_41/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_amd.c663 (void) topo_node_fru(pnode, &pfmri, NULL, &err); in amd_dramchan_create()
/titanic_41/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_props.c523 if (topo_node_fru(pnode, &fru, NULL, &err) != 0) in use_predecessor_fru()
/titanic_41/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c141 if (topo_node_fru(node, &fru, NULL, &err) == 0) in print_node()