Lines Matching refs:KeyShiftState
393 (((KeyData->KeyState.KeyShiftState & EFI_SHIFT_STATE_VALID) != 0) ? in BmHotkeyCallback()
394 (KeyData->KeyState.KeyShiftState == HotkeyData->KeyState.KeyShiftState) : TRUE in BmHotkeyCallback()
570 Hotkey->KeyData[Index].KeyState.KeyShiftState, in BmRegisterHotkeyNotify()
599 IN UINT32 KeyShiftState, in BmGenerateKeyShiftState() argument
607 …BmGenerateKeyShiftState (Depth + 1, KeyOption, KeyShiftState | EFI_RIGHT_SHIFT_PRESSED, KeyShiftSt… in BmGenerateKeyShiftState()
608 …BmGenerateKeyShiftState (Depth + 1, KeyOption, KeyShiftState | EFI_LEFT_SHIFT_PRESSED, KeyShiftSt… in BmGenerateKeyShiftState()
610 … BmGenerateKeyShiftState (Depth + 1, KeyOption, KeyShiftState, KeyShiftStates, KeyShiftStateCount); in BmGenerateKeyShiftState()
616 …BmGenerateKeyShiftState (Depth + 1, KeyOption, KeyShiftState | EFI_RIGHT_CONTROL_PRESSED, KeyShift… in BmGenerateKeyShiftState()
617 …BmGenerateKeyShiftState (Depth + 1, KeyOption, KeyShiftState | EFI_LEFT_CONTROL_PRESSED, KeyShift… in BmGenerateKeyShiftState()
619 … BmGenerateKeyShiftState (Depth + 1, KeyOption, KeyShiftState, KeyShiftStates, KeyShiftStateCount); in BmGenerateKeyShiftState()
625 …BmGenerateKeyShiftState (Depth + 1, KeyOption, KeyShiftState | EFI_RIGHT_ALT_PRESSED, KeyShiftStat… in BmGenerateKeyShiftState()
626 …BmGenerateKeyShiftState (Depth + 1, KeyOption, KeyShiftState | EFI_LEFT_ALT_PRESSED, KeyShiftStat… in BmGenerateKeyShiftState()
628 … BmGenerateKeyShiftState (Depth + 1, KeyOption, KeyShiftState, KeyShiftStates, KeyShiftStateCount); in BmGenerateKeyShiftState()
633 …BmGenerateKeyShiftState (Depth + 1, KeyOption, KeyShiftState | EFI_RIGHT_LOGO_PRESSED, KeyShiftSta… in BmGenerateKeyShiftState()
634 …BmGenerateKeyShiftState (Depth + 1, KeyOption, KeyShiftState | EFI_LEFT_LOGO_PRESSED, KeyShiftSta… in BmGenerateKeyShiftState()
636 … BmGenerateKeyShiftState (Depth + 1, KeyOption, KeyShiftState, KeyShiftStates, KeyShiftStateCount); in BmGenerateKeyShiftState()
641 KeyShiftState |= EFI_MENU_KEY_PRESSED; in BmGenerateKeyShiftState()
644 KeyShiftState |= EFI_SYS_REQ_PRESSED; in BmGenerateKeyShiftState()
646 KeyShiftStates[*KeyShiftStateCount] = KeyShiftState; in BmGenerateKeyShiftState()
700 Hotkey->KeyData[KeyIndex].KeyState.KeyShiftState = KeyShiftStates[Index]; in BmProcessKeyOption()
1113 ShiftState = Hotkey->KeyData[Index].KeyState.KeyShiftState; in EfiBootManagerDeleteKeyOptionVariable()