• Home
  • Raw
  • Download

Lines Matching refs:KeyShiftStateCount

601   IN UINTN                             *KeyShiftStateCount  in BmGenerateKeyShiftState()  argument
607 …Depth + 1, KeyOption, KeyShiftState | EFI_RIGHT_SHIFT_PRESSED, KeyShiftStates, KeyShiftStateCount); in BmGenerateKeyShiftState()
608 …Depth + 1, KeyOption, KeyShiftState | EFI_LEFT_SHIFT_PRESSED, KeyShiftStates, KeyShiftStateCount); in BmGenerateKeyShiftState()
610 … BmGenerateKeyShiftState (Depth + 1, KeyOption, KeyShiftState, KeyShiftStates, KeyShiftStateCount); in BmGenerateKeyShiftState()
616 …pth + 1, KeyOption, KeyShiftState | EFI_RIGHT_CONTROL_PRESSED, KeyShiftStates, KeyShiftStateCount); in BmGenerateKeyShiftState()
617 …pth + 1, KeyOption, KeyShiftState | EFI_LEFT_CONTROL_PRESSED, KeyShiftStates, KeyShiftStateCount); in BmGenerateKeyShiftState()
619 … BmGenerateKeyShiftState (Depth + 1, KeyOption, KeyShiftState, KeyShiftStates, KeyShiftStateCount); in BmGenerateKeyShiftState()
625 … (Depth + 1, KeyOption, KeyShiftState | EFI_RIGHT_ALT_PRESSED, KeyShiftStates, KeyShiftStateCount); in BmGenerateKeyShiftState()
626 … (Depth + 1, KeyOption, KeyShiftState | EFI_LEFT_ALT_PRESSED, KeyShiftStates, KeyShiftStateCount); in BmGenerateKeyShiftState()
628 … BmGenerateKeyShiftState (Depth + 1, KeyOption, KeyShiftState, KeyShiftStates, KeyShiftStateCount); in BmGenerateKeyShiftState()
633 …(Depth + 1, KeyOption, KeyShiftState | EFI_RIGHT_LOGO_PRESSED, KeyShiftStates, KeyShiftStateCount); in BmGenerateKeyShiftState()
634 …(Depth + 1, KeyOption, KeyShiftState | EFI_LEFT_LOGO_PRESSED, KeyShiftStates, KeyShiftStateCount); in BmGenerateKeyShiftState()
636 … BmGenerateKeyShiftState (Depth + 1, KeyOption, KeyShiftState, KeyShiftStates, KeyShiftStateCount); in BmGenerateKeyShiftState()
646 KeyShiftStates[*KeyShiftStateCount] = KeyShiftState; in BmGenerateKeyShiftState()
647 (*KeyShiftStateCount)++; in BmGenerateKeyShiftState()
675 UINTN KeyShiftStateCount; in BmProcessKeyOption() local
681 KeyShiftStateCount = 0; in BmProcessKeyOption()
682 …BmGenerateKeyShiftState (0, KeyOption, EFI_SHIFT_STATE_VALID, KeyShiftStates, &KeyShiftStateCount); in BmProcessKeyOption()
683 ASSERT (KeyShiftStateCount <= ARRAY_SIZE (KeyShiftStates)); in BmProcessKeyOption()
689 for (Index = 0; Index < KeyShiftStateCount; Index++) { in BmProcessKeyOption()