Searched defs:CompletionEvent (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Impl.h68 EFI_EVENT CompletionEvent; member in struct:_DHCP_PROTOCOL
/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 49 milliseconds