ReactOS 0.4.16-dev-250-g3ecd236
|
#include <aclocal.h>
Public Attributes | |
ACPI_STATE_COMMON UINT16 | Opcode |
union acpi_parse_object * | PredicateOp |
UINT8 * | AmlPredicateStart |
UINT8 * | PackageEnd |
UINT64 | LoopTimeout |
UINT8* acpi_control_state::AmlPredicateStart |
Definition at line 727 of file aclocal.h.
Referenced by AcpiDsExecBeginControlOp(), AcpiDsExecEndControlOp(), and AcpiPsParseLoop().
UINT64 acpi_control_state::LoopTimeout |
Definition at line 729 of file aclocal.h.
Referenced by AcpiDsExecBeginControlOp(), and AcpiDsExecEndControlOp().
ACPI_STATE_COMMON UINT16 acpi_control_state::Opcode |
Definition at line 725 of file aclocal.h.
Referenced by AcpiDsExecBeginControlOp(), AcpiDsExecEndControlOp(), and AcpiPsParseLoop().
UINT8* acpi_control_state::PackageEnd |
Definition at line 728 of file aclocal.h.
Referenced by AcpiDsExecBeginControlOp(), and AcpiDsExecEndControlOp().
union acpi_parse_object* acpi_control_state::PredicateOp |
Definition at line 726 of file aclocal.h.
Referenced by AcpiDsExecBeginOp(), AcpiDsExecEndOp(), and AcpiDsIsResultUsed().