Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformVarCleanupLib/
DPlatVarCleanupLib.c95 IsUserVariable ( in IsUserVariable() function
233 if (IsUserVariable (VarName, &Guid)) { in CreateUserVariableNode()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
DVariable.c907 IsUserVariable ( in IsUserVariable() function
1108 if (IsUserVariable (Variable)) { in Reclaim()
1159 if (IsUserVariable (Variable)) { in Reclaim()
1185 if (IsUserVariable (NewVariable)) { in Reclaim()
1242 if (IsUserVariable (Variable)) { in Reclaim()
2568 IsCommonUserVariable = IsUserVariable (NextVariable); in UpdateVariable()