ReactOS 0.4.16-dev-734-g364d6e0
|
#include "acpi.h"
#include "accommon.h"
#include "acnamesp.h"
#include "actables.h"
#include "acevents.h"
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_TABLES |
#define _COMPONENT ACPI_TABLES |
ACPI_STATUS AcpiTbAcquireTable | ( | ACPI_TABLE_DESC * | TableDesc, |
ACPI_TABLE_HEADER ** | TablePtr, | ||
UINT32 * | TableLength, | ||
UINT8 * | TableFlags | ||
) |
Definition at line 180 of file tbdata.c.
Referenced by AcpiTbCompareTables(), and AcpiTbValidateTable().
ACPI_STATUS AcpiTbAcquireTempTable | ( | ACPI_TABLE_DESC * | TableDesc, |
ACPI_PHYSICAL_ADDRESS | Address, | ||
UINT8 | Flags, | ||
ACPI_TABLE_HEADER * | Table | ||
) |
Definition at line 280 of file tbdata.c.
Referenced by AcpiTbInstallStandardTable(), and AcpiTbOverrideTable().
ACPI_STATUS AcpiTbAllocateOwnerId | ( | UINT32 | TableIndex | ) |
Definition at line 923 of file tbdata.c.
Referenced by AcpiNsLoadTable().
|
static |
Definition at line 502 of file tbdata.c.
Referenced by AcpiTbVerifyTempTable().
|
static |
Definition at line 81 of file tbdata.c.
Referenced by AcpiTbCheckDuplication().
ACPI_STATUS AcpiTbDeleteNamespaceByOwner | ( | UINT32 | TableIndex | ) |
Definition at line 862 of file tbdata.c.
Referenced by AcpiTbUnloadTable().
ACPI_STATUS AcpiTbGetNextTableDescriptor | ( | UINT32 * | TableIndex, |
ACPI_TABLE_DESC ** | TableDesc | ||
) |
Definition at line 762 of file tbdata.c.
Referenced by AcpiTbInstallTableWithOverride().
ACPI_STATUS AcpiTbGetOwnerId | ( | UINT32 | TableIndex, |
ACPI_OWNER_ID * | OwnerId | ||
) |
Definition at line 993 of file tbdata.c.
Referenced by AcpiDsInitializeObjects(), AcpiNsExecuteTable(), AcpiNsOneCompleteParse(), and AcpiTbLoadTable().
void AcpiTbInitTableDescriptor | ( | ACPI_TABLE_DESC * | TableDesc, |
ACPI_PHYSICAL_ADDRESS | Address, | ||
UINT8 | Flags, | ||
ACPI_TABLE_HEADER * | Table | ||
) |
Definition at line 130 of file tbdata.c.
Referenced by AcpiTbAcquireTempTable(), AcpiTbCopyDsdt(), AcpiTbInstallTableWithOverride(), and AcpiTbOverrideTable().
ACPI_STATUS AcpiTbInstallAndLoadTable | ( | ACPI_PHYSICAL_ADDRESS | Address, |
UINT8 | Flags, | ||
ACPI_TABLE_HEADER * | Table, | ||
BOOLEAN | Override, | ||
UINT32 * | TableIndex | ||
) |
Definition at line 1162 of file tbdata.c.
Referenced by AcpiExLoadOp(), and AcpiLoadTable().
void AcpiTbInvalidateTable | ( | ACPI_TABLE_DESC * | TableDesc | ) |
Definition at line 414 of file tbdata.c.
Referenced by AcpiTbPutTable(), AcpiTbReleaseTempTable(), AcpiTbUninstallTable(), and AcpiTbVerifyTempTable().
Definition at line 1026 of file tbdata.c.
Referenced by AcpiNsLoadTable(), and AcpiTbUnloadTable().
ACPI_STATUS AcpiTbLoadTable | ( | UINT32 | TableIndex, |
ACPI_NAMESPACE_NODE * | ParentNode | ||
) |
Definition at line 1097 of file tbdata.c.
Referenced by AcpiExLoadTableOp(), and AcpiTbInstallAndLoadTable().
Definition at line 1259 of file tbdata.c.
Referenced by AcpiTbInstallStandardTable(), AcpiTbLoadTable(), and AcpiTbUnloadTable().
ACPI_STATUS AcpiTbReleaseOwnerId | ( | UINT32 | TableIndex | ) |
Definition at line 957 of file tbdata.c.
Referenced by AcpiNsLoadTable(), and AcpiTbUnloadTable().
void AcpiTbReleaseTable | ( | ACPI_TABLE_HEADER * | Table, |
UINT32 | TableLength, | ||
UINT8 | TableFlags | ||
) |
Definition at line 238 of file tbdata.c.
Referenced by AcpiTbCompareTables(), and AcpiTbInvalidateTable().
void AcpiTbReleaseTempTable | ( | ACPI_TABLE_DESC * | TableDesc | ) |
Definition at line 348 of file tbdata.c.
Referenced by AcpiTbInstallStandardTable(), and AcpiTbOverrideTable().
ACPI_STATUS AcpiTbResizeRootTableList | ( | void | ) |
Definition at line 677 of file tbdata.c.
Referenced by AcpiAllocateRootTable(), AcpiReallocateRootTable(), and AcpiTbGetNextTableDescriptor().
Definition at line 1059 of file tbdata.c.
Referenced by AcpiNsLoadTable(), and AcpiTbUnloadTable().
Definition at line 811 of file tbdata.c.
Referenced by AcpiUtSubsystemShutdown().
ACPI_STATUS AcpiTbUnloadTable | ( | UINT32 | TableIndex | ) |
Definition at line 1206 of file tbdata.c.
Referenced by AcpiExUnloadTable(), AcpiUnloadParentTable(), and AcpiUnloadTable().
ACPI_STATUS AcpiTbValidateTable | ( | ACPI_TABLE_DESC * | TableDesc | ) |
Definition at line 375 of file tbdata.c.
Referenced by AcpiTbFindTable(), AcpiTbGetTable(), AcpiTbLoadNamespace(), and AcpiTbValidateTempTable().
ACPI_STATUS AcpiTbValidateTempTable | ( | ACPI_TABLE_DESC * | TableDesc | ) |
Definition at line 463 of file tbdata.c.
Referenced by AcpiTbOverrideTable(), and AcpiTbVerifyTempTable().
ACPI_STATUS AcpiTbVerifyTempTable | ( | ACPI_TABLE_DESC * | TableDesc, |
char * | Signature, | ||
UINT32 * | TableIndex | ||
) |
Definition at line 584 of file tbdata.c.
Referenced by AcpiReallocateRootTable(), AcpiTbInstallStandardTable(), and AcpiTbOverrideTable().