Home
last modified time | relevance | path

Searched refs:TimerToGetMap (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsDhcp.c52 EFI_EVENT TimerToGetMap; in DnsStartIp4() local
64 TimerToGetMap = NULL; in DnsStartIp4()
115 &TimerToGetMap in DnsStartIp4()
123 TimerToGetMap, in DnsStartIp4()
148 if (TimerToGetMap != NULL) { in DnsStartIp4()
149 gBS->SetTimer (TimerToGetMap, TimerCancel, 0); in DnsStartIp4()
150 gBS->CloseEvent (TimerToGetMap); in DnsStartIp4()
DDnsDriver.c206 if (DnsSb->TimerToGetMap != NULL){ in DnsDestroyService()
207 gBS->CloseEvent (DnsSb->TimerToGetMap); in DnsDestroyService()
272 DnsSb->TimerToGetMap = NULL; in DnsCreateService()
288 &DnsSb->TimerToGetMap in DnsCreateService()
307 if (DnsSb->TimerToGetMap != NULL) { in DnsCreateService()
308 gBS->CloseEvent (DnsSb->TimerToGetMap); in DnsCreateService()
323 if (DnsSb->TimerToGetMap != NULL) { in DnsCreateService()
324 gBS->CloseEvent (DnsSb->TimerToGetMap); in DnsCreateService()
DDnsDriver.h63 EFI_EVENT TimerToGetMap; member
DDnsImpl.c560 Service->TimerToGetMap, in Dns4GetMapping()
568 while (!EFI_ERROR (gBS->CheckEvent (Service->TimerToGetMap))) { in Dns4GetMapping()
610 Service->TimerToGetMap, in Dns6GetMapping()
618 while (!EFI_ERROR (gBS->CheckEvent (Service->TimerToGetMap))) { in Dns6GetMapping()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
DMtftp4Driver.c166 MtftpSb->TimerToGetMap = NULL; in Mtftp4CreateService()
196 &MtftpSb->TimerToGetMap in Mtftp4CreateService()
213 gBS->CloseEvent (MtftpSb->TimerToGetMap); in Mtftp4CreateService()
236 gBS->CloseEvent (MtftpSb->TimerToGetMap); in Mtftp4CleanService()
DMtftp4Impl.h76 EFI_EVENT TimerToGetMap; member
DMtftp4Impl.c253 Service->TimerToGetMap, in Mtftp4GetMapping()
261 while (!EFI_ERROR (gBS->CheckEvent (Service->TimerToGetMap))) { in Mtftp4GetMapping()