Home
last modified time | relevance | path

Searched refs:ReconfigEvent (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DIp4Config.h113 IN EFI_EVENT ReconfigEvent
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Ip4Config/
DIp4Config.h45 IN EFI_EVENT ReconfigEvent
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
DIp4Driver.c249 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()
DIp4Impl.h210 EFI_EVENT ReconfigEvent; member
DIp4Impl.c2352 if (IpSb->ReconfigEvent != NULL) { in Ip4TimerTicking()
2353 Status = gBS->SignalEvent (IpSb->ReconfigEvent); in Ip4TimerTicking()