/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/hostbridge/ |
H A D | hb_i86pc.c | 46 if (topo_mod_enumerate(mod, in hb_process() 68 if (topo_mod_enumerate(mod, in rc_process()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus.c | 203 err = topo_mod_enumerate(mod, create, TOPO_MOD_UFM, UFM, 0, UINT32_MAX, in pciexfn_add_ufm() 593 (void) topo_mod_enumerate(mod, fn, in declare_dev_and_fn() 610 (void) topo_mod_enumerate(mod, fn, NIC, NIC, 0, 0, din); in declare_dev_and_fn() 623 (void) topo_mod_enumerate(mod, fn, USB, USB_PCI, 0, 0, din); in declare_dev_and_fn() 719 (void) topo_mod_enumerate(mod, fn, DISK, NVME, 0, 0, NULL); in declare_dev_and_fn()
|
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi_hostbridge.c | 158 return (topo_mod_enumerate(mod, tn_rc, PCI_BUS, PCIEX_BUS, in pciex_process() 184 return (topo_mod_enumerate(mod, tn_hbr, PCI_BUS, PCI_BUS, in pci_process()
|
H A D | x86pi_generic.c | 103 rv = topo_mod_enumerate(mod, *t_node, _FAC_PROV, _FAC_PROV, 0, 0, NULL); in x86pi_enum_generic()
|
H A D | x86pi_bay.c | 368 rv = topo_mod_enumerate(mod, tn_bay, DISK, DISK, min, max, NULL); in x86pi_gen_bay()
|
H A D | x86pi.c | 480 topo_mod_enumerate(mod, basebd_node, in x86pi_enum_gentopo()
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_builtin.c | 158 if (topo_mod_enumerate(mod, rnode, mod->tm_name, in topo_builtin_create()
|
H A D | mapfile-vers | 118 topo_mod_enumerate;
|
H A D | topo_mod.h | 82 extern int topo_mod_enumerate(topo_mod_t *, tnode_t *, const char *,
|
H A D | mem.c | 116 if (isglobal && topo_mod_enumerate(nmp, pnode, PLATFORM_MEM_NAME, name, in mem_enum()
|
H A D | topo_mod.map | 64 topo_mod_enumerate { TYPE = FUNCTION; FLAGS = extern };
|
H A D | cpu.c | 229 if (topo_mod_enumerate(nmp, pnode, PLATFORM_CPU_NAME, name, in cpu_enum()
|
H A D | topo_xml.c | 1540 if (topo_mod_enumerate(rd->rd_mod, rd->rd_pn, in node_process() 1652 e = topo_mod_enumerate(rd->rd_mod, rd->rd_pn, rd->rd_einfo->te_name, in enum_run() 1693 e = topo_mod_enumerate(fmod, node, name, name, 0, 0, NULL); in fac_enum_run()
|
H A D | topo_mod.c | 242 topo_mod_enumerate(topo_mod_t *mod, tnode_t *node, const char *enum_name, in topo_mod_enumerate() function
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/hostbridge/ |
H A D | hostbridge.c | 342 if (topo_mod_enumerate(mod, in specific_hb_enum()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/ipmi/ |
H A D | ipmi_enum.c | 523 if (topo_mod_enumerate(fmod, tn, FAC_PROV_IPMI, FAC_PROV_IPMI, 0, 0, in ipmi_check_entity()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/ |
H A D | disk_nvme.c | 490 (void) topo_mod_enumerate(mod, nei->nei_nvme, TOPO_MOD_UFM, UFM, 0, 0, in disk_nvme_make_ufm()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/usb/ |
H A D | topo_usb.c | 1347 if (topo_mod_enumerate(mod, tn, DISK, DISK, min, max, NULL) != 0) { in topo_usb_enum_scsa2usb()
|