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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DHotkey.c556 UINT32 KeyShiftStateRight; local
575 KeyShiftStateRight = EFI_SHIFT_STATE_VALID;
577 KeyShiftStateRight |= EFI_RIGHT_SHIFT_PRESSED;
580 KeyShiftStateRight |= EFI_RIGHT_CONTROL_PRESSED;
583 KeyShiftStateRight |= EFI_RIGHT_ALT_PRESSED;
586 KeyShiftStateRight |= EFI_RIGHT_LOGO_PRESSED;
589 KeyShiftStateRight |= EFI_MENU_KEY_PRESSED;
592 KeyShiftStateRight |= EFI_SYS_REQ_PRESSED;
596 KeyShiftStateLeft = (KeyShiftStateRight & 0xffffff00) | ((KeyShiftStateRight
[all...]

Completed in 32 milliseconds