Searched refs:hostb_alloc_start (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/x86/include/ |
| H A D | pci_cfgreg.h | 58 rman_res_t hostb_alloc_start(int type, rman_res_t start, rman_res_t end, rman_res_t count);
|
| /freebsd/sys/x86/pci/ |
| H A D | pci_bus.c | 582 hostb_alloc_start(int type, rman_res_t start, rman_res_t end, rman_res_t count) in hostb_alloc_start() function 602 start = hostb_alloc_start(type, start, end, count); in legacy_pcib_alloc_resource()
|
| /freebsd/sys/x86/x86/ |
| H A D | mptable_pci.c | 132 start = hostb_alloc_start(type, start, end, count); in mptable_hostb_alloc_resource()
|
| /freebsd/sys/dev/acpica/ |
| H A D | acpi_pcib_acpi.c | 615 start = hostb_alloc_start(type, start, end, count); in acpi_pcib_acpi_alloc_resource()
|