HomeSort by relevance Sort by last modified time
    Searched refs:CompletionEvent (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Dhcp4/
Dhcp4.h 143 EFI_EVENT CompletionEvent;
173 IN EFI_EVENT CompletionEvent OPTIONAL
181 IN EFI_EVENT CompletionEvent OPTIONAL
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Impl.c 95 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
741 Dhcp4Bound state. The CompletionEvent will then be signaled if it is not NULL.
751 @param[in] CompletionEvent If not NULL, indicates the event that will be signaled when the
760 when CompletionEvent is NULL.
778 IN EFI_EVENT CompletionEvent OPTIONAL
    [all...]
Dhcp4Impl.h 68 EFI_EVENT CompletionEvent;
Dhcp4Io.c 156 if ((Child->CompletionEvent != NULL) &&
160 gBS->SignalEvent (Child->CompletionEvent);
161 Child->CompletionEvent = NULL;
    [all...]
Dhcp4Driver.c 511 Instance->CompletionEvent = NULL;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Dhcp4.h 380 EFI_EVENT CompletionEvent;
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
    [all...]
  /external/libchrome/base/threading/
thread_restrictions.h 25 class CompletionEvent;
466 friend class cc::CompletionEvent;
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsDhcp.c 425 &Token.CompletionEvent
548 if (Token.CompletionEvent != NULL) {
549 gBS->CloseEvent (Token.CompletionEvent);
  /external/syzkaller/sys/windows/gen/
amd64.go     [all...]

Completed in 425 milliseconds