VirtualBox

Changeset 80593 in vbox for trunk/include


Ignore:
Timestamp:
Sep 4, 2019 6:39:00 PM (5 years ago)
Author:
vboxsync
Message:

Devices/Storage: Add two new parameters to PDMIMEDIAEX::pfnIoReqSendScsiCmd to return the amount ofsense data written and the determined transfer direction from parsed CDB, bugref:9440 [doxygen fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmstorageifs.h

    r80589 r80593  
    950950     * @param   cbCdb           Size of the CDB in bytes.
    951951     * @param   enmTxDir        Direction of transfer.
    952      * @param   penmTxDir       Where to store the transfer direction as parsed from the CDB, optional.
     952     * @param   penmTxDirRet    Where to store the transfer direction as parsed from the CDB, optional.
    953953     * @param   cbBuf           Size of the transfer buffer.
    954954     * @param   pabSense        Where to store the optional sense key.
    955955     * @param   cbSense         Size of the sense key buffer.
    956      * @param   pcbSense        Where to store the amount of sense data written, optional.
     956     * @param   pcbSenseRet     Where to store the amount of sense data written, optional.
    957957     * @param   pu8ScsiSts      Where to store the SCSI status on success.
    958958     * @param   cTimeoutMillies Command timeout in milliseconds.
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