Searched refs:topo_mod_load (Results 1 – 16 of 16) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus.c | 195 if (topo_mod_load(mod, TOPO_MOD_UFM, TOPO_VERSION) == NULL) { in pciexfn_add_ufm() 577 if (topo_mod_load(mod, XAUI, TOPO_VERSION) == NULL) { in declare_dev_and_fn() 603 if (topo_mod_load(mod, NIC, NIC_VERSION) == NULL) { in declare_dev_and_fn() 616 if (topo_mod_load(mod, USB, USB_VERSION) == NULL) { in declare_dev_and_fn() 713 if (topo_mod_load(mod, DISK, TOPO_VERSION) == NULL) { in declare_dev_and_fn()
|
/illumos-gate/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 | 355 if (topo_mod_load(mod, DISK, TOPO_VERSION) == NULL) { in x86pi_gen_bay()
|
H A D | x86pi.c | 459 if (topo_mod_load(mod, CHIP, TOPO_VERSION) == NULL) { in x86pi_enum_gentopo()
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | mapfile-vers | 129 topo_mod_load;
|
H A D | topo_mod.h | 77 extern topo_mod_t *topo_mod_load(topo_mod_t *, const char *, topo_version_t);
|
H A D | mem.c | 100 if (isglobal && (nmp = topo_mod_load(mod, PLATFORM_MEM_NAME, in mem_enum()
|
H A D | topo_mod.map | 60 topo_mod_load { TYPE = FUNCTION; FLAGS = extern };
|
H A D | cpu.c | 199 if ((nmp = topo_mod_load(mod, PLATFORM_CPU_NAME, in cpu_enum()
|
H A D | topo_xml.c | 1637 if ((rd->rd_mod = topo_mod_load(mp, rd->rd_einfo->te_name, in enum_run() 1681 if ((fmod = topo_mod_load(mp, name, TOPO_VERSION)) == NULL) { in fac_enum_run()
|
H A D | topo_mod.c | 118 topo_mod_load(topo_mod_t *pmod, const char *name, in topo_mod_load() function
|
/illumos-gate/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()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/ipmi/ |
H A D | ipmi_enum.c | 515 if (fmod == NULL && (fmod = topo_mod_load(mod, FAC_PROV_IPMI, in ipmi_check_entity()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/ |
H A D | disk_nvme.c | 484 if (topo_mod_load(mod, TOPO_MOD_UFM, TOPO_VERSION) == NULL) { in disk_nvme_make_ufm()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/usb/ |
H A D | topo_usb.c | 1321 if (topo_mod_load(mod, DISK, TOPO_VERSION) == NULL) { in topo_usb_enum_scsa2usb()
|