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

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformVarCleanupLib/
PlatVarCleanup.h 62 CHAR16 *PromptString;
78 CHAR16 *PromptString;
PlatVarCleanupLib.c 166 UserVariableNode->PromptString = AllocatePool ((36 + 2) * sizeof (CHAR16));
167 ASSERT (UserVariableNode->PromptString != NULL);
168 UnicodeSPrint (UserVariableNode->PromptString, (36 + 2) * sizeof (CHAR16), L" %g", &UserVariableNode->Guid);
254 UserVariableNameNode->PromptString = AllocatePool (StringSize);
255 ASSERT (UserVariableNameNode->PromptString != NULL);
256 UnicodeSPrint (UserVariableNameNode->PromptString, StringSize, L" %s", UserVariableNameNode->Name);
307 FreePool (UserVariableNameNode->PromptString);
312 FreePool (UserVariableNode->PromptString);
718 PromptStringToken = HiiSetString (Private->HiiHandle, 0, UserVariableNode->PromptString, NULL);
726 PromptStringToken = HiiSetString (Private->HiiHandle, 0, UserVariableNameNode->PromptString, NULL);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenDecFile.py 612 PromptString = FormatUniEntry(PcdPromptStrName, TokenValueList, ContainerFile) + '\r\n'
613 if PromptString not in Content:
614 Content += PromptString
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.c     [all...]

Completed in 161 milliseconds