Searched refs:TableEntry (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/RuntimeDxe/
H A DCrc32.c99 UINTN TableEntry; local
103 for (TableEntry = 0; TableEntry < 256; TableEntry++) {
104 Value = ReverseBits ((UINT32) TableEntry);
113 mCrcTable[TableEntry] = ReverseBits (Value);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DUefiTcgPlatform.h118 EFI_CONFIGURATION_TABLE TableEntry[1]; member in struct:tdEFI_HANDOFF_TABLE_POINTERS
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DExtendedSalBootService.h62 This function adds the SAL System Table Entry specified by TableEntry and EntrySize
66 @param TableEntry Pointer to a buffer containing a SAL System Table entry that is EntrySize bytes
67 in length. The first byte of the TableEntry describes the type of entry.
68 @param EntrySize The size, in bytes, of TableEntry.
71 @retval EFI_INVALID_PARAMETER TableEntry is NULL.
72 @retval EFI_INVALID_PARAMETER TableEntry specifies an invalid entry type.
80 IN UINT8 *TableEntry,
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgDxe/
H A DTcgDxe.c658 HandoffTables.TableEntry[0].VendorGuid = gEfiSmbiosTableGuid;
659 HandoffTables.TableEntry[0].VendorTable = SmbiosTable;

Completed in 3327 milliseconds