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

  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
Console.c 330 UINTN EventIndex;
473 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex);
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
Console.c 416 UINTN EventIndex;
569 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
EditInputBar.c 136 UINTN EventIndex;
181 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
SetupBrowser.c 532 UINTN EventIndex;
682 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Application/AndroidFastboot/
AndroidFastbootApp.c 494 UINTN EventIndex;
583 gBS->WaitForEvent (2, WaitEventArray, &EventIndex);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/AndroidFastbootTransportTcpDxe/
FastbootTransportTcp.c 492 UINTN EventIndex;
511 &EventIndex
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
UefiShellLib.c     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ConsoleLogger.c 835 UINTN EventIndex;
852 Status = gBS->WaitForEvent (1, &TxtInEx->WaitForKeyEx, &EventIndex);
    [all...]
FileHandleWrappers.c 356 UINTN EventIndex;
417 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex);
    [all...]

Completed in 447 milliseconds