Searched defs:UserInputDurationTime (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformBdsLib/
H A DBdsPlatform.c1165 EFI_EVENT UserInputDurationTime; local
1222 &UserInputDurationTime
1225 Status = gBS->SetTimer (UserInputDurationTime, TimerRelative, 3000000);
1396 gBS->WaitForEvent (1, &UserInputDurationTime, &Index);
1397 gBS->CloseEvent (UserInputDurationTime);

Completed in 35 milliseconds