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

/freebsd-10.2-release/sys/x86/include/
H A Dpci_cfgreg.h49 u_long hostb_alloc_start(int type, u_long start, u_long end, u_long count);
/freebsd-10.2-release/sys/x86/x86/
H A Dmptable_pci.c138 start = hostb_alloc_start(type, start, end, count);
/freebsd-10.2-release/sys/x86/pci/
H A Dpci_bus.c583 hostb_alloc_start(int type, u_long start, u_long end, u_long count) function
605 start = hostb_alloc_start(type, start, end, count);
/freebsd-10.2-release/sys/dev/acpica/
H A Dacpi_pcib_acpi.c595 start = hostb_alloc_start(type, start, end, count);

Completed in 180 milliseconds