Searched refs:EntrySize (Results 1 - 2 of 2) sorted by relevance

/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
68 @param EntrySize The size, in bytes, of TableEntry.
73 @retval EFI_INVALID_PARAMETER EntrySize is not valid for this type of entry.
81 IN UINTN EntrySize
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecConfigImpl.c2682 UINTN EntrySize; local
2696 EntrySize = ALIGN_VARIABLE (sizeof (SelectorHeader));
2697 EntrySize = ALIGN_VARIABLE (EntrySize + SelectorSize);
2698 EntrySize = ALIGN_VARIABLE (EntrySize + sizeof (SelectorHeader));
2699 EntrySize = ALIGN_VARIABLE (EntrySize + DataSize);
2701 //EntrySize = SelectorSize + DataSize + 2 * sizeof (SelectorHeader);
2702 if (Buffer->Capacity - Buffer->Size < EntrySize) {
[all...]

Completed in 48 milliseconds