Home
last modified time | relevance | path

Searched refs:DefineName (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
DGuidList.c63 INT8 *DefineName; member
91 INT8 *DefineName,
130 …PrintGuidText (OutFptr, mGuidList[Index].VariableName, mGuidList[Index].DefineName, &mGuidList[Ind… in CreateGuidList()
146 INT8 *DefineName, in PrintGuidText() argument
185 DefineName, in PrintGuidText()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
DProcessDsc.c3785 INT8 DefineName[80]; in ParseGuidDatabaseFile() local
3798 if (sscanf (Line, "%s %s %*s", Guid, DefineName) == 2) { in ParseGuidDatabaseFile()
3799 AddSymbol (DefineName, Guid, SYM_GLOBAL); in ParseGuidDatabaseFile()