Home
last modified time | relevance | path

Searched refs:IsDone (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
DHttpDns.c41 BOOLEAN IsDone; in HttpDns4() local
140 &IsDone, in HttpDns4()
151 IsDone = FALSE; in HttpDns4()
157 while (!IsDone) { in HttpDns4()
250 BOOLEAN IsDone; in HttpDns6() local
331 IsDone = FALSE; in HttpDns6()
339 &IsDone, in HttpDns6()
354 while (!IsDone) { in HttpDns6()
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcSupport.c640 BOOLEAN IsDone; in PxeBcUdp4Write() local
672 IsDone = FALSE; in PxeBcUdp4Write()
678 &IsDone, in PxeBcUdp4Write()
693 while (!IsDone && in PxeBcUdp4Write()
744 BOOLEAN IsDone; in PxeBcUdp6Write() local
772 IsDone = FALSE; in PxeBcUdp6Write()
778 &IsDone, in PxeBcUdp6Write()
793 while (!IsDone && in PxeBcUdp6Write()
1132 IN BOOLEAN *IsDone, in PxeBcUdp4Read() argument
1145 *IsDone = FALSE; in PxeBcUdp4Read()
[all …]
DPxeBcSupport.h365 IN BOOLEAN *IsDone,
400 IN BOOLEAN *IsDone,
DPxeBcImpl.c1281 BOOLEAN IsDone; in EfiPxeBcUdpRead() local
1297 IsDone = FALSE; in EfiPxeBcUdpRead()
1328 &IsDone, in EfiPxeBcUdpRead()
1339 &IsDone, in EfiPxeBcUdpRead()
1364 &IsDone, in EfiPxeBcUdpRead()
1378 &IsDone, in EfiPxeBcUdpRead()
DPxeBcDhcp6.c253 BOOLEAN IsDone; in PxeBcDns6() local
303 IsDone = FALSE; in PxeBcDns6()
311 &IsDone, in PxeBcDns6()
326 while (!IsDone) { in PxeBcDns6()
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsDhcp.c287 BOOLEAN IsDone; in GetDns4ServerFromDhcp4() local
314 IsDone = FALSE; in GetDns4ServerFromDhcp4()
424 &IsDone, in GetDns4ServerFromDhcp4()
506 } while (!IsDone); in GetDns4ServerFromDhcp4()
511 if (IsDone && !EFI_ERROR (Token.Status)) { in GetDns4ServerFromDhcp4()
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootSupport.c336 BOOLEAN IsDone; in HttpBootDns() local
412 IsDone = FALSE; in HttpBootDns()
420 &IsDone, in HttpBootDns()
435 while (!IsDone) { in HttpBootDns()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
DPxeBcImpl.c1375 BOOLEAN IsDone; in EfiPxeBcUdpWrite() local
1379 IsDone = FALSE; in EfiPxeBcUdpWrite()
1492 &IsDone, in EfiPxeBcUdpWrite()
1507 while (!IsDone) { in EfiPxeBcUdpWrite()
1649 BOOLEAN IsDone; in EfiPxeBcUdpRead() local
1691 &IsDone, in EfiPxeBcUdpRead()
1700 IsDone = FALSE; in EfiPxeBcUdpRead()
1711 if (!IsDone) { in EfiPxeBcUdpRead()