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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
Translate.c 129 if (Conversion->SmbiosType >= 0x80) {
130 if (StructureNode->SmbiosType == ((SMBIOS_STRUCTURE_HDR *) SrcData)->Type) {
133 } else if (StructureNode->SmbiosType == Conversion->SmbiosType) {
146 if (Conversion->SmbiosType >= 0x80) {
147 if (StructureNode->SmbiosType == ((SMBIOS_STRUCTURE_HDR *) SrcData)->Type) {
150 } else if (StructureNode->SmbiosType == Conversion->SmbiosType) {
197 StructureNode->StructureSize = SmbiosGetTypeMinimalLength (Conversion->SmbiosType);
211 // Assign correct SmbiosType when OEM type and Non-OEM type
    [all...]
ConvLib.c 150 StructureNode->SmbiosType,
193 StructureNode->SmbiosType,
299 OrigStringNumber, StructureNode->SmbiosType, Offset, StructureNode->SmbiosHandle, AsciiData));
307 OrigStringNumber, Offset, StructureNode->SmbiosHandle, StructureNode->SmbiosType));
340 StructureNode->SmbiosType, Offset, CountOfStrings + 1));
370 StructureNode->SmbiosType,
Thunk.h 86 UINT8 SmbiosType;
144 EFI_SMBIOS_TYPE SmbiosType;
    [all...]

Completed in 60 milliseconds