Searched refs:topo_fmri_nvl2str (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/lib/fm/libfmd_snmp/common/ |
H A D | scheme.c | 38 if (topo_fmri_nvl2str(thp, nvl, &str, &err) != 0) {
|
/osnet-11/usr/src/lib/fm/libasr/common/ |
H A D | asr_topo.c | 78 * topo_fmri_nvl2str, but fallback to something if we don't have an appropriate 89 if (topo_fmri_nvl2str(thp, fmri, &fmristr, &err) == 0) {
|
H A D | asr_audit.c | 79 if (topo_fmri_nvl2str(edata->asr_topoh, fmri, &fmristr, &err) != 0) { 225 if (topo_fmri_nvl2str(
|
/osnet-11/usr/src/lib/fm/libfmevent/common/ |
H A D | fmev_subscribe.c | 630 if (topo_fmri_nvl2str(g_topohdl, nvl, &fmri, &topoerr) == 0) {
|
/osnet-11/usr/src/lib/fm/topo/libtopo/common/ |
H A D | libtopo.h | 113 extern int topo_fmri_nvl2str(topo_hdl_t *, nvlist_t *, char **, int *);
|
H A D | topo_fmri.c | 98 topo_fmri_nvl2str(topo_hdl_t *thp, nvlist_t *fmri, char **fmristr, int *err) function
|
H A D | topo_mod.c | 591 if (topo_fmri_nvl2str(mod->tm_hdl, fmri, &sp, &err) < 0)
|
Completed in 34 milliseconds