Searched refs:machdep_acpi_root (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/usr.sbin/acpi/acpidump/
H A Dacpi_user.c48 static char machdep_acpi_root[] = "machdep.acpi_root"; variable
181 if (sysctlbyname(machdep_acpi_root, &addr, &len, NULL, 0) != 0)
/freebsd-13-stable/tools/tools/ncpus/
H A Dacpi.c157 static char machdep_acpi_root[] = "machdep.acpi_root"; variable
306 if (sysctlbyname(machdep_acpi_root, &addr, &len, NULL, 0) != 0) {
313 machdep_acpi_root);

Completed in 59 milliseconds