Home
last modified time | relevance | path

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

/freebsd/sys/dev/acpica/
H A Dacpi.c277 static int acpi_debug_objects; variable
278 TUNABLE_INT("debug.acpi.enable_debug_objects", &acpi_debug_objects);
506 AcpiGbl_EnableAmlDebugObject = acpi_debug_objects ? TRUE : FALSE; in acpi_attach()
4521 old = acpi_debug_objects; in acpi_debug_objects_sysctl()
4522 error = sysctl_handle_int(oidp, &acpi_debug_objects, 0, req); in acpi_debug_objects_sysctl()
4525 if (old == acpi_debug_objects || (old && acpi_debug_objects)) in acpi_debug_objects_sysctl()
4529 AcpiGbl_EnableAmlDebugObject = acpi_debug_objects ? TRUE : FALSE; in acpi_debug_objects_sysctl()