Home
last modified time | relevance | path

Searched refs:RenewRebindEvent (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
DDhcp4Impl.h69 EFI_EVENT RenewRebindEvent; member
DDhcp4Io.c164 if ((Child->RenewRebindEvent != NULL) && in DhcpNotifyUser()
168 gBS->SignalEvent (Child->RenewRebindEvent); in DhcpNotifyUser()
169 Child->RenewRebindEvent = NULL; in DhcpNotifyUser()
DDhcp4Driver.c512 Instance->RenewRebindEvent = NULL; in DhcpInitProtocol()
DDhcp4Impl.c954 Instance->RenewRebindEvent = CompletionEvent; in EfiDhcp4RenewRebind()