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

  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcImpl.h 157 EFI_EVENT ArpUpdateEvent;
PxeBcImpl.c 175 &Private->ArpUpdateEvent
185 Private->ArpUpdateEvent,
256 if (Private->ArpUpdateEvent != NULL) {
257 gBS->CloseEvent (Private->ArpUpdateEvent);
258 Private->ArpUpdateEvent = NULL;
353 if (Private->ArpUpdateEvent != NULL) {
354 gBS->CloseEvent (Private->ArpUpdateEvent);
355 Private->ArpUpdateEvent = NULL;
    [all...]

Completed in 290 milliseconds