Home | History | Annotate | Download | only in BdsDxe

Lines Matching defs:TimerEvent

233   EFI_EVENT   TimerEvent;

240 Status = gBS->CreateEvent (EVT_TIMER, 0, NULL, NULL, &TimerEvent);
246 TimerEvent,
255 WaitList[1] = TimerEvent;
258 gBS->CloseEvent (TimerEvent);