Searched refs:EXCEP_CTL (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacexcep.h177 #define EXCEP_CTL(code) ((ACPI_STATUS) (code | AE_CODE_CONTROL)) macro
323 #define AE_CTRL_RETURN_VALUE EXCEP_CTL (0x0001)
324 #define AE_CTRL_PENDING EXCEP_CTL (0x0002)
325 #define AE_CTRL_TERMINATE EXCEP_CTL (0x0003)
326 #define AE_CTRL_TRUE EXCEP_CTL (0x0004)
327 #define AE_CTRL_FALSE EXCEP_CTL (0x0005)
328 #define AE_CTRL_DEPTH EXCEP_CTL (0x0006)
329 #define AE_CTRL_END EXCEP_CTL (0x0007)
330 #define AE_CTRL_TRANSFER EXCEP_CTL (0x0008)
331 #define AE_CTRL_BREAK EXCEP_CTL (
[all...]

Completed in 55 milliseconds