Home
last modified time | relevance | path

Searched refs:CompletionEvent (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDhcp4.h380 EFI_EVENT CompletionEvent; member
542 IN EFI_EVENT CompletionEvent OPTIONAL
588 IN EFI_EVENT CompletionEvent OPTIONAL
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Dhcp4/
DDhcp4.h143 EFI_EVENT CompletionEvent; member
173 IN EFI_EVENT CompletionEvent OPTIONAL
181 IN EFI_EVENT CompletionEvent OPTIONAL
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
DDhcp4Impl.c131 IN EFI_EVENT CompletionEvent OPTIONAL
177 IN EFI_EVENT CompletionEvent OPTIONAL
778 IN EFI_EVENT CompletionEvent OPTIONAL in EfiDhcp4Start()
819 Instance->CompletionEvent = CompletionEvent; in EfiDhcp4Start()
826 if (CompletionEvent == NULL) { in EfiDhcp4Start()
885 IN EFI_EVENT CompletionEvent OPTIONAL in EfiDhcp4RenewRebind()
954 Instance->RenewRebindEvent = CompletionEvent; in EfiDhcp4RenewRebind()
958 if (CompletionEvent == NULL) { in EfiDhcp4RenewRebind()
1458 if (Token->CompletionEvent != NULL) { in PxeDhcpDone()
1459 gBS->SignalEvent (Token->CompletionEvent); in PxeDhcpDone()
[all …]
DDhcp4Impl.h68 EFI_EVENT CompletionEvent; member
DDhcp4Io.c156 if ((Child->CompletionEvent != NULL) && in DhcpNotifyUser()
160 gBS->SignalEvent (Child->CompletionEvent); in DhcpNotifyUser()
161 Child->CompletionEvent = NULL; in DhcpNotifyUser()
DDhcp4Driver.c511 Instance->CompletionEvent = NULL; in DhcpInitProtocol()
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsDhcp.c425 &Token.CompletionEvent in GetDns4ServerFromDhcp4()
548 if (Token.CompletionEvent != NULL) { in GetDns4ServerFromDhcp4()
549 gBS->CloseEvent (Token.CompletionEvent); in GetDns4ServerFromDhcp4()