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 D | fmevt_inbound_smf.c | 106 if (topo_fmri_str2nvl(thp, fmristr, &fmri, &err) != 0) { in shortfmri_to_fmri()
|
/titanic_41/usr/src/cmd/fm/schemes/mem/ |
H A D | mem.c | 288 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 D | mem_unum.c | 430 if (topo_fmri_str2nvl(thp, unumstr, &unum, &err) != 0) { in mem_unum_rewrite()
|
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | mapfile-vers | 62 topo_fmri_str2nvl;
|
H A D | libtopo.h | 101 extern int topo_fmri_str2nvl(topo_hdl_t *, const char *, nvlist_t **, int *);
|
H A D | topo_mod.c | 632 if (topo_fmri_str2nvl(mod->tm_hdl, fmristr, &np, &err) < 0) in topo_mod_str2nvl()
|
H A D | topo_fmri.c | 134 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 D | fmtopo.c | 686 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 D | smf_response.c | 164 if (topo_fmri_str2nvl(thp, entp->fmristr, &svcfmri, in uuid_cache_gc()
|
/titanic_41/usr/src/cmd/fm/modules/common/zfs-diagnosis/ |
H A D | zfs_de.c | 441 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 D | platform.c | 810 if (topo_fmri_str2nvl(Eft_topo_hdl, fmristr, &rsrc, &err) < 0) { in platform_units_translate()
|