Searched refs:ReconfigEvent (Results 1 – 5 of 5) sorted by relevance
113 IN EFI_EVENT ReconfigEvent
45 IN EFI_EVENT ReconfigEvent
249 IpSb->ReconfigEvent = NULL; in Ip4CreateService()284 &IpSb->ReconfigEvent in Ip4CreateService()444 if (IpSb->ReconfigEvent != NULL) { in Ip4CleanService()445 gBS->CloseEvent (IpSb->ReconfigEvent); in Ip4CleanService()447 IpSb->ReconfigEvent = NULL; in Ip4CleanService()
210 EFI_EVENT ReconfigEvent; member
2352 if (IpSb->ReconfigEvent != NULL) { in Ip4TimerTicking()2353 Status = gBS->SignalEvent (IpSb->ReconfigEvent); in Ip4TimerTicking()