VirtualBox

Ignore:
Timestamp:
Nov 5, 2008 2:54:02 AM (16 years ago)
Author:
vboxsync
Message:

s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better make the most of it...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/module/vboxmod.c

    r13835 r13837  
    296296        rcVBox = vboxadd_cmc_call(vboxDev, VBOXGUEST_IOCTL_HGCM_CONNECT, &info);
    297297        if (RT_FAILURE(rcVBox) || (RT_FAILURE(info.result))) {
    298                 LogRelFunc(("VBOXGUEST_IOCTL_HGCM_CONNECT: hgcm connection failed.  internal ioctl result %Vrc, hgcm result %Vrc\n", rcVBox, info.result));
     298                LogRelFunc(("VBOXGUEST_IOCTL_HGCM_CONNECT: hgcm connection failed.  internal ioctl result %Rrc, hgcm result %Rrc\n", rcVBox, info.result));
    299299                rc = RT_FAILURE(rcVBox) ?   -RTErrConvertToErrno(rcVBox)
    300300                                          : -RTErrConvertToErrno(info.result);
     
    691691        {
    692692            /* impossible... */
    693             LogRelFunc(("IRQ was not acknowledged! rc = %Vrc, header.rc = %Vrc\n",
     693            LogRelFunc(("IRQ was not acknowledged! rc = %Rrc, header.rc = %Rrc\n",
    694694                        rcVBox, vboxDev->irqAckRequest->header.rc));
    695695            BUG ();
     
    731731    if (RT_FAILURE(rcVBox))
    732732    {
    733         LogRelFunc(("failed to allocate hypervisor info structure! rc = %Vrc\n", rcVBox));
     733        LogRelFunc(("failed to allocate hypervisor info structure! rc = %Rrc\n", rcVBox));
    734734        goto bail_out;
    735735    }
     
    763763                else
    764764                {
    765                     LogRelFunc(("failed to set hypervisor region! rc = %Vrc, header.rc = %Vrc\n",
     765                    LogRelFunc(("failed to set hypervisor region! rc = %Rrc, header.rc = %Rrc\n",
    766766                                rcVBox, req->header.rc));
    767767                    goto bail_out;
     
    777777    else
    778778    {
    779         LogRelFunc(("failed to query hypervisor info! rc = %Vrc, header.rc = %Vrc\n",
     779        LogRelFunc(("failed to query hypervisor info! rc = %Rrc, header.rc = %Rrc\n",
    780780                    rcVBox, req->header.rc));
    781781        goto bail_out;
     
    808808    if (RT_FAILURE(rcVBox))
    809809    {
    810         LogRelFunc(("failed to allocate hypervisor info structure! rc = %Vrc\n", rcVBox));
     810        LogRelFunc(("failed to allocate hypervisor info structure! rc = %Rrc\n", rcVBox));
    811811        goto bail_out;
    812812    }
     
    823823    else
    824824    {
    825         LogRelFunc(("failed to reset hypervisor info! rc = %Vrc, header.rc = %Vrc\n",
     825        LogRelFunc(("failed to reset hypervisor info! rc = %Rrc, header.rc = %Rrc\n",
    826826                    rcVBox, req->header.rc));
    827827        goto bail_out;
     
    996996    if (RT_FAILURE(rcVBox))
    997997    {
    998         LogRelFunc(("could not initialize VBGL subsystem! rc = %Vrc\n", rcVBox));
     998        LogRelFunc(("could not initialize VBGL subsystem! rc = %Rrc\n", rcVBox));
    999999        err = -ENXIO;
    10001000        goto fail;
     
    10061006    if (RT_FAILURE(rcVBox))
    10071007    {
    1008         LogRelFunc(("could not allocate request structure! rc = %Vrc\n", rcVBox));
     1008        LogRelFunc(("could not allocate request structure! rc = %Rrc\n", rcVBox));
    10091009        err = -ENOMEM;
    10101010        goto fail;
     
    10211021    if (RT_FAILURE(rcVBox) || RT_FAILURE(infoReq->header.rc))
    10221022    {
    1023         LogRelFunc(("error reporting guest info to host! rc = %Vrc, header.rc = %Vrc\n",
     1023        LogRelFunc(("error reporting guest info to host! rc = %Rrc, header.rc = %Rrc\n",
    10241024                    rcVBox, infoReq->header.rc));
    10251025        VbglGRFree(&infoReq->header);
     
    10411041        if (RT_FAILURE(rcVBox))
    10421042        {
    1043             LogRelFunc(("could not allocate request structure! rc = %Vrc\n", rcVBox));
     1043            LogRelFunc(("could not allocate request structure! rc = %Rrc\n", rcVBox));
    10441044            err = -ENOMEM;
    10451045            goto fail;
     
    10671067    if (RT_FAILURE(rcVBox))
    10681068    {
    1069         LogRelFunc(("could not allocate request structure! rc = %Vrc\n", rcVBox));
     1069        LogRelFunc(("could not allocate request structure! rc = %Rrc\n", rcVBox));
    10701070        err = -ENOMEM;
    10711071        goto fail;
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