/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/ |
D | SecPlatformInformation.c | 37 IN OUT UINT64 *StructureSize, in SecPlatformInformation() argument 72 if ((*StructureSize) < (UINT64) Size) { in SecPlatformInformation() 73 *StructureSize = Size; in SecPlatformInformation() 77 *StructureSize = Size; in SecPlatformInformation()
|
D | FspPlatformSecLibVlv2.c | 37 IN OUT UINT64 *StructureSize,
|
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/ |
D | SecPlatformInformation.c | 38 IN OUT UINT64 *StructureSize, in SecPlatformInformation() argument 73 if ((*StructureSize) < (UINT64) Size) { in SecPlatformInformation() 74 *StructureSize = Size; in SecPlatformInformation() 78 *StructureSize = Size; in SecPlatformInformation()
|
D | FspPlatformSecLibSample.c | 38 IN OUT UINT64 *StructureSize,
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/ |
D | PlatformSecLib.c | 150 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/ |
D | Translate.c | 197 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()
|
D | ConvLib.c | 155 &StructureNode->StructureSize, in SmbiosEnlargeStructureBuffer() 198 &StructureNode->StructureSize, in SmbiosUpdateStructureBuffer() 379 …Status = GetSmbiosStructureSize (StructureNode->Structure, &StructureNode->StructureSize, &CountOf… in SmbiosFldString()
|
D | MemoryConv.c | 698 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()
|
D | MiscConv.c | 500 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()
|
D | Thunk.h | 137 UINT32 StructureSize; // Actual structure size including strings member
|
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/ |
D | CpuBist.c | 43 IN OUT UINT64 *StructureSize, in SecPlatformInformation2() argument 59 if ((*StructureSize) < (UINT64) BistInformationSize) { in SecPlatformInformation2() 60 *StructureSize = (UINT64) BistInformationSize; in SecPlatformInformation2()
|
D | CpuMpPei.h | 318 IN OUT UINT64 *StructureSize,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosDxe/ |
D | SmbiosDxe.c | 367 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/ |
D | PlatformSecLib.h | 57 IN OUT UINT64 *StructureSize,
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/PlatformSecLibNull/ |
D | PlatformSecLibNull.c | 60 IN OUT UINT64 *StructureSize, in SecPlatformInformation() argument
|
/device/linaro/bootloader/edk2/MdePkg/Include/Ppi/ |
D | SecPlatformInformation2.h | 70 IN OUT UINT64 *StructureSize,
|
D | SecPlatformInformation.h | 171 IN OUT UINT64 *StructureSize,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/SecPlatformInformation/ |
D | SecPlatformInformation.h | 63 IN OUT UINT64 *StructureSize,
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/ |
D | Edd.h | 91 UINT16 StructureSize; member
|
D | BiosInt13.c | 250 mLegacyDriverUnder1Mb->Parameters.StructureSize = (UINT16) sizeof (EDD_DRIVE_PARAMETERS); in GetDriveParameters()
|