Searched refs:ACPI_IS_DEBUG_ENABLED (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/common/acpica/utilities/ |
H A D | utdebug.c | 299 if (!ACPI_IS_DEBUG_ENABLED (RequestedDebugLevel, ComponentId)) in AcpiDebugPrint() 397 if (!ACPI_IS_DEBUG_ENABLED (RequestedDebugLevel, ComponentId)) in ACPI_EXPORT_SYMBOL() 439 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId)) in ACPI_EXPORT_SYMBOL() 481 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId)) in ACPI_EXPORT_SYMBOL() 521 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId)) in AcpiUtTraceStr() 561 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId)) in AcpiUtTraceU32() 596 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId)) in AcpiUtExit() 640 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId)) in ACPI_EXPORT_SYMBOL() 695 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId)) in ACPI_EXPORT_SYMBOL() 740 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId)) in ACPI_EXPORT_SYMBOL() [all …]
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | acoutput.h | 402 #define ACPI_IS_DEBUG_ENABLED(Level, Component) \ macro 439 if (ACPI_IS_DEBUG_ENABLED (Level, Component)) \ 594 #define ACPI_IS_DEBUG_ENABLED(Level, Component) 0 macro
|
/illumos-gate/usr/src/common/acpica/resources/ |
H A D | rsdump.c | 258 if (!ACPI_IS_DEBUG_ENABLED (ACPI_LV_RESOURCES, _COMPONENT)) in AcpiRsDumpResourceList() 339 if (!ACPI_IS_DEBUG_ENABLED (ACPI_LV_RESOURCES, _COMPONENT)) in AcpiRsDumpIrqList()
|
/illumos-gate/usr/src/common/acpica/parser/ |
H A D | pswalk.c | 197 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_PARSE_TREES, _COMPONENT)) in AcpiPsDeleteParseTree()
|
/illumos-gate/usr/src/common/acpica/namespace/ |
H A D | nsdump.c | 221 if (!ACPI_IS_DEBUG_ENABLED (ACPI_LV_NAMES, ACPI_NAMESPACE)) in AcpiNsPrintPathname() 283 if (!ACPI_IS_DEBUG_ENABLED (Level, Component)) in AcpiNsDumpPathname()
|
/illumos-gate/usr/src/common/acpica/executer/ |
H A D | exdump.c | 755 if (!ACPI_IS_DEBUG_ENABLED (ACPI_LV_EXEC, _COMPONENT)) in AcpiExDumpOperand() 1131 if (!ACPI_IS_DEBUG_ENABLED (ACPI_LV_OBJECTS, _COMPONENT)) in AcpiExDumpNamespaceNode() 1342 if (!ACPI_IS_DEBUG_ENABLED (ACPI_LV_OBJECTS, _COMPONENT)) in AcpiExDumpObjectDescriptor()
|