Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/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.c430 if (topo_fmri_str2nvl(thp, unumstr, &unum, &err) != 0) { in mem_unum_rewrite()
/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dmapfile-vers62 topo_fmri_str2nvl;
H A Dlibtopo.h101 extern int topo_fmri_str2nvl(topo_hdl_t *, const char *, nvlist_t **, int *);
H A Dtopo_mod.c632 if (topo_fmri_str2nvl(mod->tm_hdl, fmristr, &np, &err) < 0) in topo_mod_str2nvl()
H A Dtopo_fmri.c134 topo_fmri_str2nvl(topo_hdl_t *thp, const char *fmristr, nvlist_t **fmri, in topo_fmri_str2nvl() function
/titanic_41/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c686 if ((ret = topo_fmri_str2nvl(thp, pp->value, &val, in set_prop()
1096 if (topo_fmri_str2nvl(thp, g_fmri, &nvl, &err) < 0) { in print_fmri()
1144 if (topo_fmri_str2nvl(thp, g_fmri, &nvl, &err) < 0) { in print_fmri()
/titanic_41/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()
/titanic_41/usr/src/cmd/fm/modules/common/zfs-diagnosis/
H A Dzfs_de.c441 if (topo_fmri_str2nvl(thp, zcp->zc_fru, &fmri, &err) == 0) { in zfs_case_solve()
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c810 if (topo_fmri_str2nvl(Eft_topo_hdl, fmristr, &rsrc, &err) < 0) { in platform_units_translate()