HomeSort by relevance Sort by last modified time
    Searched refs:StructureSize (Results 1 - 24 of 24) sorted by null

  /device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/
SecPlatformInformation.c 27 @param[in,out] StructureSize Pointer to the variable describing size of the input buffer.
38 IN OUT UINT64 *StructureSize,
73 if ((*StructureSize) < (UINT64) Size) {
74 *StructureSize = Size;
78 *StructureSize = Size;
FspWrapperPlatformSecLibSample.c 28 @param[in,out] StructureSize Pointer to the variable describing size of the input buffer.
39 IN OUT UINT64 *StructureSize,
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/
SecPlatformInformation.c 27 @param[in,out] StructureSize Pointer to the variable describing size of the input buffer.
38 IN OUT UINT64 *StructureSize,
73 if ((*StructureSize) < (UINT64) Size) {
74 *StructureSize = Size;
78 *StructureSize = Size;
FspPlatformSecLibSample.c 27 @param[in,out] StructureSize Pointer to the variable describing size of the input buffer.
38 IN OUT UINT64 *StructureSize,
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Library/
PlatformSecLib.h 46 @param StructureSize Pointer to the variable describing size of the input buffer.
57 IN OUT UINT64 *StructureSize,
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/
SecPlatformInformation.c 26 @param StructureSize Pointer to the variable describing size of the input buffer.
37 IN OUT UINT64 *StructureSize,
72 if ((*StructureSize) < (UINT64) Size) {
73 *StructureSize = Size;
77 *StructureSize = Size;
FspPlatformSecLibVlv2.c 26 @param StructureSize Pointer to the variable describing size of the input buffer.
37 IN OUT UINT64 *StructureSize,
  /device/linaro/bootloader/edk2/UefiCpuPkg/SecCore/
SecBist.c 40 @param[in, out] StructureSize Pointer to the variable describing size of the input buffer.
49 IN OUT UINT64 *StructureSize,
59 *StructureSize = 0;
69 if ((*StructureSize) < (UINT64) DataSize) {
70 *StructureSize = (UINT64) DataSize;
74 *StructureSize = (UINT64) DataSize;
83 @param[in, out] StructureSize Pointer to the variable describing size of the input buffer.
94 IN OUT UINT64 *StructureSize,
98 return GetBistFromHob (StructureSize, PlatformInformationRecord);
105 @param[in, out] StructureSize The pointer to the variable describing size of the input buffer.
    [all...]
SecMain.h 116 @param StructureSize Pointer to the variable describing size of the input buffer.
127 IN OUT UINT64 *StructureSize,
135 @param StructureSize The pointer to the variable describing size of the input buffer.
140 hold the record is returned in StructureSize.
147 IN OUT UINT64 *StructureSize,
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/
PlatformSecLib.c 139 @param StructureSize Pointer to the variable describing size of the input buffer.
150 IN OUT UINT64 *StructureSize,
193 if ((*StructureSize) < (UINT64) Size) {
194 *StructureSize = Size;
198 *StructureSize = Size;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/PlatformSecLibNull/
PlatformSecLibNull.c 49 @param StructureSize Pointer to the variable describing size of the input buffer.
60 IN OUT UINT64 *StructureSize,
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
SecPlatformInformation2.h 58 @param StructureSize The pointer to the variable describing size of the input buffer.
63 hold the record is returned in StructureSize.
70 IN OUT UINT64 *StructureSize,
SecPlatformInformation.h 159 @param StructureSize The pointer to the variable describing size of the input buffer.
164 hold the record is returned in StructureSize.
171 IN OUT UINT64 *StructureSize,
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
CpuBist.c 31 @param StructureSize The pointer to the variable describing size of the input buffer.
36 hold the record is returned in StructureSize.
43 IN OUT UINT64 *StructureSize,
53 *StructureSize = 0;
63 if ((*StructureSize) < (UINT64) DataSize) {
64 *StructureSize = (UINT64) DataSize;
68 *StructureSize = (UINT64) DataSize;
CpuMpPei.h 389 @param StructureSize The pointer to the variable describing size of the input buffer.
394 hold the record is returned in StructureSize.
401 IN OUT UINT64 *StructureSize,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/SecPlatformInformation/
SecPlatformInformation.h 63 IN OUT UINT64 *StructureSize,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
Translate.c 197 StructureNode->StructureSize = SmbiosGetTypeMinimalLength (Conversion->SmbiosType);
200 // StructureSize include the TWO trailing zero byte.
202 if (StructureNode->StructureSize < (sizeof(SMBIOS_STRUCTURE) + 2)) {
378 StructureNode->StructureSize,
379 StructureNode->StructureSize
464 BlankRecord = (EFI_SMBIOS_TABLE_HEADER*) AllocateZeroPool (StructureNode->StructureSize);
469 BlankRecord->Length = (UINT8) (StructureNode->StructureSize - 2);
ConvLib.c 155 &StructureNode->StructureSize,
198 &StructureNode->StructureSize,
379 Status = GetSmbiosStructureSize (StructureNode->Structure, &StructureNode->StructureSize, &CountOfStrings);
MemoryConv.c 698 StructureNode->StructureSize,
699 StructureNode->StructureSize + sizeof(MEMORY_DEVICE) * McTa->MemoryChannelDeviceCount
880 NewMinimalSize = (MemoryController->NumberofMemorySlot) * sizeof(UINT16) + StructureNode->StructureSize;
882 Status = SmbiosEnlargeStructureBuffer (StructureNode, StructureNode->Structure->Length, StructureNode->StructureSize, NewMinimalSize);
MiscConv.c 493 // Update the structure's length and StructureSize
500 StructureNode->StructureSize,
501 StructureNode->StructureSize + Ec->ChassisElementCount * sizeof(CONTAINED_ELEMENT)
    [all...]
Thunk.h 137 UINT32 StructureSize; // Actual structure size including strings
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosDxe/
SmbiosDxe.c 367 UINTN StructureSize;
413 Status = GetSmbiosStructureSize(This, Record, &StructureSize, &NumberOfStrings);
428 (EntryPointStructure->TableLength + StructureSize > SMBIOS_TABLE_MAX_LENGTH)) {
429 DEBUG ((EFI_D_INFO, "SmbiosAdd: Total length exceeds max 32-bit table length with type = %d size = 0x%x\n", Record->Type, StructureSize));
432 DEBUG ((EFI_D_INFO, "SmbiosAdd: Smbios type %d with size 0x%x is added to 32-bit table\n", Record->Type, StructureSize));
445 (Smbios30EntryPointStructure->TableMaximumSize + StructureSize > SMBIOS_3_0_TABLE_MAX_LENGTH)) {
446 DEBUG ((EFI_D_INFO, "SmbiosAdd: Total length exceeds max 64-bit table length with type = %d size = 0x%x\n", Record->Type, StructureSize));
448 DEBUG ((EFI_D_INFO, "SmbiosAdd: Smbios type %d with size 0x%x is added to 64-bit table\n", Record->Type, StructureSize));
468 RecordSize = sizeof (EFI_SMBIOS_RECORD_HEADER) + StructureSize;
513 CopyMem (Raw, Record, StructureSize);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
Edd.h 91 UINT16 StructureSize;
BiosInt13.c 250 mLegacyDriverUnder1Mb->Parameters.StructureSize = (UINT16) sizeof (EDD_DRIVE_PARAMETERS);
    [all...]

Completed in 1608 milliseconds