Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/acpica/
H A Dacpi.c266 static int acpi_debug_objects; variable
267 TUNABLE_INT("debug.acpi.enable_debug_objects", &acpi_debug_objects);
526 AcpiGbl_EnableAmlDebugObject = acpi_debug_objects ? TRUE : FALSE; in acpi_attach()
3750 old = acpi_debug_objects; in acpi_debug_objects_sysctl()
3751 error = sysctl_handle_int(oidp, &acpi_debug_objects, 0, req); in acpi_debug_objects_sysctl()
3754 if (old == acpi_debug_objects || (old && acpi_debug_objects)) in acpi_debug_objects_sysctl()
3758 AcpiGbl_EnableAmlDebugObject = acpi_debug_objects ? TRUE : FALSE; in acpi_debug_objects_sysctl()