Home
last modified time | relevance | path

Searched refs:AE_CODE_CONTROL (Results 1 – 7 of 7) sorted by relevance

/NextBSD/sys/contrib/dev/acpica/include/
HDacexcep.h57 #define AE_CODE_CONTROL 0x4000 /* Internal control codes */ macro
69 #define EXCEP_CTL(code) ((ACPI_STATUS) (code | AE_CODE_CONTROL))
/NextBSD/sys/contrib/dev/acpica/components/utilities/
HDutexcep.c160 case AE_CODE_CONTROL: in ACPI_EXPORT_SYMBOL()
/NextBSD/sys/contrib/dev/acpica/components/dispatcher/
HDdsdebug.c148 if ((Status & AE_CODE_MASK) == AE_CODE_CONTROL) in AcpiDsDumpMethodStack()
HDdsmethod.c236 (Status & AE_CODE_CONTROL)) in AcpiDsMethodError()
/NextBSD/sys/contrib/dev/acpica/components/debugger/
HDdbobject.c86 if ((Status & AE_CODE_MASK) == AE_CODE_CONTROL) in AcpiDbDumpMethodInfo()
/NextBSD/sys/contrib/dev/acpica/components/parser/
HDpsloop.c452 ((Status & AE_CODE_MASK) != AE_CODE_CONTROL)) in AcpiPsParseLoop()
HDpsparse.c427 if ((CallbackStatus & AE_CODE_MASK) == AE_CODE_CONTROL) in AcpiPsNextParseState()