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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/
TableEotReport.py 51 GuidName TEXT DEFAULT '',
65 ItemName = '', ItemType = '', ItemMode = '', GuidName = '', GuidMacro = '', GuidValue = '', BelongsToFunction = '', Enabled = 0):
69 ItemName, ItemType, ItemMode, GuidName, GuidMacro, GuidValue, BelongsToFunction, Enabled)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
Parser.py 383 ItemName, ItemType, GuidName, GuidMacro, GuidValue = '', 'Ppi', '', '', ''
422 ItemName, ItemType, GuidName, GuidMacro, GuidValue = '', 'Ppi', '', '', ''
481 ItemName, ItemType, GuidName, GuidMacro, GuidValue = '', 'Ppi', '', '', ''
506 GuidName = GetParameterName(NewRecord[0])
507 Db.Insert(-1, '', '', SourceFileID, SourceFileFullPath, ItemName, ItemType, ItemMode, GuidName, GuidMacro, GuidValue, BelongsToFunction, 0)
518 GuidName = GetParameterName(List[1])
519 Db.Insert(-1, '', '', SourceFileID, SourceFileFullPath, ItemName, ItemType, ItemMode, GuidName, GuidMacro, GuidValue, BelongsToFunction, 0)
534 GuidName = GetPpiParameter(NewParameter[NewParameter.find('{') : ])
535 Db.Insert(-1, '', '', SourceFileID, SourceFileFullPath, ItemName, ItemType, ItemMode, GuidName, GuidMacro, GuidValue, BelongsToFunction, 0)
551 GuidName = GetPpiParameter(PpiSet[0][0])
    [all...]
Eot.py 150 # parse DEC file and get all GUID names with GUID values as {GuidName : GuidValue}
173 # Parse Guid list and get all GUID names with GUID values as {GuidName : GuidValue}
183 (GuidName, GuidValue) = Line.split()
184 EotGlobalData.gGuidDict[GuidName] = GuidValue
335 SqlCommand = """select DISTINCT GuidName from Report"""
338 GuidName = Record[0]
344 if GuidName in EotGlobalData.gGuidMacroDict:
345 GuidMacro = EotGlobalData.gGuidMacroDict[GuidName][0]
346 GuidValue = EotGlobalData.gGuidMacroDict[GuidName][1]
347 SqlCommand = """update Report set GuidMacro = '%s', GuidValue = '%s' where GuidName = '%s'""" %(GuidMacro, GuidValue, GuidName)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxePerformanceLib/
PerformanceLib.c 343 IN EFI_GUID *GuidName,
357 GuidName - Guid name to match
386 if (Handle == 0 && Token == NULL && Host == NULL && GuidName == NULL) {
395 if (GuidName == NULL && !CompareGuid (&((Node->GaugeData).GuidName), &NullGuid)) {
400 if (GuidName && !CompareGuid (&((Node->GaugeData).GuidName), GuidName)) {
499 CopyMem (&(Node->GaugeData.GuidName), &LogEntry->Name, sizeof (EFI_GUID));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
ConfigurationTable.c 26 CHAR16 * GuidName;
126 pGuidName->GuidName );
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
Perf.c 332 IN EFI_GUID *GuidName,
346 GuidName - Guid name to match
375 if (Handle == 0 && Token == NULL && Host == NULL && GuidName == NULL) {
384 if (GuidName == NULL && !EfiCompareGuid (&((Node->GaugeData).GuidName), &NullGuid)) {
389 if (GuidName && !EfiCompareGuid (&((Node->GaugeData).GuidName), GuidName)) {
859 EfiCopyMem (&(Node->GaugeData.GuidName), &LogEntry->Name, sizeof (EFI_GUID));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/Performance/
Performance.h 56 EFI_GUID GuidName;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Shell.h 654 If GuidName is a known GUID name, then update Guid to have the correct value for
660 @param[in] GuidName A pointer to the localized name for the GUID being queried.
665 @retval EFI_INVALID_PARAMETER GuidName was NULL.
666 @retval EFI_NOT_FOUND GuidName is not a known GUID Name.
671 IN CONST CHAR16 *GuidName,
678 If Guid is assigned a name, then update *GuidName to point to the name. The callee
685 @param[out] GuidName A pointer to a pointer the localized to name for the GUID being requested
689 @retval EFI_INVALID_PARAMETER GuidName was NULL.
696 OUT CONST CHAR16 **GuidName
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
Section.py 99 def GenSection(self, OutputPath, GuidName, SecNum, keyStringList, FfsInf = None, Dict = {}):
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ShellProtocol.c     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
build.py     [all...]

Completed in 578 milliseconds