HomeSort by relevance Sort by last modified time
    Searched refs:CommandKey (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbCommand.c 632 @param CommandKey - Command Function Key
640 IN EFI_INPUT_KEY CommandKey
646 // Go through each command, check the CommandKey
649 if ((mDebuggerCommandSet[Index].CommandKey.UnicodeChar == CommandKey.UnicodeChar) &&
650 (mDebuggerCommandSet[Index].CommandKey.ScanCode == CommandKey.ScanCode)) {
EdbCommand.h 47 @param CommandKey - Command Function Key
55 IN EFI_INPUT_KEY CommandKey
EdbCommon.h 58 EFI_INPUT_KEY CommandKey;

Completed in 70 milliseconds