Home
last modified time | relevance | path

Searched refs:SmbiosType (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
DTranslate.c129 if (Conversion->SmbiosType >= 0x80) { in SmbiosProcessDataRecord()
130 if (StructureNode->SmbiosType == ((SMBIOS_STRUCTURE_HDR *) SrcData)->Type) { in SmbiosProcessDataRecord()
133 } else if (StructureNode->SmbiosType == Conversion->SmbiosType) { in SmbiosProcessDataRecord()
146 if (Conversion->SmbiosType >= 0x80) { in SmbiosProcessDataRecord()
147 if (StructureNode->SmbiosType == ((SMBIOS_STRUCTURE_HDR *) SrcData)->Type) { in SmbiosProcessDataRecord()
150 } else if (StructureNode->SmbiosType == Conversion->SmbiosType) { in SmbiosProcessDataRecord()
197 StructureNode->StructureSize = SmbiosGetTypeMinimalLength (Conversion->SmbiosType); in SmbiosProcessDataRecord()
213 if (Conversion->SmbiosType >= 0x80) { in SmbiosProcessDataRecord()
214 StructureNode->SmbiosType = ((SMBIOS_STRUCTURE_HDR *) SrcData)->Type; in SmbiosProcessDataRecord()
216 StructureNode->SmbiosType = Conversion->SmbiosType; in SmbiosProcessDataRecord()
[all …]
DConvLib.c150 StructureNode->SmbiosType, in SmbiosEnlargeStructureBuffer()
193 StructureNode->SmbiosType, in SmbiosUpdateStructureBuffer()
299 … OrigStringNumber, StructureNode->SmbiosType, Offset, StructureNode->SmbiosHandle, AsciiData)); in SmbiosFldString()
307 OrigStringNumber, Offset, StructureNode->SmbiosHandle, StructureNode->SmbiosType)); in SmbiosFldString()
340 StructureNode->SmbiosType, Offset, CountOfStrings + 1)); in SmbiosFldString()
370 StructureNode->SmbiosType, in SmbiosFldString()
DThunk.h86 UINT8 SmbiosType; member
144 EFI_SMBIOS_TYPE SmbiosType; member
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/
DSmbiosMiscEntryPoint.c150 IN UINT8 SmbiosType, in GetLinkTypeHandle() argument
178 &SmbiosType, in GetLinkTypeHandle()
DSmbiosMisc.h203 IN UINT8 SmbiosType,
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/AddSmbiosType9/
DAddSmbiosType9.c96 EFI_SMBIOS_TYPE SmbiosType; in AddSmbiosType9Entry() local
122 SmbiosType = EFI_SMBIOS_TYPE_SYSTEM_SLOTS; in AddSmbiosType9Entry()
123 Status = Smbios->GetNext (Smbios, &SmbiosHandle, &SmbiosType, &Record, NULL); in AddSmbiosType9Entry()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DUefiShellDebug1CommandsLib.uni946 "SMBIOSVIEW [-t SmbiosType]|[-h SmbiosHandle]|[-s]|[-a]\r\n"
949 " -t - Displays all structures of SmbiosType.\r\n"
953 " SmbiosType - Specifies a SMBIOS structure type.\r\n"
958 " 1. The SmbiosType parameter supports the following types:\n"