HomeSort by relevance Sort by last modified time
    Searched refs:CurrentTable (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/DxeSmm/SmmPowerManagement/
Ppm.c 78 EFI_ACPI_SDT_HEADER *CurrentTable;
90 &CurrentTable,
99 } while (CurrentTable->Signature != EFI_ACPI_3_0_FIXED_ACPI_DESCRIPTION_TABLE_SIGNATURE || CurrentTable->Revision != 0x03);
101 ASSERT (CurrentTable->Signature == EFI_ACPI_3_0_FIXED_ACPI_DESCRIPTION_TABLE_SIGNATURE);
104 Status = gBS->AllocatePool (EfiBootServicesData, CurrentTable->Length, (VOID **) &Table);
106 CopyMem (Table, CurrentTable, CurrentTable->Length);
318 EFI_ACPI_COMMON_HEADER *CurrentTable;
332 CurrentTable = NULL;
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/HisiAcpiPlatformDxe/
AcpiPlatform.c 179 EFI_ACPI_COMMON_HEADER *CurrentTable;
188 CurrentTable = NULL;
216 (VOID**) &CurrentTable,
224 TableHeader = (EFI_ACPI_DESCRIPTION_HEADER*) (CurrentTable);
232 TableSize = ((EFI_ACPI_DESCRIPTION_HEADER *) CurrentTable)->Length;
238 AcpiPlatformChecksum ((UINT8*)CurrentTable, TableSize);
245 CurrentTable,
253 gBS->FreePool (CurrentTable);
263 CurrentTable = NULL;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/
AcpiPlatform.c 178 EFI_ACPI_COMMON_HEADER *CurrentTable;
185 CurrentTable = NULL;
213 (VOID**) &CurrentTable,
223 TableSize = ((EFI_ACPI_DESCRIPTION_HEADER *) CurrentTable)->Length;
229 AcpiPlatformChecksum ((UINT8*)CurrentTable, TableSize);
236 CurrentTable,
244 gBS->FreePool (CurrentTable);
254 CurrentTable = NULL;
  /device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
AcpiPlatform.c 153 EFI_ACPI_COMMON_HEADER *CurrentTable;
161 CurrentTable = NULL;
187 (VOID**) &CurrentTable,
197 TableSize = ((EFI_ACPI_DESCRIPTION_HEADER *) CurrentTable)->Length;
205 CurrentTable,
213 gBS->FreePool (CurrentTable);
223 CurrentTable = NULL;
Xen.c 141 EFI_ACPI_DESCRIPTION_HEADER *CurrentTable;
192 CurrentTable = (EFI_ACPI_DESCRIPTION_HEADER *) CurrentTablePointer;
199 CurrentTable,
200 CurrentTable->Length,
211 if (!AsciiStrnCmp ((CHAR8 *) &CurrentTable->Signature, "FACP", 4)) {
242 CurrentTable = (EFI_ACPI_DESCRIPTION_HEADER *) CurrentTablePointer;
249 CurrentTable,
250 CurrentTable->Length,
261 if (!AsciiStrnCmp ((CHAR8 *) &CurrentTable->Signature, "FACP", 4)) {
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/
AcpiPlatform.c 558 EFI_ACPI_COMMON_HEADER *CurrentTable;
575 CurrentTable = NULL;
651 Status = MadtTableInitialize (&CurrentTable, &Size);
656 AcpiUpdateTable ((EFI_ACPI_DESCRIPTION_HEADER *) CurrentTable, &Version);
662 ((EFI_ACPI_SDT_HEADER *)CurrentTable)->Checksum = 0;
663 ((EFI_ACPI_SDT_HEADER *)CurrentTable)->Checksum =
664 CalculateCheckSum8 ((VOID *)CurrentTable, CurrentTable->Length);
672 CurrentTable,
673 CurrentTable->Length,
    [all...]
  /device/linaro/bootloader/edk2/ArmVirtPkg/XenAcpiPlatformDxe/
XenAcpiPlatformDxe.c 116 EFI_ACPI_DESCRIPTION_HEADER *CurrentTable;
163 CurrentTable = (EFI_ACPI_DESCRIPTION_HEADER *) CurrentTablePointer;
170 CurrentTable,
171 CurrentTable->Length,
182 if (!AsciiStrnCmp ((CHAR8 *) &CurrentTable->Signature, "FACP", 4)) {
  /external/aac/libSBRdec/src/
psbitdec.cpp 451 Huffman CurrentTable;
535 CurrentTable = (Huffman)&aBookPsIidFineFreqDecode;
537 CurrentTable = (Huffman)&aBookPsIidFreqDecode;
540 CurrentTable = (Huffman)&aBookPsIidFineTimeDecode;
542 CurrentTable = (Huffman)&aBookPsIidTimeDecode;
547 decode_huff_cw(CurrentTable, hBitBuf, NULL);
557 CurrentTable = (Huffman)&aBookPsIccFreqDecode;
559 CurrentTable = (Huffman)&aBookPsIccTimeDecode;
563 decode_huff_cw(CurrentTable, hBitBuf, NULL);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
AcpiSdt.c 235 EFI_ACPI_TABLE_LIST *CurrentTable;
271 CurrentTable = EFI_ACPI_TABLE_LIST_FROM_LINK (CurrentLink);
272 *TableKey = CurrentTable->Handle;
273 *Version = CurrentTable->Version;
274 *Table = (EFI_ACPI_SDT_HEADER *)CurrentTable->Table;
AcpiTableProtocol.c     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/
AcpiSupportAcpiSupportProtocol.c 125 EFI_ACPI_TABLE_LIST *CurrentTable;
154 CurrentTable = EFI_ACPI_TABLE_LIST_FROM_LINK (CurrentLink);
155 *Handle = CurrentTable->Handle;
156 *Version = CurrentTable->Version;
161 *Table = AllocateCopyPool (CurrentTable->Table->Length, CurrentTable->Table);
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/
AcpiPlatform.c 790 EFI_ACPI_COMMON_HEADER *CurrentTable;
811 CurrentTable = NULL;
    [all...]

Completed in 241 milliseconds