Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmHotkey.c141 EFI_BOOT_MANAGER_KEY_OPTION *KeyOptions; member
172 Param->KeyOptions = ReallocatePool ( in BmCollectKeyOptions()
175 Param->KeyOptions in BmCollectKeyOptions()
177 ASSERT (Param->KeyOptions != NULL); in BmCollectKeyOptions()
182 if (KeyOption->OptionNumber < Param->KeyOptions[Index].OptionNumber) { in BmCollectKeyOptions()
186 …CopyMem (&Param->KeyOptions[Index + 1], &Param->KeyOptions[Index], (Param->KeyOptionCount - Index)… in BmCollectKeyOptions()
187 CopyMem (&Param->KeyOptions[Index], KeyOption, BmSizeOfKeyOption (KeyOption)); in BmCollectKeyOptions()
213 Param.KeyOptions = NULL; in BmGetKeyOptions()
220 return Param.KeyOptions; in BmGetKeyOptions()
784 IN EFI_BOOT_MANAGER_KEY_OPTION *KeyOptions, in BmFreeKeyOptions() argument
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
DHotkey.c318 EFI_BOOT_KEY_DATA KeyOptions; in HotkeyInsertList() local
332 KeyOptions = KeyOption->KeyData; in HotkeyInsertList()
334 HotkeyLeft->CodeCount = (UINT8) KeyOptions.Options.InputKeyCount; in HotkeyInsertList()
340 if (KeyOptions.Options.ShiftPressed) { in HotkeyInsertList()
343 if (KeyOptions.Options.ControlPressed) { in HotkeyInsertList()
346 if (KeyOptions.Options.AltPressed) { in HotkeyInsertList()
349 if (KeyOptions.Options.LogoPressed) { in HotkeyInsertList()
352 if (KeyOptions.Options.MenuPressed) { in HotkeyInsertList()
355 if (KeyOptions.Options.SysReqPressed) { in HotkeyInsertList()