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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Option.h37 UINT32 Exist; member in struct:__anon11237
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.c346 if ((Reply->Exist &~Request->Exist) != 0) {
354 if ((((Reply->Exist & MTFTP4_BLKSIZE_EXIST) != 0)&& (Reply->BlkSize > Request->BlkSize)) ||
355 (((Reply->Exist & MTFTP4_TIMEOUT_EXIST) != 0) && (Reply->Timeout != Request->Timeout))) {
364 if (((Reply->Exist & MTFTP4_MCAST_EXIST) != 0) && (This->McastIp != 0)) {
526 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))) {
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Core/
H A DDependencyRules.py88 Exist = self.CheckPackageExists(Dep.GetGuid(), Dep.GetVersion())
92 if not Exist:
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Output.c301 BOOLEAN Exist; local
311 Exist = Ip6IsOneOfSetAddress (IpSb, Source, &IpIf, NULL);
312 ASSERT (Exist);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dimnact.idl274 HRESULT Exist();
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dimnact.idl274 HRESULT Exist();
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBBSsupport.c890 BOOLEAN Exist; local
935 Exist = BdsFindLegacyBootOptionByDevTypeAndName (
944 if (!Exist) {

Completed in 41 milliseconds