Searched refs:ACPI_IS_DEBUG_ENABLED (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/sys/contrib/dev/acpica/components/utilities/ |
| HD | utdebug.c | 195 if (!ACPI_IS_DEBUG_ENABLED (RequestedDebugLevel, ComponentId)) in AcpiDebugPrint() 282 if (!ACPI_IS_DEBUG_ENABLED (RequestedDebugLevel, ComponentId)) in ACPI_EXPORT_SYMBOL() 324 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId)) in ACPI_EXPORT_SYMBOL() 366 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId)) in ACPI_EXPORT_SYMBOL() 406 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId)) in AcpiUtTraceStr() 446 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId)) in AcpiUtTraceU32() 481 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId)) in AcpiUtExit() 525 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId)) in ACPI_EXPORT_SYMBOL() 580 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId)) in ACPI_EXPORT_SYMBOL() 625 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId)) in ACPI_EXPORT_SYMBOL()
|
| /NextBSD/sys/contrib/dev/acpica/include/ |
| HD | acoutput.h | 292 #define ACPI_IS_DEBUG_ENABLED(Level, Component) \ macro 329 if (ACPI_IS_DEBUG_ENABLED (Level, Component)) \ 481 #define ACPI_IS_DEBUG_ENABLED(Level, Component) 0 macro
|
| /NextBSD/sys/contrib/dev/acpica/components/resources/ |
| HD | rsdump.c | 145 if (!ACPI_IS_DEBUG_ENABLED (ACPI_LV_RESOURCES, _COMPONENT)) in AcpiRsDumpResourceList() 226 if (!ACPI_IS_DEBUG_ENABLED (ACPI_LV_RESOURCES, _COMPONENT)) in AcpiRsDumpIrqList()
|
| /NextBSD/sys/contrib/dev/acpica/components/namespace/ |
| HD | nsdump.c | 112 if (!ACPI_IS_DEBUG_ENABLED (ACPI_LV_NAMES, ACPI_NAMESPACE)) in AcpiNsPrintPathname() 171 if (!ACPI_IS_DEBUG_ENABLED (Level, Component)) in AcpiNsDumpPathname()
|
| /NextBSD/sys/contrib/dev/acpica/components/executer/ |
| HD | exdump.c | 633 if (!ACPI_IS_DEBUG_ENABLED (ACPI_LV_EXEC, _COMPONENT)) in AcpiExDumpOperand() 1003 if (!ACPI_IS_DEBUG_ENABLED (ACPI_LV_OBJECTS, _COMPONENT)) in AcpiExDumpNamespaceNode() 1209 if (!ACPI_IS_DEBUG_ENABLED (ACPI_LV_OBJECTS, _COMPONENT)) in AcpiExDumpObjectDescriptor()
|