VirtualBox

Ignore:
Timestamp:
Sep 27, 2013 12:28:22 PM (11 years ago)
Author:
vboxsync
Message:

EFI: Use VBox prefix for our stuff so that it's obvious what's our stuff and what isn't. Also, I do NOT like anyone but iprt/log.h defining LogXXX macros!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c

    r48674 r48730  
    971971  HandleCount = 0;
    972972  HandleBuffer = NULL;
    973   LogFlowFuncEnter();
     973  VBoxLogFlowFuncEnter();
    974974
    975975  VisitAllPciInstances (ConnectRecursivelyIfPciMassStorage);
     
    989989                  &HandleBuffer
    990990                  );
    991   LogFlowFuncMarkRC(Status);
    992 
    993   LogFlowFuncLeave();
     991  VBoxLogFlowFuncMarkRC(Status);
     992
     993  VBoxLogFlowFuncLeave();
    994994}
    995995
     
    11711171  EFI_BOOT_MODE                      BootMode;
    11721172
    1173   LogFlowFuncEnter();
     1173  VBoxLogFlowFuncEnter();
    11741174
    11751175  ConnectRootBridge ();
     
    12601260                                          &cFileSystem,
    12611261                                          &phFileSystem);
    1262             LogFlowFuncMarkRC(rc);
    1263             LogFlowFuncMarkVar(cFileSystem, "%d");
     1262            VBoxLogFlowFuncMarkRC(rc);
     1263            VBoxLogFlowFuncMarkVar(cFileSystem, "%d");
    12641264            if (   rc == EFI_SUCCESS
    12651265                && cFileSystem > 0)
     
    12801280                                              &gEfiSimpleFileSystemProtocolGuid,
    12811281                                              (VOID *) &pFSVolume);
    1282                     LogFlowFuncMarkVar(iFileSystem, "%d");
    1283                     LogFlowFuncMarkRC(rc);
     1282                    VBoxLogFlowFuncMarkVar(iFileSystem, "%d");
     1283                    VBoxLogFlowFuncMarkRC(rc);
    12841284                    if (EFI_ERROR(rc))
    12851285                        continue;
    12861286
    12871287                    rc = pFSVolume->OpenVolume(pFSVolume, &hFSRoot);
    1288                     LogFlowFuncMarkRC(rc);
     1288                    VBoxLogFlowFuncMarkRC(rc);
    12891289                    if (EFI_ERROR(rc))
    12901290                        continue;
    12911291
    12921292                    rc = hFSRoot->Open(hFSRoot, &hBootEfiFile, L"\\System\\Library\\CoreServices\\boot.efi", EFI_FILE_MODE_READ, 0);
    1293                     LogFlowFuncMarkRC(rc);
     1293                    VBoxLogFlowFuncMarkRC(rc);
    12941294                    if (EFI_ERROR(rc))
    12951295                        continue;
    12961296                    /* nice file is found and we have to register it */
    12971297                    pDevicePath = FileDevicePath(phFileSystem[iFileSystem], L"\\System\\Library\\CoreServices\\boot.efi");
    1298                     LogFlowFuncMarkVar(pDevicePath,"%p");
     1298                    VBoxLogFlowFuncMarkVar(pDevicePath,"%p");
    12991299                    if (!pDevicePath)
    13001300                        continue;
    13011301                    rc = BdsLibRegisterNewOption (BootOptionList, pDevicePath, L"Mac Boot", L"BootOrder");
    1302                     LogFlowFuncMarkRC(rc);
     1302                    VBoxLogFlowFuncMarkRC(rc);
    13031303                }
    13041304            }
     
    13061306        else
    13071307        {
    1308             LogFlowFuncMarkVar(BootOption0080->LoadOptionsSize, "%d");
     1308            VBoxLogFlowFuncMarkVar(BootOption0080->LoadOptionsSize, "%d");
    13091309            if (BootOption0080->LoadOptionsSize)
    1310                 LogFlowFuncMarkVar(BootOption0080->LoadOptions, "%s");
     1310                VBoxLogFlowFuncMarkVar(BootOption0080->LoadOptions, "%s");
    13111311#if 0
    13121312            /* Boot0080 option is found */
     
    13521352  //
    13531353  Status = BdsLibBuildOptionFromVar (BootOptionList, L"BootOrder");
    1354   LogFlowFuncMarkRC(Status);
     1354  VBoxLogFlowFuncMarkRC(Status);
    13551355  if (EFI_ERROR(Status)) {
    13561356    //
     
    14071407  }
    14081408
    1409   LogFlowFuncLeave();
     1409  VBoxLogFlowFuncLeave();
    14101410  return ;
    14111411}
     
    17001700  UINT32                        InitializationSize;
    17011701
    1702   LogFlowFuncEnter();
     1702  VBoxLogFlowFuncEnter();
    17031703  FileName = L"PciRomInMemory";
    17041704
     
    18411841
    18421842
    1843   LogFlowFuncLeaveRC(retStatus);
     1843  VBoxLogFlowFuncLeaveRC(retStatus);
    18441844  return retStatus;
    18451845}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette