Home
last modified time | relevance | path

Searched refs:EventIndex (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DEditInputBar.c132 UINTN EventIndex; in InputBarRefresh() local
177 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex); in InputBarRefresh()
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
DConsole.c330 UINTN EventIndex; in CreatePopUp() local
473 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex); in CreatePopUp()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
DConsole.c416 UINTN EventIndex; in CreatePopUp() local
569 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex); in CreatePopUp()
/device/linaro/bootloader/edk2/EmbeddedPkg/Application/AndroidFastboot/
DAndroidFastbootApp.c583 UINTN EventIndex; in FastbootAppEntryPoint() local
675 gBS->WaitForEvent (2, WaitEventArray, &EventIndex); in FastbootAppEntryPoint()
676 if (EventIndex == 0) { in FastbootAppEntryPoint()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
DSetupBrowser.c532 UINTN EventIndex; in ThunkCreatePopUp() local
682 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex); in ThunkCreatePopUp()
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/AndroidFastbootTransportTcpDxe/
DFastbootTransportTcp.c469 UINTN EventIndex; in TcpFastbootTransportStop() local
488 &EventIndex in TcpFastbootTransportStop()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c3336 UINTN EventIndex; in ShellPromptForResponse() local
3360 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex); in ShellPromptForResponse()
3385 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex); in ShellPromptForResponse()
3420 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex); in ShellPromptForResponse()
3464 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex); in ShellPromptForResponse()
3497 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex); in ShellPromptForResponse()
3524 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex); in ShellPromptForResponse()
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DConsoleLogger.c846 UINTN EventIndex; in ConsoleLoggerOutputString() local
863 Status = gBS->WaitForEvent (1, &TxtInEx->WaitForKeyEx, &EventIndex); in ConsoleLoggerOutputString()
DFileHandleWrappers.c491 UINTN EventIndex; in FileInterfaceStdInRead() local
538 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex); in FileInterfaceStdInRead()