Home
last modified time | relevance | path

Searched refs:acpica_get_bdf (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/
H A Dacpica.h166 extern int acpica_get_bdf(dev_info_t *, int *, int *, int *);
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c1061 (acpica_get_bdf(dip, &bus, &device, &func) >= 0)) { in AcpiOsDerivePciId()
1773 if (acpica_get_bdf(cdip, &bus, NULL, NULL) < 0) { in scan_d2a_map()
1829 if (acpica_get_bdf(dcld, &dcld_b, &dcld_d, &dcld_f) < 0) in scan_d2a_subtree()
1861 acpica_get_bdf(dev_info_t *dip, int *bus, int *device, int *func) in acpica_get_bdf() function
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_uppc.c698 if (acpica_get_bdf(dip, &busid, &devid, NULL) != 0) in xen_uppc_translate_irq()
H A Dmp_platform_xpv.c799 if (acpica_get_bdf(dip, &busid, &devid, NULL) != 0) in apic_introp_xlate()
/illumos-gate/usr/src/uts/i86pc/io/psm/
H A Duppc.c889 if (acpica_get_bdf(dip, &busid, &devid, NULL) != 0) in uppc_translate_irq()
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_impl.c957 if (acpica_get_bdf(iommu->aiomt_dip, &bus, &device, &func) in amd_iommu_init()
1451 if (acpica_get_bdf(pci_dip, &bus, &device, &func) != DDI_SUCCESS) { in amd_iommu_probe()
H A Damd_iommu_page_tables.c283 if (acpica_get_bdf(pci_dip, &bus, &device, &func) != DDI_SUCCESS) { in amd_iommu_get_deviceid()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_misc.c849 if (acpica_get_bdf(dip, &busid, &devid, NULL) != 0) in apic_introp_xlate()
H A Dmp_platform_common.c1438 if (acpica_get_bdf(dipp, &bridge_bus, &bridge_devno, in apic_handle_pci_pci_bridge()
H A Dimmu_dvma.c289 if (!DEVI_IS_PCI(dip) || acpica_get_bdf(dip, &bus, &dev, &func) != 0) { in immu_devi_set()
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c2384 if (acpica_get_bdf(dip, &busid, &devid, NULL) != 0) in apix_intx_setup_pci()