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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DHotkey.c16 #include "Hotkey.h"
154 // Hotkey is the same but BootOption changed, need update
373 BDS_HOTKEY_OPTION *Hotkey; local
392 Hotkey = BDS_HOTKEY_OPTION_FROM_LINK (Link);
397 ASSERT (Hotkey->WaitingKey < (sizeof (Hotkey->KeyData) / sizeof (Hotkey->KeyData[0])));
398 HotkeyData = &Hotkey->KeyData[Hotkey->WaitingKey];
408 Hotkey
459 BDS_HOTKEY_OPTION *Hotkey; local
[all...]

Completed in 53 milliseconds