ReactOS 0.4.16-dev-329-g9223134
|
#include <actbl.h>
Public Attributes | |
ACPI_PHYSICAL_ADDRESS | Address |
ACPI_TABLE_HEADER * | Pointer |
UINT32 | Length |
ACPI_NAME_UNION | Signature |
ACPI_OWNER_ID | OwnerId |
UINT8 | Flags |
UINT16 | ValidationCount |
ACPI_PHYSICAL_ADDRESS acpi_table_desc::Address |
Definition at line 403 of file actbl.h.
Referenced by AcpiTbAcquireTable(), AcpiTbInitTableDescriptor(), AcpiTbOverrideTable(), AcpiTbUninstallTable(), and AcpiTbVerifyTempTable().
UINT8 acpi_table_desc::Flags |
Definition at line 408 of file actbl.h.
Referenced by AcpiInitializeTables(), AcpiReallocateRootTable(), AcpiTbAcquireTable(), AcpiTbInitTableDescriptor(), AcpiTbInvalidateTable(), AcpiTbOverrideTable(), AcpiTbResizeRootTableList(), AcpiTbUninstallTable(), AcpiTbValidateTable(), and AcpiTbVerifyTempTable().
UINT32 acpi_table_desc::Length |
Definition at line 405 of file actbl.h.
Referenced by AcpiTbAcquireTable(), AcpiTbCopyDsdt(), AcpiTbInitTableDescriptor(), AcpiTbInvalidateTable(), AcpiTbParseFadt(), AcpiTbValidateTable(), AcpiTbValidateTempTable(), and AcpiTbVerifyTempTable().
ACPI_OWNER_ID acpi_table_desc::OwnerId |
ACPI_TABLE_HEADER* acpi_table_desc::Pointer |
Definition at line 404 of file actbl.h.
Referenced by AcpiPutTable(), AcpiReallocateRootTable(), AcpiTbAcquireTable(), AcpiTbCopyDsdt(), AcpiTbGetTable(), AcpiTbInitTableDescriptor(), AcpiTbInstallStandardTable(), AcpiTbInvalidateTable(), AcpiTbOverrideTable(), AcpiTbUninstallTable(), AcpiTbValidateTable(), AcpiTbValidateTempTable(), and AcpiTbVerifyTempTable().
ACPI_NAME_UNION acpi_table_desc::Signature |
Definition at line 406 of file actbl.h.
Referenced by AcpiGetTable(), AcpiReallocateRootTable(), AcpiTbInitTableDescriptor(), AcpiTbInstallStandardTable(), AcpiTbOverrideTable(), and AcpiTbVerifyTempTable().
UINT16 acpi_table_desc::ValidationCount |
Definition at line 409 of file actbl.h.
Referenced by AcpiTbGetTable(), and AcpiTbPutTable().