Home
last modified time | relevance | path

Searched refs:topo_mod_enumerate (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/hostbridge/
H A Dhb_i86pc.c46 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 Dpcibus.c203 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 Dx86pi_hostbridge.c158 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 Dx86pi_generic.c103 rv = topo_mod_enumerate(mod, *t_node, _FAC_PROV, _FAC_PROV, 0, 0, NULL); in x86pi_enum_generic()
H A Dx86pi_bay.c368 rv = topo_mod_enumerate(mod, tn_bay, DISK, DISK, min, max, NULL); in x86pi_gen_bay()
H A Dx86pi.c480 topo_mod_enumerate(mod, basebd_node, in x86pi_enum_gentopo()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_builtin.c158 if (topo_mod_enumerate(mod, rnode, mod->tm_name, in topo_builtin_create()
H A Dmapfile-vers118 topo_mod_enumerate;
H A Dtopo_mod.h82 extern int topo_mod_enumerate(topo_mod_t *, tnode_t *, const char *,
H A Dmem.c116 if (isglobal && topo_mod_enumerate(nmp, pnode, PLATFORM_MEM_NAME, name, in mem_enum()
H A Dtopo_mod.map64 topo_mod_enumerate { TYPE = FUNCTION; FLAGS = extern };
H A Dcpu.c229 if (topo_mod_enumerate(nmp, pnode, PLATFORM_CPU_NAME, name, in cpu_enum()
H A Dtopo_xml.c1540 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 Dtopo_mod.c242 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 Dhostbridge.c342 if (topo_mod_enumerate(mod, in specific_hb_enum()
/illumos-gate/usr/src/lib/fm/topo/modules/common/ipmi/
H A Dipmi_enum.c523 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 Ddisk_nvme.c490 (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 Dtopo_usb.c1347 if (topo_mod_enumerate(mod, tn, DISK, DISK, min, max, NULL) != 0) { in topo_usb_enum_scsa2usb()