Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
DHotkey.c320 UINT32 KeyShiftStateRight; in HotkeyInsertList() local
339 KeyShiftStateRight = EFI_SHIFT_STATE_VALID; in HotkeyInsertList()
341 KeyShiftStateRight |= EFI_RIGHT_SHIFT_PRESSED; in HotkeyInsertList()
344 KeyShiftStateRight |= EFI_RIGHT_CONTROL_PRESSED; in HotkeyInsertList()
347 KeyShiftStateRight |= EFI_RIGHT_ALT_PRESSED; in HotkeyInsertList()
350 KeyShiftStateRight |= EFI_RIGHT_LOGO_PRESSED; in HotkeyInsertList()
353 KeyShiftStateRight |= EFI_MENU_KEY_PRESSED; in HotkeyInsertList()
356 KeyShiftStateRight |= EFI_SYS_REQ_PRESSED; in HotkeyInsertList()
359 KeyShiftStateLeft = (KeyShiftStateRight & 0xffffff00) | ((KeyShiftStateRight & 0xff) << 1); in HotkeyInsertList()
379 if (KeyShiftStateLeft != KeyShiftStateRight) { in HotkeyInsertList()
[all …]