Searched refs:EFI_RIGHT_CONTROL_PRESSED (Results 1 – 18 of 18) sorted by relevance
107 #define EFI_RIGHT_CONTROL_PRESSED 0x00000004 macro
63 #define EFI_RIGHT_CONTROL_PRESSED 0x00000004 macro
302 KeyData.KeyState.KeyShiftState |= EFI_RIGHT_CONTROL_PRESSED; in GopPrivateAddKey()601 …if ((KeyData.KeyState.KeyShiftState & (EFI_LEFT_CONTROL_PRESSED | EFI_RIGHT_CONTROL_PRESSED)) != 0… in WinNtGopSimpleTextInReadKeyStroke()
1416 …if ((KeyData.KeyState.KeyShiftState & (EFI_LEFT_CONTROL_PRESSED | EFI_RIGHT_CONTROL_PRESSED)) != 0… in BiosKeyboardReadKeyStroke()1902 …LEFT_CTRL_PRESSED) == KB_LEFT_CTRL_PRESSED) ? EFI_LEFT_CONTROL_PRESSED : EFI_RIGHT_CONTROL_PRESSED; in BiosKeyboardTimerHandler()1933 …if ((KeyData.KeyState.KeyShiftState & (EFI_LEFT_CONTROL_PRESSED | EFI_RIGHT_CONTROL_PRESSED)) != 0… in BiosKeyboardTimerHandler()
616 …BmGenerateKeyShiftState (Depth + 1, KeyOption, KeyShiftState | EFI_RIGHT_CONTROL_PRESSED, KeyShift… in BmGenerateKeyShiftState()1116 …(BmBitSet (ShiftState, EFI_RIGHT_CONTROL_PRESSED | EFI_LEFT_CONTROL_PRESSED) != KeyOption.KeyData.… in EfiBootManagerDeleteKeyOptionVariable()
344 KeyShiftStateRight |= EFI_RIGHT_CONTROL_PRESSED; in HotkeyInsertList()
295 …if ((KeyData.KeyState.KeyShiftState & (EFI_LEFT_CONTROL_PRESSED | EFI_RIGHT_CONTROL_PRESSED)) != 0… in KeyboardReadKeyStroke()
1321 | (ConsoleIn->RightCtrl ? EFI_RIGHT_CONTROL_PRESSED : 0) in KeyGetchar()
1357 | (ConsoleIn->RightCtrl ? EFI_RIGHT_CONTROL_PRESSED : 0) in KeyGetchar()
279 Drv->KeyState.KeyShiftState |= EFI_RIGHT_CONTROL_PRESSED; in handleKeyEvent()281 Drv->KeyState.KeyShiftState &= ~EFI_RIGHT_CONTROL_PRESSED; in handleKeyEvent()
3837 …SSED) || KeyData->KeyState.KeyShiftState == (EFI_SHIFT_STATE_VALID|EFI_RIGHT_CONTROL_PRESSED))) || in NotificationFunction()3845 …_PRESSED) || KeyData->KeyState.KeyShiftState == (EFI_SHIFT_STATE_VALID|EFI_RIGHT_CONTROL_PRESSED)) in NotificationFunction()3900 KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID|EFI_RIGHT_CONTROL_PRESSED; in InernalEfiShellStartMonitor()3917 KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID|EFI_RIGHT_CONTROL_PRESSED; in InernalEfiShellStartMonitor()
872 (KeyData.KeyState.KeyShiftState == (EFI_SHIFT_STATE_VALID | EFI_RIGHT_CONTROL_PRESSED)) in ConsoleLoggerOutputString()
288 KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID|EFI_RIGHT_CONTROL_PRESSED; in InternalEfiShellStartCtrlSMonitor()306 KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID|EFI_RIGHT_CONTROL_PRESSED; in InternalEfiShellStartCtrlSMonitor()
711 …if ((KeyData.KeyState.KeyShiftState & (EFI_LEFT_CONTROL_PRESSED | EFI_RIGHT_CONTROL_PRESSED)) != 0… in VirtualKeyboardReadKeyStroke()
192 KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID|EFI_RIGHT_CONTROL_PRESSED; in InternalStartMonitor()251 KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID|EFI_RIGHT_CONTROL_PRESSED; in InternalStopMonitor()
729 …if ((KeyData.KeyState.KeyShiftState & (EFI_LEFT_CONTROL_PRESSED | EFI_RIGHT_CONTROL_PRESSED)) != 0… in USBKeyboardReadKeyStroke()
1629 KeyData->KeyState.KeyShiftState |= EFI_RIGHT_CONTROL_PRESSED; in UsbKeyCodeToEfiInputKey()