Home
last modified time | relevance | path

Searched refs:topo_fmri_fru (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/fm/schemes/hc/
H A Dscheme.c218 (void) topo_fmri_fru(thp, r1, &f1, &err); in fru_compare()
219 (void) topo_fmri_fru(thp, r2, &f2, &err); in fru_compare()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dmapfile-vers62 topo_fmri_fru;
H A Dlibtopo.h146 extern int topo_fmri_fru(topo_hdl_t *, nvlist_t *, nvlist_t **,
H A Dtopo_fmri.c509 topo_fmri_fru(topo_hdl_t *thp, nvlist_t *nvl, nvlist_t **fru, int *err) in topo_fmri_fru() function
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-diagnosis/
H A Dzfs_de.c493 if (topo_fmri_fru(thp, fmri, &fru, &err) != 0) in zfs_case_solve()
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c1160 if (topo_fmri_fru(thp, nvl, &fru, &err) == 0) in print_fmri()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_xprt.c1138 rsrc && topo_fmri_fru(thp, rsrc, &fru, &err) == 0) in fmd_xprt_list_suspect_local()
H A Dfmd_api.c1345 if (topo_fmri_fru(thp, rsrc, &fru, &err) == 0) { in fmd_case_add_suspect()