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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DHotkey.c551 BDS_HOTKEY_OPTION *HotkeyLeft; local
560 HotkeyLeft = AllocateZeroPool (sizeof (BDS_HOTKEY_OPTION));
561 if (HotkeyLeft == NULL) {
565 HotkeyLeft->Signature = BDS_HOTKEY_OPTION_SIGNATURE;
566 HotkeyLeft->BootOptionNumber = KeyOption->BootOption;
570 HotkeyLeft->CodeCount = (UINT8) KeyOptions.Options.InputKeyCount;
601 KeyData = &HotkeyLeft->KeyData[0];
613 } while (Index < HotkeyLeft->CodeCount);
614 InsertTailList (&mHotkeyList, &HotkeyLeft->Link);
620 HotkeyRight = AllocateCopyPool (sizeof (BDS_HOTKEY_OPTION), HotkeyLeft);
[all...]

Completed in 79 milliseconds