OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CodeCount
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
Hotkey.h
35
UINT8
CodeCount
;
Hotkey.c
174
if (Hotkey->WaitingKey == Hotkey->
CodeCount
) {
248
} while ((Index < Hotkey->
CodeCount
) && (Index < (sizeof (Hotkey->KeyData) / sizeof (EFI_KEY_DATA))));
334
HotkeyLeft->
CodeCount
= (UINT8) KeyOptions.Options.InputKeyCount;
367
// If Key
CodeCount
is 0, then only KeyData[0] is used;
368
// if Key
CodeCount
is n, then KeyData[0]~KeyData[n-1] are used
376
} while (Index < HotkeyLeft->
CodeCount
);
399
} while (Index < HotkeyRight->
CodeCount
);
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmHotkey.c
402
if (Hotkey->WaitingKey == Hotkey->
CodeCount
) {
474
for (KeyIndex = 0; KeyIndex < Hotkey->
CodeCount
; KeyIndex++) {
510
for (Index = 0; Index < Hotkey->
CodeCount
; Index++) {
646
Hotkey->
CodeCount
= (UINT8) KeyOption->KeyData.Options.InputKeyCount;
648
for (KeyIndex = 0; KeyIndex < Hotkey->
CodeCount
; KeyIndex++) {
[
all
...]
InternalBm.h
162
UINT8
CodeCount
;
Completed in 578 milliseconds