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

/freebsd-12-stable/sys/dev/pci/
H A Dvga_pci.c71 static struct resource *vga_pci_alloc_resource(device_t dev, device_t child,
218 res = vga_pci_alloc_resource(dev, NULL, SYS_RES_MEMORY, &rid, 0,
222 device_printf(dev, "vga_pci_alloc_resource failed\n");
253 res = vga_pci_alloc_resource(dev, NULL, SYS_RES_MEMORY, &rid, 0,
256 device_printf(dev, "vga_pci_alloc_resource failed\n");
459 vga_pci_alloc_resource(device_t dev, device_t child, int type, int *rid, function
752 DEVMETHOD(bus_alloc_resource, vga_pci_alloc_resource),

Completed in 124 milliseconds