Searched refs:WaitForEvent (Results 1 - 25 of 29) sorted by relevance

12

/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
H A DDxeCis.h102 EFI_WAIT_FOR_EVENT WaitForEvent; member in struct:__anon5722
/device/linaro/bootloader/edk2/EmulatorPkg/Library/DxeTimerLib/
H A DDxeTimerLib.c101 // This stall is long, so use gBS->WaitForEvent () to yield CPU to DXE Core
108 Status = gBS->WaitForEvent (sizeof (gTimerEvent)/sizeof (EFI_EVENT), &gTimerEvent, &Index);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
H A DSetupBrowser.c256 Status = gBS->WaitForEvent (2, WaitList, &Index);
270 Status = gBS->WaitForEvent (1, &Event, &Index);
682 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
H A DEdbSupportUI.c86 Status = gBS->WaitForEvent (2, WaitList, &Index);
100 Status = gBS->WaitForEvent (1, &Event, &Index);
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DConsole.c473 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex);
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
H A DConsole.c569 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex);
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEditInputBar.c177 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/BdsDxe/
H A DBdsEntry.c256 Status = gBS->WaitForEvent (2, WaitList, &Index);
271 Status = gBS->WaitForEvent (1, &Event, &Index);
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
H A DBootServicesTable.c146 "WaitForEvent",
147 (CONST VOID *)gBS->WaitForEvent,
H A DWebServer.c719 gBS->WaitForEvent ( 1, &pWebServer->TimerEvent, &Index );
/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
H A DMain.c269 Status = gBS->WaitForEvent (WaitCount, WaitList, &WaitIndex);
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSource/
H A DDataSource.c698 Status = gBS->WaitForEvent ( 1,
1068 Status = gBS->WaitForEvent ( 1,
1266 Status = gBS->WaitForEvent ( 1,
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c3360 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex);
3385 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex);
3420 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex);
3464 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex);
3497 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex);
3524 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex);
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/AndroidFastbootTransportTcpDxe/
H A DFastbootTransportTcp.c485 Status = gBS->WaitForEvent (
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DFrontPage.c851 Status = gBS->WaitForEvent (2, WaitList, &Index);
865 Status = gBS->WaitForEvent (1, &Event, &Index);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
H A DEfiApi.h993 EFI_WAIT_FOR_EVENT WaitForEvent; member in struct:__anon4196
/device/linaro/bootloader/edk2/EmbeddedPkg/Application/AndroidFastboot/
H A DAndroidFastbootApp.c645 gBS->WaitForEvent (2, WaitEventArray, &EventIndex);
/device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
H A DCustomizedDisplayLibInternal.c803 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &Index);
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
H A DUefiSpec.h1860 EFI_WAIT_FOR_EVENT WaitForEvent; member in struct:__anon9458
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
H A DdaConsole.c345 Status = gBS->WaitForEvent( 1, &Proto->WaitForKey, &Edex);
348 /* WaitForEvent should not be able to fail since
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
H A DBdsPlatform.c1259 gBS->WaitForEvent (1, &UserInputDurationTime, &Index);
/device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
H A DBootManagerMenu.c1021 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &Index);
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
H A DConsoleLogger.c863 Status = gBS->WaitForEvent (1, &TxtInEx->WaitForKeyEx, &EventIndex);
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
H A DTftpServer.c2268 gBS->WaitForEvent ( 1, &pTftpServer->TimerEvent, &Index );
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
H A DUefiIfrForm.c604 Status = gBS->WaitForEvent (2, WaitList, &Index);

Completed in 296 milliseconds

12