Searched refs:pcib_alloc_resource (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/sys/bus/pci/ |
H A D | pcib_private.h | 74 struct resource *pcib_alloc_resource(device_t dev, device_t child, int type, int *rid,
|
H A D | pci_pci.c | 67 DEVMETHOD(bus_alloc_resource, pcib_alloc_resource), 389 pcib_alloc_resource(device_t dev, device_t child, int type, int *rid, in pcib_alloc_resource() function
|
/dflybsd-src/sys/bus/pci/x86_64/ |
H A D | mptable_pci.c | 227 DEVMETHOD(bus_alloc_resource, pcib_alloc_resource),
|
H A D | pci_bus.c | 654 DEVMETHOD(bus_alloc_resource, pcib_alloc_resource),
|