Searched refs:unmap_legacy (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/libpciaccess/dist/src/
H A Dpciaccess_private.h100 int (*unmap_legacy)(struct pci_device *dev, void *addr, pciaddr_t size); member in struct:pci_system_methods
H A Dcommon_interface.c727 if (!pci_sys->methods->unmap_legacy)
730 return pci_sys->methods->unmap_legacy(dev, addr, size);
H A Dx86_pci.c1154 .unmap_legacy = pci_device_x86_unmap_legacy,
1175 .unmap_legacy = pci_device_x86_unmap_legacy,
H A Dfreebsd_pci.c589 .unmap_legacy = pci_device_freebsd_unmap_legacy,
H A Dhurd_pci.c652 .unmap_legacy = pci_device_hurd_unmap_legacy,
H A Dlinux_sysfs.c1070 .unmap_legacy = pci_device_linux_sysfs_unmap_legacy,
H A Dnetbsd_pci.c907 .unmap_legacy = pci_device_netbsd_unmap_legacy,
H A Dsolx_devfs.c1059 .unmap_legacy = pci_device_solx_devfs_unmap_legacy,

Completed in 9 milliseconds