Home
last modified time | relevance | path

Searched refs:CodeCount (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
DHotkey.c174 if (Hotkey->WaitingKey == Hotkey->CodeCount) { in HotkeyCallback()
248 …} while ((Index < Hotkey->CodeCount) && (Index < (sizeof (Hotkey->KeyData) / sizeof (EFI_KEY_DATA)… in HotkeyRegisterNotify()
334 HotkeyLeft->CodeCount = (UINT8) KeyOptions.Options.InputKeyCount; in HotkeyInsertList()
376 } while (Index < HotkeyLeft->CodeCount); in HotkeyInsertList()
399 } while (Index < HotkeyRight->CodeCount); in HotkeyInsertList()
DHotkey.h35 UINT8 CodeCount; member
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmHotkey.c403 if (Hotkey->WaitingKey == Hotkey->CodeCount) { in BmHotkeyCallback()
518 for (KeyIndex = 0; KeyIndex < Hotkey->CodeCount; KeyIndex++) { in BmUnregisterHotkeyNotify()
558 for (Index = 0; Index < Hotkey->CodeCount; Index++) { in BmRegisterHotkeyNotify()
696 Hotkey->CodeCount = (UINT8) KeyOption->KeyData.Options.InputKeyCount; in BmProcessKeyOption()
698 for (KeyIndex = 0; KeyIndex < Hotkey->CodeCount; KeyIndex++) { in BmProcessKeyOption()
1110 Match = (BOOLEAN) (Hotkey->CodeCount == KeyOption.KeyData.Options.InputKeyCount); in EfiBootManagerDeleteKeyOptionVariable()
1112 for (Index = 0; Match && (Index < Hotkey->CodeCount); Index++) { in EfiBootManagerDeleteKeyOptionVariable()
DInternalBm.h161 UINT8 CodeCount; member