HomeSort by relevance Sort by last modified time
    Searched defs:Prompt (Results 1 - 25 of 32) sorted by null

1 2

  /external/llvm/include/llvm/LineEditor/
LineEditor.h 28 /// prompt.
106 const std::string &getPrompt() const { return Prompt; }
107 void setPrompt(const std::string &P) { Prompt = P; }
113 std::string Prompt;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Common/
EdkIIGlueDefinitionChangesBase.h 59 STRING_REF Prompt; // The String Token for the Prompt
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverHealthManagerDxe/
DriverHealthManagerDxe.c 700 EFI_STRING_ID Prompt;
764 Prompt = HiiSetString (mDriverHealthManagerHiiHandle, 0, String, NULL);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcBoot.c 52 Select and maintain the boot prompt if needed.
56 @retval EFI_SUCCESS Selected boot prompt done.
57 @retval EFI_TIMEOUT Selected boot prompt timed out.
77 UINT8 *Prompt;
89 // Only DhcpPxe10 and ProxyPxe10 offer needs boot prompt.
103 // we must not consider a boot prompt or boot menu if all of the following hold:
117 Prompt = VendorOpt->MenuPrompt->Prompt;
182 PxeBcDisplayBootItem (Prompt, PromptLen);
494 // If prompt/discover is disabled, get the first boot server from the boot servers list.
    [all...]
PxeBcDhcp4.h 278 UINT8 Prompt[1];
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
UefiIfrParser.h 192 EFI_STRING_ID Prompt;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcDhcp.c     [all...]
PxeBcDhcp.h 243 UINT8 Prompt[1];
503 Choose the boot prompt.
507 @retval EFI_SUCCESS Select boot prompt done.
508 @retval EFI_TIMEOUT Select boot prompt time out.