Changeset 48957 in vbox
- Timestamp:
- Oct 7, 2013 10:04:36 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 89655
- Location:
- trunk/src/VBox/Storage
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/Debug/VDDbgIoLog.cpp
r44529 r48957 227 227 * 228 228 * @returns VBox status code. 229 * @param pIoLogger The I/O logger to use. 229 * @param pIoLogger The I/O logger to use. 230 230 * @param off The start offset in the log to write to. 231 231 * @param pSgBuf The S/G buffer to write. -
trunk/src/VBox/Storage/VD.cpp
r48853 r48957 1432 1432 || rc == VERR_VD_IOCTX_HALT) 1433 1433 rc = VERR_VD_ASYNC_IO_IN_PROGRESS; 1434 else if ( RT_FAILURE(rc) 1434 else if ( RT_FAILURE(rc) 1435 1435 && (rc != VERR_VD_ASYNC_IO_IN_PROGRESS) 1436 1436 && (rc != VERR_DISK_FULL)) -
trunk/src/VBox/Storage/VDIfVfs.cpp
r48871 r48957 412 412 } 413 413 414 -
trunk/src/VBox/Storage/testcase/VDScriptInterp.cpp
r46003 r48957 658 658 /* Put the conditionals for while and for loops onto the control stack again. */ 659 659 PVDSCRIPTASTSTMT pLoopStmt = (PVDSCRIPTASTSTMT)pCtrl->Ctrl.pAstNode; 660 660 661 661 AssertMsg( pLoopStmt->enmStmtType == VDSCRIPTSTMTTYPE_WHILE 662 662 || pLoopStmt->enmStmtType == VDSCRIPTSTMTTYPE_FOR,
Note:
See TracChangeset
for help on using the changeset viewer.