Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformVarCleanupLib/
DPlatVarCleanup.h62 CHAR16 *PromptString; member
78 CHAR16 *PromptString; member
DPlatVarCleanupLib.c175 UserVariableNode->PromptString = AllocatePool ((36 + 2) * sizeof (CHAR16)); in FindUserVariableNodeByGuid()
176 ASSERT (UserVariableNode->PromptString != NULL); in FindUserVariableNodeByGuid()
177 …UnicodeSPrint (UserVariableNode->PromptString, (36 + 2) * sizeof (CHAR16), L" %g", &UserVariableNo… in FindUserVariableNodeByGuid()
263 UserVariableNameNode->PromptString = AllocatePool (StringSize); in CreateUserVariableNode()
264 ASSERT (UserVariableNameNode->PromptString != NULL); in CreateUserVariableNode()
265 …UnicodeSPrint (UserVariableNameNode->PromptString, StringSize, L" %s", UserVariableNameNode->Name… in CreateUserVariableNode()
316 FreePool (UserVariableNameNode->PromptString); in DestroyUserVariableNode()
321 FreePool (UserVariableNode->PromptString); in DestroyUserVariableNode()
727 … PromptStringToken = HiiSetString (Private->HiiHandle, 0, UserVariableNode->PromptString, NULL); in UpdateUserVariableForm()
735 …PromptStringToken = HiiSetString (Private->HiiHandle, 0, UserVariableNameNode->PromptString, NULL); in UpdateUserVariableForm()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
DGenDecFile.py620 PromptString = FormatUniEntry(PcdPromptStrName, TokenValueList, ContainerFile) + '\r\n'
621 if PromptString not in Content:
622 Content += PromptString
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
DSecureBootConfigImpl.c3265 CHAR16 PromptString[100]; in SecureBootCallback() local
3552 PromptString, in SecureBootCallback()
3553 sizeof (PromptString), in SecureBootCallback()
3561 PromptString, in SecureBootCallback()