VirtualBox

Changeset 26177 in vbox


Ignore:
Timestamp:
Feb 2, 2010 10:29:01 PM (15 years ago)
Author:
vboxsync
Message:

*: s/%Vuuid/%RTuuid/g; s/%Vrc/%Rrc/g

Location:
trunk
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/Guid.h

    r25346 r26177  
    178178    }
    179179
    180     /* to directly pass instances to RTPrintf("%Vuuid") */
     180    /* to directly pass instances to RTPrintf("%RTuuid") */
    181181    PRTUUID ptr()
    182182    {
  • trunk/include/VBox/com/array.h

    r25346 r26177  
    14951495            AssertComRCReturnVoid (rc);
    14961496            AssertMsgReturnVoid (InlineIsEqualGUID (_ATL_IIDOF (I), guid),
    1497                                  ("Expected IID {%Vuuid}, got {%Vuuid}.\n",
     1497                                 ("Expected IID {%RTuuid}, got {%RTuuid}.\n",
    14981498                                  &_ATL_IIDOF (I), &guid));
    14991499
  • trunk/src/VBox/Devices/Network/DevVirtioNet.cpp

    r26173 r26177  
    540540    }
    541541
    542     LogFlow(("%s vnetCanReceive -> %Vrc\n", INSTANCE(pState), rc));
     542    LogFlow(("%s vnetCanReceive -> %Rrc\n", INSTANCE(pState), rc));
    543543    vnetCsRxLeave(pState);
    544544    return rc;
  • trunk/src/VBox/Devices/VirtIO/Virtio.cpp

    r26157 r26177  
    220220        int rc = vpciRaiseInterrupt(pState, VERR_INTERNAL_ERROR, VPCI_ISR_QUEUE);
    221221        if (RT_FAILURE(rc))
    222             Log(("%s vqueueNotify: Failed to raise an interrupt (%Vrc).\n", INSTANCE(pState), rc));
     222            Log(("%s vqueueNotify: Failed to raise an interrupt (%Rrc).\n", INSTANCE(pState), rc));
    223223    }
    224224    else
  • trunk/src/VBox/Main/HostImpl.cpp

    r26176 r26177  
    505505    if (rc)
    506506    {
    507         Log(("Failed to get host network interface list with rc=%Vrc\n", rc));
     507        Log(("Failed to get host network interface list with rc=%Rrc\n", rc));
    508508    }
    509509# else
     
    13561356    if (RT_FAILURE(rc))
    13571357    {
    1358         Log(("Failed to get host network interface list with rc=%Vrc\n", rc));
     1358        Log(("Failed to get host network interface list with rc=%Rrc\n", rc));
    13591359        return E_FAIL;
    13601360    }
     
    13941394    if (RT_FAILURE(rc))
    13951395    {
    1396         Log(("Failed to get host network interface list with rc=%Vrc\n", rc));
     1396        Log(("Failed to get host network interface list with rc=%Rrc\n", rc));
    13971397        return E_FAIL;
    13981398    }
  • trunk/src/VBox/Main/HostNetworkInterfaceImpl.cpp

    r25860 r26177  
    459459            else
    460460            {
    461                 LogRel(("Failed to EnableStaticIpConfig with rc=%Vrc\n", rc));
     461                LogRel(("Failed to EnableStaticIpConfig with rc=%Rrc\n", rc));
    462462                return rc == VERR_NOT_IMPLEMENTED ? E_NOTIMPL : E_FAIL;
    463463            }
     
    490490        if (RT_FAILURE(rc))
    491491        {
    492             LogRel(("Failed to EnableStaticIpConfigV6 with rc=%Vrc\n", rc));
     492            LogRel(("Failed to EnableStaticIpConfigV6 with rc=%Rrc\n", rc));
    493493            return rc == VERR_NOT_IMPLEMENTED ? E_NOTIMPL : E_FAIL;
    494494        }
     
    520520    if (RT_FAILURE(rc))
    521521    {
    522         LogRel(("Failed to EnableDynamicIpConfig with rc=%Vrc\n", rc));
     522        LogRel(("Failed to EnableDynamicIpConfig with rc=%Rrc\n", rc));
    523523        return rc == VERR_NOT_IMPLEMENTED ? E_NOTIMPL : E_FAIL;
    524524    }
     
    538538    if (RT_FAILURE(rc))
    539539    {
    540         LogRel(("Failed to DhcpRediscover with rc=%Vrc\n", rc));
     540        LogRel(("Failed to DhcpRediscover with rc=%Rrc\n", rc));
    541541        return rc == VERR_NOT_IMPLEMENTED ? E_NOTIMPL : E_FAIL;
    542542    }
  • trunk/src/VBox/Main/generic/NetIf-generic.cpp

    r25149 r26177  
    4646    if (RT_FAILURE(rc))
    4747    {
    48         LogRel(("NetIfAdpCtl: failed to get program path, rc=%Vrc.\n", rc));
     48        LogRel(("NetIfAdpCtl: failed to get program path, rc=%Rrc.\n", rc));
    4949        return rc;
    5050    }
     
    154154            {
    155155                progress->notifyComplete(E_FAIL, COM_IIDOF(IHostNetworkInterface), HostNetworkInterface::getComponentName(),
    156                                          "Failed to get program path, rc=%Vrc\n", rc);
     156                                         "Failed to get program path, rc=%Rrc\n", rc);
    157157                return rc;
    158158            }
  • trunk/src/VBox/Main/glue/SupportErrorInfo.cpp

    r25149 r26177  
    108108    bool preserve = ((uintptr_t) RTTlsGet (MultiResult::sCounter)) > 0;
    109109
    110     LogRel(("ERROR [COM]: aRC=%#08x aIID={%Vuuid} aComponent={%s} aText={%s} aWarning=%RTbool, aInfo=%p, preserve=%RTbool\n",
     110    LogRel(("ERROR [COM]: aRC=%#08x aIID={%RTuuid} aComponent={%s} aText={%s} aWarning=%RTbool, aInfo=%p, preserve=%RTbool\n",
    111111            aResultCode,
    112112            aIID,
  • trunk/src/VBox/Main/testcase/tstAPI.cpp

    r21878 r26177  
    420420
    421421            for (size_t i = 0; i < uuids.size(); ++ i)
    422                 RTPrintf ("uuids[%u]=%Vuuid\n", i, &uuids [i]);
     422                RTPrintf ("uuids[%u]=%RTuuid\n", i, &uuids [i]);
    423423        }
    424424
     
    431431                id.create();
    432432                uuids [i] = id;
    433                 RTPrintf ("uuids[%u]=%Vuuid\n", i, &uuids [i]);
     433                RTPrintf ("uuids[%u]=%RTuuid\n", i, &uuids [i]);
    434434            }
    435435
     
    663663                CHECK_ERROR_BREAK (hd, COMGETTER(Id) (id.asOutParam()));
    664664                CHECK_ERROR_BREAK (hd, COMGETTER(Location) (location.asOutParam()));
    665                 RTPrintf ("Found, UUID={%Vuuid}, location='%ls'.\n",
     665                RTPrintf ("Found, UUID={%RTuuid}, location='%ls'.\n",
    666666                        id.raw(), location.raw());
    667667
     
    925925
    926926                RTPrintf (" disks[%u]: '%ls'\n"
    927                         "  UUID:         {%Vuuid}\n"
     927                        "  UUID:         {%RTuuid}\n"
    928928                        "  State:        %s\n"
    929929                        "  Format:       %ls\n",
     
    960960                    for (size_t j = 0; j < ids.size(); ++ j)
    961961                    {
    962                         RTPrintf ("   {%Vuuid}\n", &ids [j]);
     962                        RTPrintf ("   {%RTuuid}\n", &ids [j]);
    963963                    }
    964964                }
     
    983983
    984984                RTPrintf (" images[%u]: '%ls'\n"
    985                         "  UUID:         {%Vuuid}\n"
     985                        "  UUID:         {%RTuuid}\n"
    986986                        "  State:        %s\n",
    987987                        i, loc.raw(), id.raw(),
     
    10161016                    for (size_t j = 0; j < ids.size(); ++ j)
    10171017                    {
    1018                         RTPrintf ("   {%Vuuid}\n", &ids [j]);
     1018                        RTPrintf ("   {%RTuuid}\n", &ids [j]);
    10191019                    }
    10201020                }
  • trunk/src/VBox/Main/win/NetIf-win.cpp

    r26163 r26177  
    923923            if (RT_FAILURE(rc))
    924924            {
    925                 Log(("vboxNetWinAddComponent: collectNetIfInfo() -> %Vrc\n", rc));
     925                Log(("vboxNetWinAddComponent: collectNetIfInfo() -> %Rrc\n", rc));
    926926            }
    927927            /* create a new object and add it to the list */
  • trunk/src/VBox/Runtime/testcase/tstRTStrFormat.cpp

    r25872 r26177  
    155155    char szCorrect[RTUUID_STR_LENGTH];
    156156    RTUuidToStr(&Uuid, szCorrect, sizeof(szCorrect));
    157     cch = RTStrPrintf(pszBuf, BUF_SIZE, "%Vuuid", &Uuid);
     157    cch = RTStrPrintf(pszBuf, BUF_SIZE, "%RTuuid", &Uuid);
    158158    if (strcmp(pszBuf, szCorrect))
    159159        RTTestIFailed("error:    '%s'\n"
  • trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp

    r25940 r26177  
    10151015            }
    10161016            else
    1017                 AssertMsg(rc == VINF_IOM_HC_MMIO_READ_WRITE || rc == VINF_IOM_HC_MMIO_WRITE || rc == VINF_PATM_HC_MMIO_PATCH_WRITE, ("rc=%Vrc\n", rc));
     1017                AssertMsg(rc == VINF_IOM_HC_MMIO_READ_WRITE || rc == VINF_IOM_HC_MMIO_WRITE || rc == VINF_PATM_HC_MMIO_PATCH_WRITE, ("rc=%Rrc\n", rc));
    10181018        }
    10191019        else
    1020             AssertMsg(rc == VINF_IOM_HC_MMIO_READ_WRITE || rc == VINF_IOM_HC_MMIO_READ || rc == VINF_PATM_HC_MMIO_PATCH_READ, ("rc=%Vrc\n", rc));
     1020            AssertMsg(rc == VINF_IOM_HC_MMIO_READ_WRITE || rc == VINF_IOM_HC_MMIO_READ || rc == VINF_PATM_HC_MMIO_PATCH_READ, ("rc=%Rrc\n", rc));
    10211021    }
    10221022    else
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