Changeset 41785 in vbox for trunk/src/VBox
- Timestamp:
- Jun 16, 2012 7:38:41 PM (13 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dvm/dvmbsdlabel.cpp
r41549 r41785 186 186 * 187 187 * @returns The checksum. 188 * @param pBsdLabel BSD disklabel to get t ehchecksum for.188 * @param pBsdLabel BSD disklabel to get the checksum for. 189 189 */ 190 190 static uint16_t rtDvmFmtBsdLblDiskLabelChkSum(PBsdLabel pBsdLabel) -
trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp
r39083 r41785 1062 1062 * @param pOptHdr Pointer to the optional header which needs validation. 1063 1063 * @param pszLogName The log name to prefix the errors with. 1064 * @param offNtHdrs The offset of the NT headers from t ehstart of the file.1064 * @param offNtHdrs The offset of the NT headers from the start of the file. 1065 1065 * @param pFileHdr Pointer to the file header (valid). 1066 1066 * @param cbRawImage The raw image size. -
trunk/src/VBox/Storage/ISCSI.cpp
r40229 r41785 789 789 * list head 790 790 * 791 * @returns Pointer to the head of t ehcommand list.791 * @returns Pointer to the head of the command list. 792 792 * @param pImage iSCSI connection to use. 793 793 */ -
trunk/src/VBox/Storage/VD.cpp
r41783 r41785 806 806 * @returns VBox status code. 807 807 * @param pCache The cache to write to. 808 * @param uOffset Offset of the virtual disk to write to t ehcache.808 * @param uOffset Offset of the virtual disk to write to the cache. 809 809 * @param pcvBuf The data to write. 810 810 * @param cbWrite How much to write.
Note:
See TracChangeset
for help on using the changeset viewer.