HomeSort by: relevance | last modified time | path
    Searched refs:ACPI_IS_DEBUG_ENABLED (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/utilities/
utdebug.c 309 if (!ACPI_IS_DEBUG_ENABLED (RequestedDebugLevel, ComponentId))
407 if (!ACPI_IS_DEBUG_ENABLED (RequestedDebugLevel, ComponentId))
449 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId))
491 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId))
531 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId))
571 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId))
606 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId))
650 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId))
705 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId))
750 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId)
    [all...]
  /src/sys/external/bsd/acpica/dist/parser/
pswalk.c 197 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_PARSE_TREES, _COMPONENT))
  /src/sys/external/bsd/acpica/dist/include/
acoutput.h 411 #define ACPI_IS_DEBUG_ENABLED(Level, Component) \
448 if (ACPI_IS_DEBUG_ENABLED (Level, Component)) \
603 #define ACPI_IS_DEBUG_ENABLED(Level, Component) 0
  /src/sys/external/bsd/acpica/dist/resources/
rsdump.c 258 if (!ACPI_IS_DEBUG_ENABLED (ACPI_LV_RESOURCES, _COMPONENT))
344 if (!ACPI_IS_DEBUG_ENABLED (ACPI_LV_RESOURCES, _COMPONENT))
  /src/sys/external/bsd/acpica/dist/executer/
extrace.c 313 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_TRACE_POINT, _COMPONENT))
exdump.c 755 if (!ACPI_IS_DEBUG_ENABLED (ACPI_LV_EXEC, _COMPONENT))
1131 if (!ACPI_IS_DEBUG_ENABLED (ACPI_LV_OBJECTS, _COMPONENT))
1342 if (!ACPI_IS_DEBUG_ENABLED (ACPI_LV_OBJECTS, _COMPONENT))
  /src/sys/external/bsd/acpica/dist/namespace/
nsdump.c 221 if (!ACPI_IS_DEBUG_ENABLED (ACPI_LV_NAMES, ACPI_NAMESPACE))
283 if (!ACPI_IS_DEBUG_ENABLED (Level, Component))

Completed in 18 milliseconds