ReactOS 0.4.16-dev-306-g647d351
|
Go to the source code of this file.
ACPI_STATUS AcpiAllocateRootTable | ( | UINT32 | InitialTableCount | ) |
Definition at line 69 of file tbxface.c.
Referenced by AcpiInitializeTables().
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().
Definition at line 124 of file tbutils.c.
Referenced by AcpiPsExecuteMethod().
ACPI_TABLE_HEADER * AcpiTbCopyDsdt | ( | UINT32 | TableIndex | ) |
Definition at line 163 of file tbutils.c.
Referenced by AcpiTbLoadNamespace().
void AcpiTbCreateLocalFadt | ( | ACPI_TABLE_HEADER * | Table, |
UINT32 | Length | ||
) |
Definition at line 423 of file tbfadt.c.
Referenced by AcpiTbParseFadt().
ACPI_STATUS AcpiTbDeleteNamespaceByOwner | ( | UINT32 | TableIndex | ) |
Definition at line 862 of file tbdata.c.
Referenced by AcpiTbUnloadTable().
ACPI_STATUS AcpiTbFindTable | ( | char * | Signature, |
char * | OemId, | ||
char * | OemTableId, | ||
UINT32 * | TableIndex | ||
) |
Definition at line 70 of file tbfind.c.
Referenced by AcpiDsEvalTableRegionOperands(), and AcpiExLoadTableOp().
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().
UINT32 AcpiTbGetRsdpLength | ( | ACPI_TABLE_RSDP * | Rsdp | ) |
Definition at line 66 of file tbxfroot.c.
ACPI_STATUS AcpiTbGetTable | ( | ACPI_TABLE_DESC * | TableDesc, |
ACPI_TABLE_HEADER ** | OutTable | ||
) |
Definition at line 434 of file tbutils.c.
Referenced by AcpiGetTable(), AcpiGetTableByIndex(), AcpiTbGetTable(), and AcpiTbParseFadt().
ACPI_STATUS AcpiTbInitializeFacs | ( | void | ) |
Definition at line 75 of file tbutils.c.
Referenced by AcpiEnableSubsystem().
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().
ACPI_STATUS AcpiTbInstallStandardTable | ( | ACPI_PHYSICAL_ADDRESS | Address, |
UINT8 | Flags, | ||
ACPI_TABLE_HEADER * | Table, | ||
BOOLEAN | Reload, | ||
BOOLEAN | Override, | ||
UINT32 * | TableIndex | ||
) |
Definition at line 139 of file tbinstal.c.
Referenced by AcpiInstallPhysicalTable(), AcpiInstallTable(), AcpiTbInstallAndLoadTable(), AcpiTbParseFadt(), and AcpiTbParseRootTable().
void AcpiTbInstallTableWithOverride | ( | ACPI_TABLE_DESC * | NewTableDesc, |
BOOLEAN | Override, | ||
UINT32 * | TableIndex | ||
) |
Definition at line 70 of file tbinstal.c.
Referenced by AcpiTbInstallStandardTable().
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 AcpiTbLoadNamespace | ( | void | ) |
Definition at line 147 of file tbxfload.c.
Referenced by AcpiLoadTables().
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().
void AcpiTbOverrideTable | ( | ACPI_TABLE_DESC * | OldTableDesc | ) |
Definition at line 250 of file tbinstal.c.
Referenced by AcpiTbInstallTableWithOverride().
Definition at line 339 of file tbfadt.c.
Referenced by AcpiTbParseRootTable().
ACPI_STATUS AcpiTbParseRootTable | ( | ACPI_PHYSICAL_ADDRESS | RsdpAddress | ) |
Definition at line 277 of file tbutils.c.
Referenced by AcpiInitializeTables().
void AcpiTbPrintTableHeader | ( | ACPI_PHYSICAL_ADDRESS | Address, |
ACPI_TABLE_HEADER * | Header | ||
) |
Definition at line 143 of file tbprint.c.
Referenced by AcpiTbCheckDsdtHeader(), AcpiTbInstallTableWithOverride(), and AcpiTbParseRootTable().
void AcpiTbPutTable | ( | ACPI_TABLE_DESC * | TableDesc | ) |
Definition at line 491 of file tbutils.c.
Referenced by AcpiPutTable(), AcpiTbParseFadt(), and AcpiTbPutTable().
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 296 of file tbxfroot.c.
Referenced by AcpiFindRootPointer().
Definition at line 1059 of file tbdata.c.
Referenced by AcpiNsLoadTable(), and AcpiTbUnloadTable().
Definition at line 811 of file tbdata.c.
Referenced by AcpiUtSubsystemShutdown().
void AcpiTbUninstallTable | ( | ACPI_TABLE_DESC * | TableDesc | ) |
Definition at line 336 of file tbinstal.c.
Referenced by AcpiReallocateRootTable(), AcpiTbCopyDsdt(), AcpiTbInstallStandardTable(), AcpiTbOverrideTable(), and AcpiTbTerminate().
ACPI_STATUS AcpiTbUnloadTable | ( | UINT32 | TableIndex | ) |
Definition at line 1206 of file tbdata.c.
Referenced by AcpiExUnloadTable(), AcpiUnloadParentTable(), and AcpiUnloadTable().
ACPI_STATUS AcpiTbValidateRsdp | ( | ACPI_TABLE_RSDP * | Rsdp | ) |
Definition at line 103 of file tbxfroot.c.
Referenced by AcpiTbScanMemoryForRsdp().
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().