Home
last modified time | relevance | path

Searched refs:topo_mod_nvl2str (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_mod.h99 extern int topo_mod_nvl2str(topo_mod_t *, nvlist_t *, char **);
H A Dmapfile-vers111 topo_mod_nvl2str;
H A Dtopo_mod.map64 topo_mod_nvl2str { TYPE = FUNCTION; FLAGS = extern };
H A Dtopo_mod.c646 topo_mod_nvl2str(topo_mod_t *mod, nvlist_t *fmri, char **fmristr) in topo_mod_nvl2str() function
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_meth.c181 (void) topo_mod_nvl2str(mod, asru, &fmristr); in cpu_walker()
/titanic_44/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_subr.c510 if (fmri != NULL && topo_mod_nvl2str(mod, fmri, &fmristr) == 0) { in fmri_dprint()