Searched refs:Exist (Results 1 - 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Option.h37 UINT32 Exist; member in struct:__anon6881
H A DMtftp4Option.c423 MtftpOption->Exist = 0;
443 MtftpOption->Exist |= MTFTP4_BLKSIZE_EXIST;
462 MtftpOption->Exist |= MTFTP4_TSIZE_EXIST;
482 MtftpOption->Exist |= MTFTP4_MCAST_EXIST;
521 MtftpOption->Exist = 0;
H A DMtftp4Rrq.c347 if ((Reply->Exist &~Request->Exist) != 0) {
355 if ((((Reply->Exist & MTFTP4_BLKSIZE_EXIST) != 0)&& (Reply->BlkSize > Request->BlkSize)) ||
356 (((Reply->Exist & MTFTP4_TIMEOUT_EXIST) != 0) && (Reply->Timeout != Request->Timeout))) {
365 if (((Reply->Exist & MTFTP4_MCAST_EXIST) != 0) && (This->McastIp != 0)) {
528 if ((Reply.Exist & MTFTP4_MCAST_EXIST) != 0) {
H A DMtftp4Wrq.c225 if ((Reply->Exist & ~Request->Exist) != 0) {
233 if ((((Reply->Exist & MTFTP4_BLKSIZE_EXIST) != 0) && (Reply->BlkSize > Request->BlkSize)) ||
234 (((Reply->Exist & MTFTP4_TIMEOUT_EXIST) != 0) && (Reply->Timeout != Request->Timeout))) {
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
H A DDependencyRules.py87 Exist = self.CheckPackageExists(Dep.GetGuid(), Dep.GetVersion())
91 if not Exist:
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
H A DIp6Output.c301 BOOLEAN Exist; local
311 Exist = Ip6IsOneOfSetAddress (IpSb, Source, &IpIf, NULL);
312 ASSERT (Exist);
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c808 BOOLEAN Exist; local
846 Exist = BdsFindLegacyBootOptionByDevTypeAndName (
855 if (!Exist) {
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c810 BOOLEAN Exist; local
848 Exist = BdsFindLegacyBootOptionByDevTypeAndName (
857 if (!Exist) {

Completed in 87 milliseconds