Home
last modified time | relevance | path

Searched refs:bus_generic_unmap_resource (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/fdt/
H A Dsimplebus.c91 DEVMETHOD(bus_unmap_resource, bus_generic_unmap_resource),
/freebsd/sys/dev/pci/
H A Dpci_host_generic.c643 return (bus_generic_unmap_resource(dev, child, r, map)); in generic_pcie_unmap_resource()
H A Dpci_pci.c2297 return (bus_generic_unmap_resource(dev, child, r, map)); in pcib_unmap_resource()
H A Dpci.c5817 return (bus_generic_unmap_resource(dev, child, r, map)); in pci_unmap_resource()
5833 return (bus_generic_unmap_resource(dev, child, r, map)); in pci_unmap_resource()
/freebsd/sys/sys/
H A Dbus.h526 int bus_generic_unmap_resource(device_t dev, device_t child,
/freebsd/sys/kern/
H A Dbus_if.m361 } DEFAULT bus_generic_unmap_resource;
H A Dsubr_bus.c4055 bus_generic_unmap_resource(device_t dev, device_t child, struct resource *r, in bus_generic_unmap_resource() function
/freebsd/sys/dev/acpica/
H A Dacpi.c1683 return (bus_generic_unmap_resource(bus, child, r, map)); in acpi_unmap_resource()