Searched refs:vga_pci_alloc_resource (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/pci/ |
H A D | vga_pci.c | 69 static struct resource *vga_pci_alloc_resource(device_t dev, device_t child, 215 res = vga_pci_alloc_resource(dev, NULL, SYS_RES_MEMORY, &rid, 0, in vga_pci_map_bios() 249 res = vga_pci_alloc_resource(dev, NULL, SYS_RES_MEMORY, &rid, 0, in vga_pci_map_bios() 427 vga_pci_alloc_resource(device_t dev, device_t child, int type, int *rid, in vga_pci_alloc_resource() function 719 DEVMETHOD(bus_alloc_resource, vga_pci_alloc_resource),
|