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.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...]
PxeBcImpl.h 160 EFI_EVENT ArpUpdateEvent;

Completed in 119 milliseconds