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() 1142 gBS->SetTimer (Private->UdpTimeOutEvent, TimerRelative, PXEBC_UDP_TIMEOUT); in EfiPxeBcUdpWrite() 1161 Private->UdpTimeOutEvent, in EfiPxeBcUdpWrite() 1186 Private->UdpTimeOutEvent, in EfiPxeBcUdpWrite() 1195 gBS->SetTimer (Private->UdpTimeOutEvent, TimerCancel, 0); in EfiPxeBcUdpWrite() 1339 gBS->SetTimer (Private->UdpTimeOutEvent, TimerRelative, PXEBC_UDP_TIMEOUT); in EfiPxeBcUdpRead() 1351 Private->UdpTimeOutEvent, in EfiPxeBcUdpRead() 1365 Private->UdpTimeOutEvent, in EfiPxeBcUdpRead() 1387 gBS->SetTimer (Private->UdpTimeOutEvent, TimerCancel, 0); in EfiPxeBcUdpRead()
|
D | PxeBcImpl.h | 156 EFI_EVENT UdpTimeOutEvent; member
|