Home
last modified time | relevance | path

Searched refs:AcpiGbl_DbDebugLevel (Results 1 – 4 of 4) sorted by relevance

/onnv-gate/usr/src/uts/intel/io/acpica/debugger/
H A Ddbinput.c762 AcpiGbl_DbDebugLevel); in AcpiDbCommandDispatch()
777 Temp = AcpiGbl_DbDebugLevel; in AcpiDbCommandDispatch()
778 AcpiGbl_DbDebugLevel = ACPI_STRTOUL (AcpiGbl_DbArgs[1], NULL, 16); in AcpiDbCommandDispatch()
781 Temp, AcpiGbl_DbDebugLevel); in AcpiDbCommandDispatch()
H A Ddbxface.c483 AcpiGbl_DbDebugLevel = ACPI_LV_VERBOSITY2; in AcpiDbInitialize()
H A Ddbutils.c206 AcpiDbgLevel = AcpiGbl_DbDebugLevel; in AcpiDbSetOutputDestination()
/onnv-gate/usr/src/uts/intel/sys/acpi/
H A Dacglobal.h472 ACPI_EXTERN UINT32 AcpiGbl_DbDebugLevel; variable