Searched refs:topo_fmri_asru (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | mapfile-vers | 56 topo_fmri_asru;
|
H A D | libtopo.h | 145 extern int topo_fmri_asru(topo_hdl_t *, nvlist_t *, nvlist_t **, int *);
|
H A D | topo_fmri.c | 487 topo_fmri_asru(topo_hdl_t *thp, nvlist_t *nvl, nvlist_t **asru, int *err) in topo_fmri_asru() function
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_xprt.c | 1144 rsrc && topo_fmri_asru(thp, rsrc, &asru, &err) == 0) in fmd_xprt_list_suspect_local() 1278 if (topo_fmri_asru(thp, asru, &asrua[i], in fmd_xprt_list_suspect() 1294 if (topo_fmri_asru(thp, rsrc, &asrua[i], in fmd_xprt_list_suspect()
|
H A D | fmd_asru.c | 524 topo_fmri_asru(thp, rsrc, &asru, &err) == 0) { in fmd_asru_hash_recreate()
|
H A D | fmd_api.c | 1336 if (topo_fmri_asru(thp, rsrc, &asru, &err) == 0) { in fmd_case_add_suspect()
|
/illumos-gate/usr/src/cmd/fm/fmtopo/common/ |
H A D | fmtopo.c | 1158 if (topo_fmri_asru(thp, nvl, &asru, &err) == 0) in print_fmri()
|