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

  /src/sys/external/bsd/acpica/dist/utilities/
utdebug.c 449 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId))
451 AcpiDebugPrint (ACPI_LV_FUNCTIONS,
491 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId))
493 AcpiDebugPrint (ACPI_LV_FUNCTIONS,
531 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId))
533 AcpiDebugPrint (ACPI_LV_FUNCTIONS,
571 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId))
573 AcpiDebugPrint (ACPI_LV_FUNCTIONS,
606 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId))
608 AcpiDebugPrint (ACPI_LV_FUNCTIONS,
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acoutput.h 225 #define ACPI_LV_FUNCTIONS 0x00200000
278 #define ACPI_DB_FUNCTIONS ACPI_DEBUG_LEVEL (ACPI_LV_FUNCTIONS)
  /src/sys/dev/acpi/
acpi_debug.c 206 ACPI_DEBUG_ADD(acpi_debug_level_d, ACPI_LV_FUNCTIONS);
  /src/sys/external/bsd/acpica/dist/debugger/
dbxface.c 464 AcpiDbgLevel &= ~(ACPI_LV_PARSE | ACPI_LV_FUNCTIONS);

Completed in 14 milliseconds