Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dmapfile-vers143 topo_mod_str2nvl;
H A Dtopo_mod.h107 extern int topo_mod_str2nvl(topo_mod_t *, const char *, nvlist_t **);
H A Dtopo_mod.map75 topo_mod_str2nvl { TYPE = FUNCTION; FLAGS = extern };
H A Dsvc.c204 if (topo_mod_str2nvl(mod, fixed, &fmri) < 0) { in svc_create_node()
H A Dtopo_xml.c158 if (topo_mod_str2nvl(mp, (const char *)str, rnvl) < 0) { in xmlattr_to_fmri()
397 if (topo_mod_str2nvl(mp, (const char *)str, in xlate_common()
H A Dtopo_mod.c632 topo_mod_str2nvl(topo_mod_t *mod, const char *fmristr, nvlist_t **fmri) in topo_mod_str2nvl() function