Searched refs:topo_mod_str2nvl (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_mod.h | 97 extern int topo_mod_str2nvl(topo_mod_t *, const char *, nvlist_t **);
|
H A D | svc.c | 195 if (topo_mod_str2nvl(mod, fixed, &fmri) < 0) { 196 topo_mod_dprintf(mod, "topo_mod_str2nvl() failed: %s",
|
H A D | topo_mod.c | 567 topo_mod_str2nvl(topo_mod_t *mod, const char *fmristr, nvlist_t **fmri) function
|
H A D | topo_xml.c | 143 if (topo_mod_str2nvl(mp, (const char *)str, rnvl) < 0) { 145 "topo_mod_str2nvl() failed, str=%s\n", __func__, str); 469 if (topo_mod_str2nvl(mp, (const char *)str,
|
/osnet-11/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/common/ |
H A D | opl_hostbridge.c | 129 if (topo_mod_str2nvl(mp, fru_str, &fru_fmri) == 0) {
|
H A D | opl_ioboard.c | 200 if (topo_mod_str2nvl(mp, fmri_str, &fmri) == 0) {
|
/osnet-11/usr/src/lib/fm/topo/modules/sun4u/chip/common/ |
H A D | chip_sun4u.c | 237 if (topo_mod_str2nvl(mod, KSTAT_NAMED_STR_PTR(kf),
|
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/pcibus/common/ |
H A D | pci_sun4v.c | 169 if (topo_mod_str2nvl(mod, buf, &rnvl) < 0)
|
Completed in 49 milliseconds