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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DHotkey.c552 BDS_HOTKEY_OPTION *HotkeyRight; local
620 HotkeyRight = AllocateCopyPool (sizeof (BDS_HOTKEY_OPTION), HotkeyLeft);
621 if (HotkeyRight == NULL) {
626 KeyData = &HotkeyRight->KeyData[0];
636 } while (Index < HotkeyRight->CodeCount);
637 InsertTailList (&mHotkeyList, &HotkeyRight->Link);

Completed in 1083 milliseconds