Changeset 42387 in vbox for trunk/src/VBox
- Timestamp:
- Jul 25, 2012 11:55:30 AM (13 years ago)
- Location:
- trunk/src/VBox/Runtime/common/dvm
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dvm/dvmbsdlabel.cpp
r41785 r42387 349 349 PRTDVMFMTINTERNAL pThis = hVolMgrFmt; 350 350 351 NOREF(cbRange); 352 351 353 if (off <= RTDVM_BSDLBL_LBA2BYTE(1, pThis->pDisk)) 352 354 *pfUsed = true; -
trunk/src/VBox/Runtime/common/dvm/dvmgpt.cpp
r41549 r42387 347 347 { 348 348 PRTDVMFMTINTERNAL pThis = hVolMgrFmt; 349 350 NOREF(cbRange); 349 351 350 352 if (off < 33*pThis->pDisk->cbSector) -
trunk/src/VBox/Runtime/common/dvm/dvmmbr.cpp
r41549 r42387 217 217 { 218 218 PRTDVMFMTINTERNAL pThis = hVolMgrFmt; 219 220 NOREF(cbRange); 219 221 220 222 /* MBR uses the first sector only. */
Note:
See TracChangeset
for help on using the changeset viewer.