Home
last modified time | relevance | path

Searched refs:acpi_detect (Results 1 – 6 of 6) sorted by relevance

/freebsd/tools/tools/ncpus/
H A Dncpus.c4 extern int acpi_detect(void);
10 printf("acpi: %d\n", acpi_detect()); in main()
H A Dacpi.c58 int acpi_detect(void);
288 acpi_detect(void) in acpi_detect() function
/freebsd/stand/efi/acpica/include/
H A Dacpi_detect.h39 void acpi_detect(void);
/freebsd/stand/efi/acpica/
H A Dacpi_detect.c39 acpi_detect(void) in acpi_detect() function
/freebsd/stand/efi/loader/
H A DMakefile33 SRCS+= acpi_detect.c
H A Dmain.c1185 acpi_detect(); in main()