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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
ArpMain.c 467 @param ResolvedEvent Pointer to the event that will be signaled when
488 IN EFI_EVENT ResolvedEvent OPTIONAL,
589 if (ResolvedEvent == NULL) {
606 RequestContext->UserRequestEvent = ResolvedEvent;
665 if ((ResolvedEvent != NULL) && (Status == EFI_SUCCESS)) {
666 gBS->SignalEvent (ResolvedEvent);
669 // Dispatch the DPC queued by the NotifyFunction of ResolvedEvent.
680 and ResolvedEvent) that is issued by EFI_ARP_PROTOCOL.Request().
683 immediately and its ResolvedEvent is signaled. Only an asynchronous address
691 @param ResolvedEvent Pointer to the event that is used as the
    [all...]
ArpImpl.h 414 @param ResolvedEvent Pointer to the event that will be signaled when
435 IN EFI_EVENT ResolvedEvent OPTIONAL,
441 and ResolvedEvent) that is issued by EFI_ARP_PROTOCOL.Request().
444 immediately and its ResolvedEvent is signaled. Only an asynchronous address
452 @param ResolvedEvent Pointer to the event that is used as the
459 ResolvedEvent is NULL. TargetSwAddress is NULL and
460 ResolvedEvent is not NULL.
471 IN EFI_EVENT ResolvedEvent OPTIONAL
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Arp/
Arp.h 110 IN EFI_EVENT ResolvedEvent OPTIONAL,
119 IN EFI_EVENT ResolvedEvent OPTIONAL
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Arp.h 306 @param ResolvedEvent The pointer to the event that will be signaled when
327 IN EFI_EVENT ResolvedEvent OPTIONAL,
333 and ResolvedEvent) that is issued by EFI_ARP_PROTOCOL.Request().
336 immediately and its ResolvedEvent is signaled. Only an asynchronous address
344 @param ResolvedEvent Pointer to the event that is used as the
351 ResolvedEvent is NULL. TargetSwAddress is NULL and
352 ResolvedEvent is not NULL.
364 IN EFI_EVENT ResolvedEvent OPTIONAL
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcImpl.c     [all...]

Completed in 99 milliseconds