Searched refs:ScanCode (Results 1 - 25 of 39) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminalConIn.c171 if ((RegsiteredData->Key.ScanCode != InputData->Key.ScanCode) ||
846 Output->ScanCode = SCAN_NULL;
1076 Key.ScanCode = SCAN_ESC;
1082 Key.ScanCode = SCAN_NULL;
1088 Key.ScanCode = SCAN_NULL;
1094 Key.ScanCode = SCAN_NULL;
1100 Key.ScanCode = SCAN_NULL;
1242 Key.ScanCode = SCAN_NULL;
1248 Key.ScanCode
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/Console/
H A DdaConsole.c258 if((Stream->UnGetKey.UnicodeChar == CHAR_NULL) && (Stream->UnGetKey.ScanCode == SCAN_NULL)) {
269 Key.ScanCode = Stream->UnGetKey.ScanCode;
271 Stream->UnGetKey.ScanCode = SCAN_NULL;
274 if(Key.ScanCode == SCAN_NULL) {
427 (POLLIN) A ScanCode is ready.
453 if((Stream->UnGetKey.UnicodeChar == CHAR_NULL) && (Stream->UnGetKey.ScanCode == SCAN_NULL)) {
462 Stream->UnGetKey.ScanCode = SCAN_NULL;
543 Stream->UnGetKey.ScanCode = SCAN_NULL;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DSimpleTextIn.h42 UINT16 ScanCode; member in struct:__anon12293
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DSimpleTextIn.h44 UINT16 ScanCode; member in struct:__anon15667
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/
H A Defi_console.c241 key.UnicodeChar, key.ScanCode );
248 if ( ( ansi_seq = scancode_to_ansi_seq ( key.ScanCode ) ) ) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/
H A DPs2KbdTextIn.c106 if ((RegsiteredData->Key.ScanCode != InputData->Key.ScanCode) ||
288 if (KeyData.Key.ScanCode == SCAN_NULL && KeyData.Key.UnicodeChar == CHAR_NULL) {
349 if (KeyData.Key.ScanCode == SCAN_NULL && KeyData.Key.UnicodeChar == CHAR_NULL) {
H A DPs2KbdCtrller.c18 UINT8 ScanCode; ///< follows value defined in Scan Code Set1 member in struct:__anon10328
1157 UINT16 ScanCode; local
1213 ScanCode = ScancodeArr[ScancodeArrPos];
1219 switch (ScanCode) {
1335 if (ScanCode >= SCANCODE_MAX_MAKE) {
1347 ScanCode == SCANCODE_DELETE_MAKE
1374 KeyData.Key.ScanCode = SCAN_NULL;
1380 if (Extend0 && ScanCode == 0x35) {
1382 KeyData.Key.ScanCode = SCAN_NULL;
1387 } else if (Extend1 && ScanCode
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DInputHandler.c144 switch (Key.ScanCode) {
603 Key.ScanCode = gDirection;
616 Key.ScanCode = SCAN_RIGHT;
618 Key.ScanCode = SCAN_LEFT;
624 switch (Key.ScanCode) {
638 if (Key.ScanCode == SCAN_LEFT) {
646 } else if (Key.ScanCode == SCAN_RIGHT) {
1188 Key.ScanCode = gDirection;
1249 switch (Key.ScanCode) {
1252 if (Key.ScanCode
[all...]
H A DPresentation.c1035 (Key.ScanCode != SCAN_ESC) &&
1040 if (Key.ScanCode == SCAN_ESC) {
1104 (Key.ScanCode != SCAN_ESC) &&
1109 if (Key.ScanCode == SCAN_ESC) {
H A DUi.h187 UINT16 ScanCode; member in struct:__anon11292
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/
H A DBiosKeyboard.c1467 UINT16 ScanCode; member in struct:_CONVERT_TABLE_ENTRY
1617 @param ScanCode Scan code of key.
1626 IN UINT16 ScanCode
1638 for (Index = 0; (Index < sizeof (mConvertTable) / sizeof (CONVERT_TABLE_ENTRY)) && (mConvertTable[Index].ScanCode != TABLE_END); Index += 1) {
1639 if (ScanCode == mConvertTable[Index].ScanCode) {
1774 KeyData.Key.ScanCode = (UINT16) Regs.H.AH;
1778 "[KBD]INT16 returns EFI_INPUT_KEY.ScanCode - %x, EFI_INPUT_KEY.UnicodeChar - %x\n",
1779 KeyData.Key.ScanCode,
1897 KeyData.Key.ScanCode
[all...]
H A DBiosKeyboard.h514 @param ScanCode Scan code of key.
523 IN UINT16 ScanCode
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DDriverConfiguration.c55 if (Key.ScanCode == SCAN_ESC) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DHotkey.c399 if ((KeyData->Key.ScanCode == HotkeyData->Key.ScanCode) &&
607 KeyData->Key.ScanCode = InputKey[Index].ScanCode;
629 // Key.ScanCode and Key.UnicodeChar have already been initialized,
H A DMemoryTest.c350 if (!EFI_ERROR (KeyStatus) && (Key.ScanCode == SCAN_ESC)) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEditMenuBar.c157 Index = Key->ScanCode - SCAN_F1;
H A DEditInputBar.c196 if (Key.ScanCode == SCAN_ESC) {
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcBoot.c188 if (InputKey.ScanCode == 0) {
208 switch (InputKey.ScanCode) {
354 if (InputKey.ScanCode != 0) {
357 InputKey.ScanCode = SCAN_ESC;
369 InputKey.ScanCode = SCAN_DOWN;
375 InputKey.ScanCode = SCAN_UP;
379 InputKey.ScanCode = 0;
383 switch (InputKey.ScanCode) {
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DUserProfileAdd.c55 if (Key.ScanCode == SCAN_NULL) {
88 if (Key.ScanCode == SCAN_ESC) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbKbDxe/
H A DEfiKey.c692 if (KeyData.Key.ScanCode == CHAR_NULL && KeyData.Key.UnicodeChar == SCAN_NULL) {
754 if (KeyData.Key.ScanCode == SCAN_NULL && KeyData.Key.UnicodeChar == CHAR_NULL) {
858 if ((RegsiteredData->Key.ScanCode != InputData->Key.ScanCode) ||
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcDhcp.c1621 if (InputKey.ScanCode == 0) {
1639 switch (InputKey.ScanCode) {
1775 if (InputKey.ScanCode != 0) {
1778 InputKey.ScanCode = SCAN_ESC;
1790 InputKey.ScanCode = SCAN_DOWN;
1796 InputKey.ScanCode = SCAN_UP;
1800 InputKey.ScanCode = 0;
1804 switch (InputKey.ScanCode) {
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
H A DDxeTcgPhysicalPresenceLib.c447 if (Key.ScanCode == SCAN_ESC) {
448 InputKey = Key.ScanCode;
450 if ((Key.ScanCode == SCAN_F10) && !CautionKey) {
451 InputKey = Key.ScanCode;
453 if ((Key.ScanCode == SCAN_F12) && CautionKey) {
454 InputKey = Key.ScanCode;
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DMainTextEditor.c1857 } else if ((Key.ScanCode == SCAN_NULL) || ((Key.ScanCode >= SCAN_UP) && (Key.ScanCode <= SCAN_PAGE_DOWN))) {
1859 } else if ((Key.ScanCode >= SCAN_F1) && (Key.ScanCode <= SCAN_F12)) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DFileHandleWrappers.c426 if (Key.UnicodeChar == 0 && (Key.ScanCode == SCAN_PAGE_UP || Key.ScanCode == SCAN_PAGE_DOWN)) {
427 if (Key.ScanCode == SCAN_PAGE_UP) {
429 } else if (Key.ScanCode == SCAN_PAGE_DOWN) {
597 switch (Key.ScanCode) {
787 if (Key.UnicodeChar != CHAR_BACKSPACE && !(Key.UnicodeChar == 0 && Key.ScanCode == SCAN_DELETE)) {
H A DConsoleWrappers.c101 Key->ScanCode = 0;

Completed in 140 milliseconds

12