Searched refs:UdpTimeOutEvent (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/ |
D | PxeBcImpl.c | 236 &Private->UdpTimeOutEvent in EfiPxeBcStart() 364 gBS->CloseEvent (Private->UdpTimeOutEvent); in EfiPxeBcStop() 1153 gBS->SetTimer (Private->UdpTimeOutEvent, TimerRelative, PXEBC_UDP_TIMEOUT); in EfiPxeBcUdpWrite() 1172 Private->UdpTimeOutEvent, in EfiPxeBcUdpWrite() 1197 Private->UdpTimeOutEvent, in EfiPxeBcUdpWrite() 1206 gBS->SetTimer (Private->UdpTimeOutEvent, TimerCancel, 0); in EfiPxeBcUdpWrite() 1350 gBS->SetTimer (Private->UdpTimeOutEvent, TimerRelative, PXEBC_UDP_TIMEOUT); in EfiPxeBcUdpRead() 1362 Private->UdpTimeOutEvent, in EfiPxeBcUdpRead() 1376 Private->UdpTimeOutEvent, in EfiPxeBcUdpRead() 1398 gBS->SetTimer (Private->UdpTimeOutEvent, TimerCancel, 0); in EfiPxeBcUdpRead()
|
D | PxeBcImpl.h | 159 EFI_EVENT UdpTimeOutEvent; member
|