Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmHotkey.c1090 UINT32 ShiftState; in EfiBootManagerDeleteKeyOptionVariable() local
1113 ShiftState = Hotkey->KeyData[Index].KeyState.KeyShiftState; in EfiBootManagerDeleteKeyOptionVariable()
1115 …(BmBitSet (ShiftState, EFI_RIGHT_SHIFT_PRESSED | EFI_LEFT_SHIFT_PRESSED) != KeyOption.KeyData.Opti… in EfiBootManagerDeleteKeyOptionVariable()
1116 …(BmBitSet (ShiftState, EFI_RIGHT_CONTROL_PRESSED | EFI_LEFT_CONTROL_PRESSED) != KeyOption.KeyData.… in EfiBootManagerDeleteKeyOptionVariable()
1117 …(BmBitSet (ShiftState, EFI_RIGHT_ALT_PRESSED | EFI_LEFT_ALT_PRESSED) != KeyOption.KeyData.Options.… in EfiBootManagerDeleteKeyOptionVariable()
1118 …(BmBitSet (ShiftState, EFI_RIGHT_LOGO_PRESSED | EFI_LEFT_LOGO_PRESSED) != KeyOption.KeyData.Option… in EfiBootManagerDeleteKeyOptionVariable()
1119 (BmBitSet (ShiftState, EFI_MENU_KEY_PRESSED) != KeyOption.KeyData.Options.MenuPressed) || in EfiBootManagerDeleteKeyOptionVariable()
1120 (BmBitSet (ShiftState, EFI_SYS_REQ_PRESSED) != KeyOption.KeyData.Options.SysReqPressed) || in EfiBootManagerDeleteKeyOptionVariable()