Searched refs:SCAN_NULL (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/
H A DPs2KbdCtrller.c33 SCAN_NULL,
39 SCAN_NULL,
45 SCAN_NULL,
51 SCAN_NULL,
57 SCAN_NULL,
63 SCAN_NULL,
69 SCAN_NULL,
75 SCAN_NULL,
81 SCAN_NULL,
87 SCAN_NULL,
[all...]
H A DPs2KbdTextIn.c288 if (KeyData.Key.ScanCode == SCAN_NULL && KeyData.Key.UnicodeChar == CHAR_NULL) {
349 if (KeyData.Key.ScanCode == SCAN_NULL && KeyData.Key.UnicodeChar == CHAR_NULL) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DSimpleTextIn.h58 #define SCAN_NULL 0x0000 macro
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DSimpleTextIn.h60 #define SCAN_NULL 0x0000 macro
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminalConIn.c846 Output->ScanCode = SCAN_NULL;
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;
1314 Key.ScanCode = SCAN_NULL;
1321 Key.ScanCode = SCAN_NULL;
1331 if (Key.ScanCode != SCAN_NULL) {
1347 Key.ScanCode = SCAN_NULL;
[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)) {
271 Stream->UnGetKey.ScanCode = SCAN_NULL;
274 if(Key.ScanCode == SCAN_NULL) {
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/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DUserProfileAdd.c55 if (Key.ScanCode == SCAN_NULL) {
/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) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/
H A DBiosKeyboard.c1609 SCAN_NULL
1620 @retval SCAN_NULL No corresponding value in the EFI convert table is found for the key.
1646 return SCAN_NULL;
1648 return SCAN_NULL;
1900 KeyData.Key.ScanCode = SCAN_NULL;
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
H A DPwdCredentialProvider.c352 if (Key.ScanCode == SCAN_NULL) {
/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))) {
H A DFileBuffer.c2443 case SCAN_NULL:
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConSplitterDxe/
H A DConSplitter.c3246 Key->ScanCode = SCAN_NULL;
3471 KeyData->Key.ScanCode = SCAN_NULL;
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DBufferImage.c2433 case SCAN_NULL:
H A DMainHexEditor.c2241 } else if (Key.ScanCode == SCAN_NULL) {

Completed in 153 milliseconds