Home | History | Annotate | Download | only in UefiLib

Lines Matching refs:ReadyToBootEvent

149   If ReadyToBootEvent is NULL, then ASSERT().

151 @param ReadyToBootEvent Returns the EFI event returned from gBS->CreateEvent(Ex).
160 OUT EFI_EVENT *ReadyToBootEvent
167 ReadyToBootEvent
179 If ReadyToBootEvent is NULL, then ASSERT().
184 @param ReadyToBootEvent Returns the EFI event returned from gBS->CreateEvent(Ex).
196 OUT EFI_EVENT *ReadyToBootEvent
202 ASSERT (ReadyToBootEvent != NULL);
205 DEBUG ((EFI_D_ERROR, "EFI1.1 can't support ReadyToBootEvent!"));
228 ReadyToBootEvent
252 EFI_EVENT ReadyToBootEvent;
254 Status = EfiCreateEventReadyToBoot (&ReadyToBootEvent);
256 gBS->SignalEvent (ReadyToBootEvent);
257 gBS->CloseEvent (ReadyToBootEvent);