Changeset 27976 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Apr 4, 2010 2:16:32 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59682
- Location:
- trunk/src/VBox/Devices/Storage
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvVD.cpp
r27922 r27976 330 330 static DECLCALLBACK(int) drvvdAsyncIOOpen(void *pvUser, const char *pszLocation, 331 331 unsigned uOpenFlags, 332 PFNVDCOMPLETED pfnCompleted, 332 PFNVDCOMPLETED pfnCompleted, 333 333 PVDINTERFACE pVDIfsDisk, 334 334 void **ppStorage) -
trunk/src/VBox/Devices/Storage/VDIHDDCore.cpp
r27808 r27976 2203 2203 rc = pCbProgress->pfnProgress(pIfProgress->pvUser, 2204 2204 (uint64_t)(cBlocks + cBlocksMoved) * uPercentSpan / (cBlocks + cBlocksToMove) + uPercentStart); 2205 2205 2206 2206 if (RT_FAILURE(rc)) 2207 2207 break; -
trunk/src/VBox/Devices/Storage/VSCSI/VSCSILun.cpp
r27665 r27976 37 37 * Array of supported SCSI LUN types. 38 38 */ 39 static PVSCSILUNDESC g_aVScsiLunTypesSupported[] = 39 static PVSCSILUNDESC g_aVScsiLunTypesSupported[] = 40 40 { 41 41 &g_VScsiLunTypeSbc -
trunk/src/VBox/Devices/Storage/VSCSI/VSCSISgBuf.cpp
r27657 r27976 123 123 } 124 124 125
Note:
See TracChangeset
for help on using the changeset viewer.