VirtualBox

Changeset 90837 in vbox


Ignore:
Timestamp:
Aug 24, 2021 11:33:12 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146472
Message:

VMM: Doxygen fixes.

Location:
trunk/include/VBox
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/dbg.h

    r86328 r90837  
    10651065 *
    10661066 * @returns VBox status.
    1067  * @param   pCmd        Pointer to the command descriptor (as registered).
     1067 * @param   pFunc       Pointer to the function descriptor (as registered).
    10681068 * @param   pCmdHlp     Pointer to command helper functions.
    10691069 * @param   pUVM        The user mode VM handle, can in theory be NULL.
  • trunk/include/VBox/vmm/pdmblkcache.h

    r85121 r90837  
    106106 * Completion callback for devices.
    107107 *
    108  * @param   pDrvIns         The device instance.
     108 * @param   pDevIns         The device instance.
    109109 * @param   pvUser          User argument given during request initiation.
    110110 * @param   rc              The status code of the completed request.
     
    132132 * Discard enqueue callback for devices.
    133133 *
    134  * @param   pDrvIns         The driver instance.
     134 * @param   pDevIns         The device instance.
    135135 * @param   paRanges        Ranges to discard.
    136136 * @param   cRanges         Number of range entries.
     
    154154
    155155/**
    156  * I/O enqueue callback for drivers.
    157  *
    158  * @param   pDrvIns         The driver instance.
     156 * I/O enqueue callback for internal users.
     157 *
     158 * @param   pvUser          User data.
    159159 * @param   enmXferDir      Transfer direction.
    160160 * @param   off             Transfer offset.
     
    171171 * Discard enqueue callback for VMM internal users.
    172172 *
    173  * @param   pDrvIns         The driver instance.
     173 * @param   pvUser          User data.
    174174 * @param   paRanges        Ranges to discard.
    175175 * @param   cRanges         Number of range entries.
     
    182182
    183183/**
    184  * Completion callback for USB.
    185  *
    186  * @param   pDrvIns         The driver instance.
     184 * Completion callback for USB devices.
     185 *
     186 * @param   pUsbIns         The USB device instance.
    187187 * @param   pvUser          User argument given during request initiation.
    188188 * @param   rc              The status code of the completed request.
     
    193193
    194194/**
    195  * I/O enqueue callback for drivers.
    196  *
    197  * @param   pDrvIns         The driver instance.
     195 * I/O enqueue callback for USB devices.
     196 *
     197 * @param   pUsbIns         The USB device instance.
    198198 * @param   enmXferDir      Transfer direction.
    199199 * @param   off             Transfer offset.
  • trunk/include/VBox/vusb.h

    r90351 r90837  
    931931 * This is called by the reset thread when the reset has been completed.
    932932 *
    933  * @param   pDev        Pointer to the virtual USB device core.
     933 * @param   pDevice Pointer to the virtual USB device core.
    934934 * @param   rc      The VBox status code of the reset operation.
    935  * @param   pvUser      User specific argument.
     935 * @param   pvUser  User specific argument.
    936936 *
    937937 * @thread  The reset thread or EMT.
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