Searched refs:WaitEventArray (Results 1 – 1 of 1) sorted by relevance
582 EFI_EVENT WaitEventArray[2]; in FastbootAppEntryPoint() local672 WaitEventArray[0] = mFinishedEvent; in FastbootAppEntryPoint()673 WaitEventArray[1] = TextIn->WaitForKey; in FastbootAppEntryPoint()675 gBS->WaitForEvent (2, WaitEventArray, &EventIndex); in FastbootAppEntryPoint()