Changeset 64065 in vbox
- Timestamp:
- Sep 28, 2016 9:05:46 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 110994
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VSCSI/VSCSILunMmc.cpp
r64064 r64065 405 405 * @param cbMaxTransfer The maximum transfer size. 406 406 */ 407 static int vscsiLunMmcGetConfiguration(PVSCSILUNMMC pVScsiLunMmc, PVSCSIREQINT pVScsiReq, uint16_t cbMaxTransfer)407 static int vscsiLunMmcGetConfiguration(PVSCSILUNMMC pVScsiLunMmc, PVSCSIREQINT pVScsiReq, size_t cbMaxTransfer) 408 408 { 409 409 uint8_t aReply[80]; … … 473 473 * @param cbMaxTransfer The maximum transfer size. 474 474 */ 475 static int vscsiLunMmcReadDvdStructure(PVSCSILUNMMC pVScsiLunMmc, PVSCSIREQINT pVScsiReq, uint16_t cbMaxTransfer)475 static int vscsiLunMmcReadDvdStructure(PVSCSILUNMMC pVScsiLunMmc, PVSCSIREQINT pVScsiReq, size_t cbMaxTransfer) 476 476 { 477 477 uint8_t aReply[25]; /* Counted a maximum of 20 bytes but better be on the safe side. */ … … 630 630 * @param cbMaxTransfer The maximum transfer size. 631 631 */ 632 static int vscsiLunMmcModeSense10(PVSCSILUNMMC pVScsiLunMmc, PVSCSIREQINT pVScsiReq, uint16_t cbMaxTransfer)632 static int vscsiLunMmcModeSense10(PVSCSILUNMMC pVScsiLunMmc, PVSCSIREQINT pVScsiReq, size_t cbMaxTransfer) 633 633 { 634 634 int rcReq; … … 740 740 */ 741 741 static int vscsiLunMmcGetEventStatusNotification(PVSCSILUNMMC pVScsiLunMmc, PVSCSIREQINT pVScsiReq, 742 uint16_t cbMaxTransfer)742 size_t cbMaxTransfer) 743 743 { 744 744 uint32_t OldStatus;
Note:
See TracChangeset
for help on using the changeset viewer.