Searched refs:topo_mod_str2nvl (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/pcibus/ |
H A D | pci_sun4v.c | 168 if (topo_mod_str2nvl(mod, buf, &rnvl) < 0) in platform_pci_fru()
|
/titanic_50/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_mod.h | 100 extern int topo_mod_str2nvl(topo_mod_t *, const char *, nvlist_t **);
|
H A D | mapfile-vers | 118 topo_mod_str2nvl;
|
H A D | topo_mod.map | 65 topo_mod_str2nvl { TYPE = FUNCTION; FLAGS = extern };
|
H A D | svc.c | 204 if (topo_mod_str2nvl(mod, fixed, &fmri) < 0) { in svc_create_node()
|
H A D | topo_mod.c | 627 topo_mod_str2nvl(topo_mod_t *mod, const char *fmristr, nvlist_t **fmri) in topo_mod_str2nvl() function
|
H A D | topo_xml.c | 141 if (topo_mod_str2nvl(mp, (const char *)str, rnvl) < 0) { in xmlattr_to_fmri() 401 if (topo_mod_str2nvl(mp, (const char *)str, in xlate_common()
|
/titanic_50/usr/src/lib/fm/topo/modules/sun4u/chip/ |
H A D | chip_sun4u.c | 240 if (topo_mod_str2nvl(mod, KSTAT_NAMED_STR_PTR(kf), in cpu_create()
|
/titanic_50/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/ |
H A D | opl_hostbridge.c | 130 if (topo_mod_str2nvl(mp, fru_str, &fru_fmri) == 0) { in opl_rc_node_create()
|
H A D | opl_ioboard.c | 201 if (topo_mod_str2nvl(mp, fmri_str, &fmri) == 0) { in opl_iob_node_create()
|