/titanic_50/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/ |
H A D | pi_niu.c | 57 if (topo_mod_load(mod, NIU, TOPO_VERSION) == NULL) { in pi_enum_niu()
|
H A D | pi_bay.c | 466 if (topo_mod_load(mod, DISK, TOPO_VERSION) == NULL) { in pi_enum_bay()
|
H A D | pi_pciexrc.c | 147 if (topo_mod_load(mod, PCI_BUS, TOPO_VERSION) == NULL) { in pi_enum_pciexrc_defer()
|
/titanic_50/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi_generic.c | 96 if (topo_mod_load(mod, _FAC_PROV, TOPO_VERSION) == NULL) { in x86pi_enum_generic()
|
H A D | x86pi_hostbridge.c | 77 if ((pcimp = topo_mod_load(mod, PCI_ENUM, PCI_ENUMR_VERS)) == NULL) { in x86pi_hbr_enum_init()
|
H A D | x86pi_bay.c | 338 if (topo_mod_load(mod, DISK, TOPO_VERSION) == NULL) { in x86pi_gen_bay()
|
H A D | x86pi.c | 454 if (topo_mod_load(mod, CHIP, TOPO_VERSION) == NULL) { in x86pi_enum_gentopo()
|
/titanic_50/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_mod.h | 71 extern topo_mod_t *topo_mod_load(topo_mod_t *, const char *, topo_version_t);
|
H A D | mapfile-vers | 106 topo_mod_load;
|
H A D | topo_mod.map | 50 topo_mod_load { TYPE = FUNCTION; FLAGS = extern };
|
H A D | mem.c | 100 if (isglobal && (nmp = topo_mod_load(mod, PLATFORM_MEM_NAME, in mem_enum()
|
H A D | cpu.c | 199 if ((nmp = topo_mod_load(mod, PLATFORM_CPU_NAME, in cpu_enum()
|
H A D | topo_mod.c | 112 topo_mod_load(topo_mod_t *pmod, const char *name, in topo_mod_load() function
|
H A D | topo_xml.c | 1620 if ((rd->rd_mod = topo_mod_load(mp, rd->rd_einfo->te_name, in enum_run() 1664 if ((fmod = topo_mod_load(mp, name, TOPO_VERSION)) == NULL) { in fac_enum_run()
|
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/cpuboard/ |
H A D | cpuboard_hostbridge.c | 254 pcimod = topo_mod_load(mp, PCI_BUS, PCI_BUS_VERS); in cpuboard_hb_enum()
|
H A D | cpuboard.c | 394 if ((rp = topo_mod_load(mp, CHIP, TOPO_VERSION)) == NULL) { in chip_enum_load()
|
/titanic_50/usr/src/lib/fm/topo/modules/sun4/ioboard/ |
H A D | ioboard.c | 106 if ((rp = topo_mod_load(mp, HOSTBRIDGE, HB_ENUMR_VERS)) == NULL) { in hb_enumr_load()
|
/titanic_50/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/ |
H A D | opl_hostbridge.c | 270 pcimod = topo_mod_load(mp, PCI_BUS, PCI_BUS_VERS); in opl_hb_enum()
|
/titanic_50/usr/src/lib/fm/topo/modules/common/hostbridge/ |
H A D | hostbridge.c | 129 if ((rp = topo_mod_load(mp, PCI_ENUM, PCI_ENUMR_VERS)) == NULL) { in pci_enumr_load()
|
/titanic_50/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus.c | 506 if (topo_mod_load(mod, XAUI, TOPO_VERSION) == NULL) { in declare_dev_and_fn() 532 if (topo_mod_load(mod, NIC, NIC_VERSION) == NULL) { in declare_dev_and_fn()
|
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/niu/ |
H A D | niu.c | 341 if ((rp = topo_mod_load(mp, XAUI, TOPO_VERSION)) == NULL) { in xaui_enum_load()
|
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/chip/ |
H A D | chip_sun4v.c | 332 if ((rp = topo_mod_load(mp, DIMM, TOPO_VERSION)) == NULL) { in dimm_enum_load()
|
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/xaui/ |
H A D | xaui.c | 500 if ((rp = topo_mod_load(mp, XFP, TOPO_VERSION)) == NULL) { in xfp_enum_load()
|