VirtualBox

Ignore:
Timestamp:
Oct 8, 2015 10:13:54 AM (9 years ago)
Author:
vboxsync
Message:

VBoxGuest: Vbgd -> VGDrv, cleanups - will probably not build cleanly everywhere. :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuestIDC-unix.c.h

    r58089 r58113  
    8989#endif
    9090
    91     LogRel(("VBoxGuestIDCOpen: VbgdCommonCreateKernelSession failed. rc=%d\n", rc));
     91    LogRel(("VBoxGuestIDCOpen: VGDrvCommonCreateKernelSession failed. rc=%d\n", rc));
    9292    return NULL;
    9393}
     
    103103{
    104104    PVBOXGUESTSESSION pSession = (PVBOXGUESTSESSION)pvSession;
    105     LogFlow(("VBoxGuestIDCClose:\n"));
     105    LogFlow(("VBoxGuestIDCClose: pvSession=%p\n", pvSession));
    106106
    107107    AssertPtrReturn(pSession, VERR_INVALID_POINTER);
     
    141141
    142142    AssertPtrReturn(pSession, VERR_INVALID_POINTER);
    143     AssertMsgReturn(pSession->pDevExt == &g_DevExt,
    144                     ("SC: %p != %p\n", pSession->pDevExt, &g_DevExt), VERR_INVALID_HANDLE);
     143    AssertMsgReturn(pSession->pDevExt == &g_DevExt, ("SC: %p != %p\n", pSession->pDevExt, &g_DevExt), VERR_INVALID_HANDLE);
    145144
    146145    return VGDrvCommonIoCtl(iCmd, &g_DevExt, pSession, pvData, cbData, pcbDataReturned);
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