Home
last modified time | relevance | path

Searched refs:TargetType (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
Dc.py1027 def GetRealType(Type, TypedefDict, TargetType=None): argument
1028 if TargetType != None and Type == TargetType:
1032 if TargetType != None and Type == TargetType:
1036 def GetTypeInfo(RefList, Modifier, FullFileName, TargetType=None): argument
1049 if TargetType != None:
1060 Type = GetRealType(Type, TypedefDict, TargetType)
1064 def GetVarInfo(PredVarList, FuncRecord, FullFileName, IsFuncCall=False, TargetType=None, StarList=N… argument
1084 Type = GetRealType(Type, TypedefDict, TargetType)
1103 Type = GetRealType(Type, TypedefDict, TargetType)
1116 Type = GetRealType(Type, TypedefDict, TargetType)
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
DConvLib.c398 IN UINT8 TargetType, in SmbiosFindHandle() argument
414 if (StructureNode->Structure->Type == TargetType && in SmbiosFindHandle()
489 LinkDataFixupNode->TargetType = LinkSmbiosType; in SmbiosFldInterLink()
DThunk.h106 UINT8 TargetType; member
345 IN UINT8 TargetType,
DTranslate.c488 if ((StructureNode->SmbiosType != LinkDataFixupNode->TargetType) || in SmbiosProtocolCreateRecord()