ReactOS 0.4.16-dev-306-g647d351
|
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_CA_DISASSEMBLER |
Functions | |
ACPI_STATUS | AcpiUtVerifyChecksum (ACPI_TABLE_HEADER *Table, UINT32 Length) |
ACPI_STATUS | AcpiUtVerifyCdatChecksum (ACPI_TABLE_CDAT *CdatTable, UINT32 Length) |
UINT8 | AcpiUtGenerateChecksum (void *Table, UINT32 Length, UINT8 OriginalChecksum) |
UINT8 | AcpiUtChecksum (UINT8 *Buffer, UINT32 Length) |
#define _COMPONENT ACPI_CA_DISASSEMBLER |
Definition at line 213 of file utcksum.c.
Referenced by AcpiTbValidateRsdp(), and AcpiUtGenerateChecksum().
Definition at line 176 of file utcksum.c.
Referenced by AcpiUtVerifyCdatChecksum(), and AcpiUtVerifyChecksum().
ACPI_STATUS AcpiUtVerifyCdatChecksum | ( | ACPI_TABLE_CDAT * | CdatTable, |
UINT32 | Length | ||
) |
Definition at line 130 of file utcksum.c.
ACPI_STATUS AcpiUtVerifyChecksum | ( | ACPI_TABLE_HEADER * | Table, |
UINT32 | Length | ||
) |
Definition at line 74 of file utcksum.c.
Referenced by AcpiTbParseFadt(), AcpiTbParseRootTable(), and AcpiTbVerifyTempTable().