Searched defs:RecordSize (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiPalLib/
H A DPeiPalLib.c66 UINT64 RecordSize; local
87 RecordSize = sizeof (SecPlatformInfoRecord);
90 &RecordSize,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/DataHubDxe/
H A DDataHub.h87 UINTN RecordSize; member in struct:__anon10513
H A DDataHub.c55 UINT32 RecordSize; local
71 RecordSize = sizeof (EFI_DATA_RECORD_HEADER) + RawDataSize;
72 TotalSize = sizeof (EFI_DATA_ENTRY) + RecordSize;
112 Record->RecordSize = RecordSize;
129 LogEntry->RecordSize = sizeof (EFI_DATA_ENTRY) + RawDataSize;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DDataHub.h32 // A Data Record is an EFI_DATA_RECORD_HEADER followed by RecordSize bytes of
39 // Version, HeaderSize, RecordSize, DataRecordGuid, DataRecordClass
48 UINT32 RecordSize; member in struct:__anon10707
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxAppleSim/
H A DCpu.c95 UINT32 RecordSize; local
98 RecordSize = CopyRecord(MagicData, Name, Data, DataSize);
105 RecordSize
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SmbiosDxe/
H A DSmbiosDxe.h68 // An SMBIOS internal Record is an EFI_SMBIOS_RECORD_HEADER followed by (RecordSize - HeaderSize) bytes of
76 UINTN RecordSize; member in struct:__anon11295
91 UINTN RecordSize; member in struct:__anon11296
H A DSmbiosDxe.c312 UINTN RecordSize; local
379 RecordSize = sizeof (EFI_SMBIOS_RECORD_HEADER) + StructureSize;
380 TotalSize = sizeof (EFI_SMBIOS_ENTRY) + RecordSize;
411 InternalRecord->RecordSize = RecordSize;
419 SmbiosEntry->RecordSize = TotalSize;
594 NewEntrySize = SmbiosEntry->RecordSize + InputStrLen - TargetStrLen;
610 InternalRecord->RecordSize = SmbiosEntry->RecordHeader->RecordSize + InputStrLen - TargetStrLen;
621 SmbiosEntry->RecordHeader->RecordSize
903 UINTN RecordSize; local
[all...]

Completed in 48 milliseconds