VirtualBox

Changeset 68638 in vbox


Ignore:
Timestamp:
Sep 5, 2017 1:30:52 PM (7 years ago)
Author:
vboxsync
Message:

more doxygen fixes

Location:
trunk/src/VBox/Additions/common
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.c

    r68581 r68638  
    7070static int vgdrvSolarisWrite(dev_t Dev, struct uio *pUio, cred_t *pCred);
    7171static int vgdrvSolarisIOCtl(dev_t Dev, int iCmd, intptr_t pArg, int Mode, cred_t *pCred, int *pVal);
    72 static int vgdrvSolarisIOCtlSlow(PVBOXGUESTSESSION pSession, int iCmd, int Mode, intptr_t pArgs);
     72static int vgdrvSolarisIOCtlSlow(PVBOXGUESTSESSION pSession, int iCmd, int Mode, intptr_t iArgs);
    7373static int vgdrvSolarisPoll(dev_t Dev, short fEvents, int fAnyYet, short *pReqEvents, struct pollhead **ppPollHead);
    7474
     
    591591 * @param   Dev             Device number
    592592 * @param   iCmd            Operation identifier
    593  * @param   pArg            Arguments from user to driver
     593 * @param   iArgs           Arguments from user to driver
    594594 * @param   Mode            Information bitfield (read/write, address space etc.)
    595595 * @param   pCred           User credentials
     
    598598 * @return  corresponding solaris error code.
    599599 */
    600 static int vgdrvSolarisIOCtl(dev_t Dev, int iCmd, intptr_t pArgs, int Mode, cred_t *pCred, int *pVal)
     600static int vgdrvSolarisIOCtl(dev_t Dev, int iCmd, intptr_t iArgs, int Mode, cred_t *pCred, int *pVal)
    601601{
    602602    /*
     
    626626    }
    627627
    628     return vgdrvSolarisIOCtlSlow(pSession, iCmd, Mode, pArgs);
     628    return vgdrvSolarisIOCtlSlow(pSession, iCmd, Mode, iArgs);
    629629}
    630630
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp

    r68623 r68638  
    31493149 * @param   fNotMask            The capabilities to remove.  Ignored in
    31503150 *                              VBOXGUESTCAPSACQUIRE_FLAGS_CONFIG_ACQUIRE_MODE.
    3151  * @param   enmFlags            Confusing operation modifier.
     3151 * @param   fFlags              Confusing operation modifier.
    31523152 *                              VBOXGUESTCAPSACQUIRE_FLAGS_NONE means to both
    31533153 *                              configure and acquire/release the capabilities.
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibClipboard.cpp

    r68527 r68638  
    7070 * @returns VBox status code.
    7171 * @param   idClient        The client id returned by VbglR3ClipboardConnect().
    72  * @param   pMsg            Where to store the message id.
     72 * @param   pidMsg          Where to store the message id.
    7373 * @param   pfFormats       Where to store the format(s) the message applies to.
    7474 */
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