ReactOS 0.4.16-dev-136-g52192f1
|
#include <aclocal.h>
Public Attributes | |
ACPI_STATE_COMMON UINT32 | ArgCount |
union acpi_parse_object * | Op |
UINT8 * | ArgEnd |
UINT8 * | PkgEnd |
UINT32 | ArgList |
ACPI_STATE_COMMON UINT32 acpi_pscope_state::ArgCount |
Definition at line 748 of file aclocal.h.
Referenced by AcpiPsCompleteOp(), AcpiPsHasCompletedScope(), AcpiPsInitScope(), AcpiPsPopScope(), and AcpiPsPushScope().
UINT8* acpi_pscope_state::ArgEnd |
Definition at line 750 of file aclocal.h.
Referenced by AcpiPsHasCompletedScope(), AcpiPsInitScope(), and AcpiPsPushScope().
UINT32 acpi_pscope_state::ArgList |
Definition at line 752 of file aclocal.h.
Referenced by AcpiPsPopScope(), and AcpiPsPushScope().
union acpi_parse_object* acpi_pscope_state::Op |
Definition at line 749 of file aclocal.h.
Referenced by AcpiPsInitScope(), AcpiPsParseLoop(), AcpiPsPopScope(), and AcpiPsPushScope().
UINT8* acpi_pscope_state::PkgEnd |
Definition at line 751 of file aclocal.h.
Referenced by AcpiPsInitScope(), AcpiPsNextParseState(), AcpiPsPopScope(), and AcpiPsPushScope().