Home
last modified time | relevance | path

Searched refs:Exist (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
DMtftp4Option.c423 MtftpOption->Exist = 0; in Mtftp4ParseOption()
443 MtftpOption->Exist |= MTFTP4_BLKSIZE_EXIST; in Mtftp4ParseOption()
462 MtftpOption->Exist |= MTFTP4_TSIZE_EXIST; in Mtftp4ParseOption()
482 MtftpOption->Exist |= MTFTP4_MCAST_EXIST; in Mtftp4ParseOption()
521 MtftpOption->Exist = 0; in Mtftp4ParseOptionOack()
DMtftp4Rrq.c347 if ((Reply->Exist &~Request->Exist) != 0) { in Mtftp4RrqOackValid()
355 if ((((Reply->Exist & MTFTP4_BLKSIZE_EXIST) != 0)&& (Reply->BlkSize > Request->BlkSize)) || in Mtftp4RrqOackValid()
356 (((Reply->Exist & MTFTP4_TIMEOUT_EXIST) != 0) && (Reply->Timeout != Request->Timeout))) { in Mtftp4RrqOackValid()
365 if (((Reply->Exist & MTFTP4_MCAST_EXIST) != 0) && (This->McastIp != 0)) { in Mtftp4RrqOackValid()
528 if ((Reply.Exist & MTFTP4_MCAST_EXIST) != 0) { in Mtftp4RrqHandleOack()
DMtftp4Wrq.c225 if ((Reply->Exist & ~Request->Exist) != 0) { in Mtftp4WrqOackValid()
233 if ((((Reply->Exist & MTFTP4_BLKSIZE_EXIST) != 0) && (Reply->BlkSize > Request->BlkSize)) || in Mtftp4WrqOackValid()
234 (((Reply->Exist & MTFTP4_TIMEOUT_EXIST) != 0) && (Reply->Timeout != Request->Timeout))) { in Mtftp4WrqOackValid()
DMtftp4Option.h37 UINT32 Exist; member
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DINTELISPDev2.ASL21 ISP Exist as B0D2F0 Software ACPI Reference Code for the Baytrail Family.
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DDependencyRules.py87 Exist = self.CheckPackageExists(Dep.GetGuid(), Dep.GetVersion())
91 if not Exist:
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6Output.c301 BOOLEAN Exist; in Ip6SelectInterface() local
311 Exist = Ip6IsOneOfSetAddress (IpSb, Source, &IpIf, NULL); in Ip6SelectInterface()
312 ASSERT (Exist); in Ip6SelectInterface()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsBoot.c808 BOOLEAN Exist; in BdsAddNonExistingLegacyBootOptions() local
846 Exist = BdsFindLegacyBootOptionByDevTypeAndName ( in BdsAddNonExistingLegacyBootOptions()
855 if (!Exist) { in BdsAddNonExistingLegacyBootOptions()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsBoot.c810 BOOLEAN Exist; in BdsAddNonExistingLegacyBootOptions() local
848 Exist = BdsFindLegacyBootOptionByDevTypeAndName ( in BdsAddNonExistingLegacyBootOptions()
857 if (!Exist) { in BdsAddNonExistingLegacyBootOptions()