HomeSort by: relevance | last modified time | path
    Searched refs:pci_mode_detect (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/x86/x86/
mainbus.c 156 pci_mode_detect();
160 if (pci_mode_detect() != 0) {
  /src/sys/arch/x86/include/
pci_machdep_common.h 102 int pci_mode_detect(void);
  /src/sys/arch/amd64/amd64/
amd64_mainbus.c 204 if (pci_mode_detect() != 0) {
  /src/sys/arch/i386/i386/
i386_mainbus.c 337 if (pci_mode_detect() != 0 && ifattr_match(ifattr, "pcibus")) {
  /src/sys/arch/x86/pci/
pci_machdep.c 792 pci_mode_detect(void) function in typeref:typename:int
1322 pci_mode_detect();

Completed in 14 milliseconds