Searched defs:NsKey (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbKbDxe/
H A DKeyBoard.c523 if (UsbNsKey->NsKey[0].Key == KeyDescriptor->Key) {
557 PhysicalKey = &UsbNsKey->NsKey[1];
595 EFI_KEY_DESCRIPTOR *NsKey; local
655 NsKey = KeyDescriptor + 1;
657 CopyMem (&TempKey, NsKey, sizeof (EFI_KEY_DESCRIPTOR));
663 NsKey++;
668 UsbNsKey->NsKey = AllocateCopyPool (
718 FreePool (UsbNsKey->NsKey);
H A DEfiKey.h93 // NsKey[0] : Non-spacing key
94 // NsKey[1] ~ NsKey[KeyCount] : Physical keys
96 EFI_KEY_DESCRIPTOR *NsKey; member in struct:__anon10884

Completed in 36 milliseconds