Changeset 41785 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jun 16, 2012 7:38:41 PM (13 years ago)
- Location:
- trunk/src/VBox/Runtime/common
- Files:
-
- 2 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.
Note:
See TracChangeset
for help on using the changeset viewer.