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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FormBrowser/
FormBrowser.h 91 IN BOOLEAN HotKey,
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkFormBrowser.h 121 @param HotKey Defines whether a single character is parsed (TRUE)
128 the typed in string if HotKey is FALSE.
129 @param KeyValue The EFI_INPUT_KEY value returned if HotKey is TRUE.
144 IN BOOLEAN HotKey,
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
CustomizedDisplayLibInternal.c 556 Show all registered HotKey help strings on bottom Rows.
559 @param SetState Set HotKey or Clear HotKey
577 BROWSER_HOT_KEY *HotKey;
592 HotKey = BROWSER_HOT_KEY_FROM_LINK (Link);
613 if (StrLen (HotKey->HelpString) > ColumnIndexWidth) {
614 BakChar = HotKey->HelpString[ColumnIndexWidth];
615 HotKey->HelpString[ColumnIndexWidth] = L'\0';
619 // Print HotKey help string on bottom Row.
622 ColumnStr = HotKey->HelpString;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
FormDisplay.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DriverSample.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Presentation.c 434 Make a copy of the global hotkey info.
442 BROWSER_HOT_KEY *HotKey;
448 HotKey = BROWSER_HOT_KEY_FROM_LINK (Link);
450 CopyKey = AllocateCopyPool(sizeof (BROWSER_HOT_KEY), HotKey);
452 CopyKey->KeyData = AllocateCopyPool(sizeof (EFI_INPUT_KEY), HotKey->KeyData);
454 CopyKey->HelpString = AllocateCopyPool(StrSize (HotKey->HelpString), HotKey->HelpString);
639 // Update hotkey list field.
738 BROWSER_HOT_KEY *HotKey;
743 HotKey = BROWSER_HOT_KEY_FROM_LINK (Link);
    [all...]
Setup.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
SetupBrowser.c 495 @param HotKey Defines if a single character is parsed (TRUE) and returned in KeyValue
498 @param StringBuffer On return contains the typed-in string if HotKey is FALSE.
499 @param Key The EFI_INPUT_KEY value returned if HotKey is TRUE.
506 @retval EFI_INVALID_PARAMETER One of the parameters was invalid.(StringBuffer == NULL && HotKey == FALSE).
512 IN BOOLEAN HotKey,
534 if (!HotKey) {
HiiDatabase.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
agtctl.h     [all...]

Completed in 549 milliseconds