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

  /device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
Bds.c 334 UINTN WaitIndex;
358 WaitIndex = 0;
360 while ((Timeout > 0) && (WaitIndex == 0)) {
362 gBS->WaitForEvent (2, WaitList, &WaitIndex);
363 if (WaitIndex == 0) {
BdsHelper.c 25 UINTN WaitIndex;
40 Status = gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &WaitIndex);
BootMenu.c 588 UINTN WaitIndex;
622 Status = gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &WaitIndex);
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Main.c 256 UINTN WaitIndex;
269 Status = gBS->WaitForEvent (WaitCount, WaitList, &WaitIndex);
272 switch (WaitIndex) {

Completed in 1925 milliseconds