Home
last modified time | relevance | path

Searched refs:StructureSize (Results 1 – 20 of 20) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/
DSecPlatformInformation.c37 IN OUT UINT64 *StructureSize, in SecPlatformInformation() argument
72 if ((*StructureSize) < (UINT64) Size) { in SecPlatformInformation()
73 *StructureSize = Size; in SecPlatformInformation()
77 *StructureSize = Size; in SecPlatformInformation()
DFspPlatformSecLibVlv2.c37 IN OUT UINT64 *StructureSize,
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/
DSecPlatformInformation.c38 IN OUT UINT64 *StructureSize, in SecPlatformInformation() argument
73 if ((*StructureSize) < (UINT64) Size) { in SecPlatformInformation()
74 *StructureSize = Size; in SecPlatformInformation()
78 *StructureSize = Size; in SecPlatformInformation()
DFspPlatformSecLibSample.c38 IN OUT UINT64 *StructureSize,
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/
DPlatformSecLib.c150 IN OUT UINT64 *StructureSize, in SecPlatformInformation() argument
193 if ((*StructureSize) < (UINT64) Size) { in SecPlatformInformation()
194 *StructureSize = Size; in SecPlatformInformation()
198 *StructureSize = Size; in SecPlatformInformation()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
DTranslate.c197 StructureNode->StructureSize = SmbiosGetTypeMinimalLength (Conversion->SmbiosType); in SmbiosProcessDataRecord()
202 if (StructureNode->StructureSize < (sizeof(SMBIOS_STRUCTURE) + 2)) { in SmbiosProcessDataRecord()
378 StructureNode->StructureSize, in SmbiosProcessDataRecord()
379 StructureNode->StructureSize in SmbiosProcessDataRecord()
464 BlankRecord = (EFI_SMBIOS_TABLE_HEADER*) AllocateZeroPool (StructureNode->StructureSize); in SmbiosProtocolCreateRecord()
469 BlankRecord->Length = (UINT8) (StructureNode->StructureSize - 2); in SmbiosProtocolCreateRecord()
DConvLib.c155 &StructureNode->StructureSize, in SmbiosEnlargeStructureBuffer()
198 &StructureNode->StructureSize, in SmbiosUpdateStructureBuffer()
379 …Status = GetSmbiosStructureSize (StructureNode->Structure, &StructureNode->StructureSize, &CountOf… in SmbiosFldString()
DMemoryConv.c698 StructureNode->StructureSize, in SmbiosFldMemoryType6()
699 StructureNode->StructureSize + sizeof(MEMORY_DEVICE) * McTa->MemoryChannelDeviceCount in SmbiosFldMemoryType6()
880 …nimalSize = (MemoryController->NumberofMemorySlot) * sizeof(UINT16) + StructureNode->StructureSize; in SmbiosFldMemoryType8()
882 …ffer (StructureNode, StructureNode->Structure->Length, StructureNode->StructureSize, NewMinimalSiz… in SmbiosFldMemoryType8()
DMiscConv.c500 StructureNode->StructureSize, in SmbiosFldMiscType3()
501 StructureNode->StructureSize + Ec->ChassisElementCount * sizeof(CONTAINED_ELEMENT) in SmbiosFldMiscType3()
2441 UINT32 StructureSize; in SmbiosFldMiscTypeOEM() local
2475 Status = GetSmbiosStructureSize (StructureNode->Structure, &StructureSize, &CountOfString); in SmbiosFldMiscTypeOEM()
2478 if (StructureSize < RecordDataSize) { in SmbiosFldMiscTypeOEM()
2498 StructureNode->StructureSize = RecordDataSize; in SmbiosFldMiscTypeOEM()
DThunk.h137 UINT32 StructureSize; // Actual structure size including strings member
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
DCpuBist.c43 IN OUT UINT64 *StructureSize, in SecPlatformInformation2() argument
59 if ((*StructureSize) < (UINT64) BistInformationSize) { in SecPlatformInformation2()
60 *StructureSize = (UINT64) BistInformationSize; in SecPlatformInformation2()
DCpuMpPei.h318 IN OUT UINT64 *StructureSize,
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosDxe/
DSmbiosDxe.c367 UINTN StructureSize; in SmbiosAdd() local
413 Status = GetSmbiosStructureSize(This, Record, &StructureSize, &NumberOfStrings); in SmbiosAdd()
428 (EntryPointStructure->TableLength + StructureSize > SMBIOS_TABLE_MAX_LENGTH)) { in SmbiosAdd()
429 …ength exceeds max 32-bit table length with type = %d size = 0x%x\n", Record->Type, StructureSize)); in SmbiosAdd()
432 …mbiosAdd: Smbios type %d with size 0x%x is added to 32-bit table\n", Record->Type, StructureSize)); in SmbiosAdd()
445 … (Smbios30EntryPointStructure->TableMaximumSize + StructureSize > SMBIOS_3_0_TABLE_MAX_LENGTH)) { in SmbiosAdd()
446 …ength exceeds max 64-bit table length with type = %d size = 0x%x\n", Record->Type, StructureSize)); in SmbiosAdd()
448 …mbiosAdd: Smbios type %d with size 0x%x is added to 64-bit table\n", Record->Type, StructureSize)); in SmbiosAdd()
468 RecordSize = sizeof (EFI_SMBIOS_RECORD_HEADER) + StructureSize; in SmbiosAdd()
513 CopyMem (Raw, Record, StructureSize); in SmbiosAdd()
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Library/
DPlatformSecLib.h57 IN OUT UINT64 *StructureSize,
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/PlatformSecLibNull/
DPlatformSecLibNull.c60 IN OUT UINT64 *StructureSize, in SecPlatformInformation() argument
/device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
DSecPlatformInformation2.h70 IN OUT UINT64 *StructureSize,
DSecPlatformInformation.h171 IN OUT UINT64 *StructureSize,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/SecPlatformInformation/
DSecPlatformInformation.h63 IN OUT UINT64 *StructureSize,
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
DEdd.h91 UINT16 StructureSize; member
DBiosInt13.c250 mLegacyDriverUnder1Mb->Parameters.StructureSize = (UINT16) sizeof (EDD_DRIVE_PARAMETERS); in GetDriveParameters()