Home
last modified time | relevance | path

Searched refs:machdep_acpi_root (Results 1 – 2 of 2) sorted by last modified time

/freebsd/usr.sbin/acpi/acpidump/
H A Dacpi_user.c46 static char machdep_acpi_root[] = "machdep.acpi_root"; variable
179 if (sysctlbyname(machdep_acpi_root, &addr, &len, NULL, 0) != 0) in acpi_find_rsd_ptr()
/freebsd/tools/tools/ncpus/
H A Dacpi.c155 static char machdep_acpi_root[] = "machdep.acpi_root"; variable
304 if (sysctlbyname(machdep_acpi_root, &addr, &len, NULL, 0) != 0) { in acpi_detect()
311 machdep_acpi_root); in acpi_detect()