Searched refs:CompletionEvent (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Impl.c95 Dhcp4Bound state. The CompletionEvent will then be signaled if it is not NULL.
105 @param[in] CompletionEvent If not NULL, indicates the event that will be signaled when the
114 when CompletionEvent is NULL.
131 IN EFI_EVENT CompletionEvent OPTIONAL
153 @param[in] CompletionEvent If not NULL, this event is signaled when the renew/rebind phase
177 IN EFI_EVENT CompletionEvent OPTIONAL
743 Dhcp4Bound state. The CompletionEvent will then be signaled if it is not NULL.
753 @param[in] CompletionEvent If not NULL, indicates the event that will be signaled when the
762 when CompletionEvent is NULL.
780 IN EFI_EVENT CompletionEvent OPTIONA
[all...]
H A DDhcp4Impl.h68 EFI_EVENT CompletionEvent; member in struct:_DHCP_PROTOCOL
H A DDhcp4Io.c156 if ((Child->CompletionEvent != NULL) &&
160 gBS->SignalEvent (Child->CompletionEvent);
161 Child->CompletionEvent = NULL;
H A DDhcp4Driver.c477 Instance->CompletionEvent = NULL;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDhcp4.h380 EFI_EVENT CompletionEvent; member in struct:__anon12102
505 Dhcp4Bound state. The CompletionEvent will then be signaled if it is not NULL.
515 @param CompletionEvent If not NULL, it indicates the event that will be signaled when the
524 when CompletionEvent is NULL.
542 IN EFI_EVENT CompletionEvent OPTIONAL
564 @param CompletionEvent If not NULL, this event is signaled when the renew/rebind phase
588 IN EFI_EVENT CompletionEvent OPTIONAL
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/drv/
H A DVBoxNetFltRt-win.cpp32 KEVENT CompletionEvent; member in struct:VBOXNETFLT_JOB
868 KeSetEvent(&pJob->CompletionEvent, 1, FALSE);
902 KeInitializeEvent(&pJob->CompletionEvent, NotificationEvent, FALSE);
920 KeWaitForSingleObject(&Job.CompletionEvent, Executive, KernelMode, FALSE, NULL);

Completed in 100 milliseconds