Home
last modified time | relevance | path

Searched refs:topo_fmri_str2nvl (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_inbound_smf.c106 if (topo_fmri_str2nvl(thp, fmristr, &fmri, &err) != 0) { in shortfmri_to_fmri()
/illumos-gate/usr/src/cmd/fm/schemes/mem/
H A Dmem.c288 if (topo_fmri_str2nvl(thp, unum, &unum_nvl, &err) == 0) { in fmd_fmri_present()
389 if (topo_fmri_str2nvl(thp, unum, &unum_nvl, &err) == 0) { in fmd_fmri_replaced()
H A Dmem_unum.c435 if (topo_fmri_str2nvl(thp, unumstr, &unum, &err) != 0) { in mem_unum_rewrite()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dmapfile-vers73 topo_fmri_str2nvl;
H A Dlibtopo.h144 extern int topo_fmri_str2nvl(topo_hdl_t *, const char *, nvlist_t **, int *);
H A Dtopo_digraph.c591 if (topo_fmri_str2nvl(thp, pathstr, &fmri, &err) != 0) { in visit_vertex()
H A Dtopo_fmri.c136 topo_fmri_str2nvl(topo_hdl_t *thp, const char *fmristr, nvlist_t **fmri, in topo_fmri_str2nvl() function
H A Dtopo_mod.c637 if (topo_fmri_str2nvl(mod->tm_hdl, fmristr, &np, &err) < 0) in topo_mod_str2nvl()
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c701 if ((ret = topo_fmri_str2nvl(thp, pp->value, &val, in set_prop()
1140 if (topo_fmri_str2nvl(thp, g_fmri, &nvl, &err) < 0) { in print_fmri()
1188 if (topo_fmri_str2nvl(thp, g_fmri, &nvl, &err) < 0) { in print_fmri()
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/smf/
H A Dsmf_response.c164 if (topo_fmri_str2nvl(thp, entp->fmristr, &svcfmri, in uuid_cache_gc()
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-diagnosis/
H A Dzfs_de.c471 if (topo_fmri_str2nvl(thp, zcp->zc_fru, &fmri, &err) == 0) { in zfs_case_solve()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c812 if (topo_fmri_str2nvl(Eft_topo_hdl, fmristr, &fmri, &err) < 0) { in platform_unit_translate()