Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/components/utilities/
H A Dutdebug.c439 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId)) in ACPI_EXPORT_SYMBOL()
441 AcpiDebugPrint (ACPI_LV_FUNCTIONS, in ACPI_EXPORT_SYMBOL()
483 AcpiDebugPrint (ACPI_LV_FUNCTIONS, in ACPI_EXPORT_SYMBOL()
523 AcpiDebugPrint (ACPI_LV_FUNCTIONS, in AcpiUtTraceStr()
563 AcpiDebugPrint (ACPI_LV_FUNCTIONS, in AcpiUtTraceU32()
598 AcpiDebugPrint (ACPI_LV_FUNCTIONS, in AcpiUtExit()
644 AcpiDebugPrint (ACPI_LV_FUNCTIONS, in ACPI_EXPORT_SYMBOL()
651 AcpiDebugPrint (ACPI_LV_FUNCTIONS, in ACPI_EXPORT_SYMBOL()
697 AcpiDebugPrint (ACPI_LV_FUNCTIONS, in ACPI_EXPORT_SYMBOL()
742 AcpiDebugPrint (ACPI_LV_FUNCTIONS, in ACPI_EXPORT_SYMBOL()
[all …]
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacoutput.h225 #define ACPI_LV_FUNCTIONS 0x00200000 macro
278 #define ACPI_DB_FUNCTIONS ACPI_DEBUG_LEVEL (ACPI_LV_FUNCTIONS)
/f-stack/freebsd/contrib/dev/acpica/components/debugger/
H A Ddbxface.c464 AcpiDbgLevel &= ~(ACPI_LV_PARSE | ACPI_LV_FUNCTIONS); in AcpiDbSingleStep()