Searched refs:topo_node_fru (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_protocol.c | 63 topo_node_fru(tnode_t *node, nvlist_t **fru, nvlist_t *priv, int *err) in topo_node_fru() function
|
H A D | mapfile-vers | 159 topo_node_fru;
|
H A D | libtopo.h | 173 extern int topo_node_fru(tnode_t *, nvlist_t **, nvlist_t *, int *);
|
/illumos-gate/usr/src/cmd/fm/modules/common/sensor-transport/ |
H A D | sensor_transport.c | 138 if (topo_node_fru(node, &fru, NULL, &err) != 0) { in st_check_component()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/ipmi/ |
H A D | ipmi_enum.c | 544 if (topo_node_fru(pnode, &fmri, NULL, &err) != 0) { in ipmi_check_entity()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/smbios/ |
H A D | smbios_enum.c | 159 if (topo_node_fru(smed->sme_pnode, &fmri, NULL, &err) != 0 || in smbios_make_slot()
|
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/ |
H A D | chip_amd.c | 663 (void) topo_node_fru(pnode, &pfmri, NULL, &err); in amd_dramchan_create()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | did_props.c | 562 if (topo_node_fru(pnode, &fru, NULL, &err) != 0) in use_predecessor_fru()
|
/illumos-gate/usr/src/cmd/fm/fmtopo/common/ |
H A D | fmtopo.c | 144 if (topo_node_fru(node, &fru, NULL, &err) == 0) in print_node()
|