VirtualBox

Ignore:
Timestamp:
Aug 25, 2017 8:39:33 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
117690
Message:

SUPDrv: nits

Location:
trunk/src/VBox/HostDrivers/Support
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h

    r67982 r68529  
    2828#define ___SUPDrvIOC_h___
    2929
    30 /*
    31  * Basic types.
    32  */
    3330#include <iprt/types.h>
    3431#include <VBox/sup.h>
  • trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp

    r67954 r68529  
    979979/**
    980980 * Clean up file handle entry point.
     981 *
     982 * This is called when the last handle reference is released, or something like
     983 * that.  In the case of IoGetDeviceObjectPointer, this is called as it closes
     984 * the handle, however it will go on using the file object afterwards...
    981985 *
    982986 * @param   pDevObj     Device object.
     
    13431347{
    13441348    NTSTATUS    rcNt;
    1345     unsigned    cbOut = 0;
     1349    uint32_t    cbOut = 0;
    13461350    int         rc = 0;
    13471351    Log2(("VBoxDrvNtDeviceControlSlow(%p,%p): ioctl=%#x pBuf=%p cbIn=%#x cbOut=%#x pSession=%p\n",
     
    13801384                    {
    13811385                        cbOut = pStack->Parameters.DeviceIoControl.OutputBufferLength;
    1382                         OSDBGPRINT(("VBoxDrvLinuxIOCtl: too much output! %#x > %#x; uCmd=%#x!\n",
     1386                        OSDBGPRINT(("VBoxDrvNtDeviceControlSlow: too much output! %#x > %#x; uCmd=%#x!\n",
    13831387                                    pHdr->cbOut, cbOut, pStack->Parameters.DeviceIoControl.IoControlCode));
    13841388                    }
Note: See TracChangeset for help on using the changeset viewer.

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