HomeSort by relevance Sort by last modified time
    Searched refs:WaitingKey (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
Hotkey.h 36 UINT8 WaitingKey;
Hotkey.c 161 ASSERT (Hotkey->WaitingKey < (sizeof (Hotkey->KeyData) / sizeof (Hotkey->KeyData[0])));
162 HotkeyData = &Hotkey->KeyData[Hotkey->WaitingKey];
172 Hotkey->WaitingKey++;
174 if (Hotkey->WaitingKey == Hotkey->CodeCount) {
184 Hotkey->WaitingKey = 0;
191 Hotkey->WaitingKey = 0;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmHotkey.c 388 ASSERT (Hotkey->WaitingKey < (sizeof (Hotkey->KeyData) / sizeof (Hotkey->KeyData[0])));
389 HotkeyData = &Hotkey->KeyData[Hotkey->WaitingKey];
400 Hotkey->WaitingKey++;
402 if (Hotkey->WaitingKey == Hotkey->CodeCount) {
406 Hotkey->WaitingKey = 0;
434 Hotkey->WaitingKey = 0;
    [all...]
InternalBm.h 163 UINT8 WaitingKey;

Completed in 123 milliseconds