Searched refs:ResolvedEvent (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/ArpDxe/
H A DArpMain.c467 @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 Pointe
[all...]
H A DArpImpl.h414 @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
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DArp.h306 @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
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcImpl.c1733 EFI_EVENT ResolvedEvent; local
1745 ResolvedEvent = NULL;
1783 &ResolvedEvent
1792 Status = Private->Arp->Request (Private->Arp, &IpAddr->v4, ResolvedEvent, &TempMac);
1817 if (ResolvedEvent != NULL) {
1818 gBS->CloseEvent (ResolvedEvent);

Completed in 277 milliseconds