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

  /device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
MiscResetCapabilitiesFunction.c 32 SMBIOS_TABLE_TYPE23 *SmbiosRecord;
48 SmbiosRecord = AllocatePool(sizeof (SMBIOS_TABLE_TYPE23) + 1 + 1);
49 ZeroMem(SmbiosRecord, sizeof (SMBIOS_TABLE_TYPE23) + 1 + 1);
52 SmbiosRecord->Hdr.Length = sizeof (SMBIOS_TABLE_TYPE23);
  /device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
MiscResetCapabilitiesFunction.c 33 SMBIOS_TABLE_TYPE23 *SmbiosRecord;
49 SmbiosRecord = AllocatePool(sizeof (SMBIOS_TABLE_TYPE23) + 1 + 1);
50 ZeroMem(SmbiosRecord, sizeof (SMBIOS_TABLE_TYPE23) + 1 + 1);
53 SmbiosRecord->Hdr.Length = sizeof (SMBIOS_TABLE_TYPE23);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscResetCapabilitiesFunction.c 54 SMBIOS_TABLE_TYPE23 *SmbiosRecord;
70 SmbiosRecord = AllocatePool(sizeof (SMBIOS_TABLE_TYPE23) + 1 + 1);
71 ZeroMem(SmbiosRecord, sizeof (SMBIOS_TABLE_TYPE23) + 1 + 1);
74 SmbiosRecord->Hdr.Length = sizeof (SMBIOS_TABLE_TYPE23);
  /device/linaro/bootloader/edk2/EmulatorPkg/PlatformSmbiosDxe/
SmbiosTable.c 409 SMBIOS_TABLE_TYPE23 gSmbiosType23Template = {
410 { EFI_SMBIOS_TYPE_SYSTEM_BOOT_INFORMATION, sizeof (SMBIOS_TABLE_TYPE23), 0 },
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Smbios.h 401 } SMBIOS_TABLE_TYPE23;
626 SMBIOS_TABLE_TYPE23 *Type23;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
MiscConv.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosMeasurementDxe/
SmbiosMeasurementDxe.c 85 {0x17, OFFSET_OF(SMBIOS_TABLE_TYPE23, ResetCount), FIELD_SIZE_OF(SMBIOS_TABLE_TYPE23, ResetCount), 0},
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
SmBios.h     [all...]

Completed in 270 milliseconds