Home
last modified time | relevance | path

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

/src/sys/contrib/dev/acpica/include/
H A Dacexcep.h165 #define AE_CODE_CONTROL 0x4000 /* Internal control codes */ macro
177 #define EXCEP_CTL(code) ((ACPI_STATUS) (code | AE_CODE_CONTROL))
211 #define ACPI_CNTL_EXCEPTION(Status) (((Status) & AE_CODE_MASK) == AE_CODE_CONTROL)
/src/sys/contrib/dev/acpica/components/utilities/
H A Dutexcep.c268 case AE_CODE_CONTROL: in ACPI_EXPORT_SYMBOL()
/src/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsmethod.c345 (Status & AE_CODE_CONTROL)) in AcpiDsMethodError()