Changeset 99739 in vbox for trunk/src/VBox/Devices/Storage/VSCSI
- Timestamp:
- May 11, 2023 1:01:08 AM (23 months ago)
- svn:sync-xref-src-repo-rev:
- 157315
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VSCSI/VSCSIInternal.h
r98103 r99739 321 321 * Completes a SCSI request and calls the completion handler. 322 322 * 323 * @returns nothing.324 323 * @param pVScsiDevice The virtual SCSI device. 325 324 * @param pVScsiReq The request which completed. … … 335 334 * Init the sense data state. 336 335 * 337 * @returns nothing.338 336 * @param pVScsiSense The SCSI sense data state to init. 339 337 */ … … 396 394 * Destroys the given VPD page pool freeing all pages in it. 397 395 * 398 * @returns nothing.399 396 * @param pVScsiVpdPool The VPD page pool to destroy. 400 397 */ … … 495 492 * Sets the transfer size for the given request. 496 493 * 497 * @returns nothing.498 494 * @param pVScsiReq The SCSI request. 499 495 * @param cbXfer The transfer size for the request. … … 507 503 * Sets the transfer direction for the given request. 508 504 * 509 * @returns nothing.510 505 * @param pVScsiReq The SCSI request. 511 506 * @param cbXfer The transfer size for the request.
Note:
See TracChangeset
for help on using the changeset viewer.