VirtualBox

Changeset 90822 in vbox


Ignore:
Timestamp:
Aug 23, 2021 10:04:15 PM (3 years ago)
Author:
vboxsync
Message:

Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.

File:
1 edited

Legend:

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

    r85889 r90822  
    13131313 * @param   off             The offset of the virtual disk to read from.
    13141314 * @param   cbRead          How many bytes to read.
    1315  * @param   pcSgBuf         Pointer to the S/G buffer to read into.
     1315 * @param   pSgBuf          Pointer to the S/G buffer to read into.
    13161316 * @param   pfnComplete     Completion callback.
    13171317 * @param   pvUser1         User data which is passed on completion.
     
    13191319 */
    13201320VBOXDDU_DECL(int) VDAsyncRead(PVDISK pDisk, uint64_t off, size_t cbRead,
    1321                               PCRTSGBUF pcSgBuf,
     1321                              PCRTSGBUF pSgBuf,
    13221322                              PFNVDASYNCTRANSFERCOMPLETE pfnComplete,
    13231323                              void *pvUser1, void *pvUser2);
     
    13311331 * @param   off             The offset of the virtual disk to write to.
    13321332 * @param   cbWrite         How many bytes to write.
    1333  * @param   pcSgBuf         Pointer to the S/G buffer to write from.
     1333 * @param   pSgBuf          Pointer to the S/G buffer to write from.
    13341334 * @param   pfnComplete     Completion callback.
    13351335 * @param   pvUser1         User data which is passed on completion.
     
    13371337 */
    13381338VBOXDDU_DECL(int) VDAsyncWrite(PVDISK pDisk, uint64_t off, size_t cbWrite,
    1339                                PCRTSGBUF pcSgBuf,
     1339                               PCRTSGBUF pSgBuf,
    13401340                               PFNVDASYNCTRANSFERCOMPLETE pfnComplete,
    13411341                               void *pvUser1, void *pvUser2);
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