Home | History | Annotate | Download | only in DnsDxe

Lines Matching refs:Timer

210   if (DnsSb->Timer != NULL){

211 gBS->CloseEvent (DnsSb->Timer);
274 DnsSb->Timer = NULL;
279 // Create the timer used to time out the procedure which is used to
297 // Create the timer to retransmit packets.
304 &DnsSb->Timer
326 gBS->CloseEvent (DnsSb->Timer);
375 if (mDriverData->Timer != NULL) {
376 gBS->CloseEvent (mDriverData->Timer);
483 // Create the timer event to update DNS cache list.
490 &mDriverData->Timer
496 Status = gBS->SetTimer (mDriverData->Timer, TimerPeriodic, TICKS_PER_SECOND);
509 gBS->CloseEvent (mDriverData->Timer);
676 Status = gBS->SetTimer (DnsSb->Timer, TimerPeriodic, TICKS_PER_SECOND);
940 Status = gBS->SetTimer (DnsSb->Timer, TimerPeriodic, TICKS_PER_SECOND);