Searched refs:uBlockAllocationTableOffset (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Storage/
H A DVHD.cpp182 uint64_t uBlockAllocationTableOffset; member in struct:VHDIMAGE
524 vdIfIoIntFileWriteSync(pImage->pIfIo, pImage->pStorage, pImage->uBlockAllocationTableOffset,
646 pImage->uBlockAllocationTableOffset
716 uint64_t uBlockAllocationTableOffset; local
761 uBlockAllocationTableOffset = RT_BE2H_U64(vhdDynamicDiskHeader.TableOffset);
762 LogFlowFunc(("uBlockAllocationTableOffset=%llu\n", uBlockAllocationTableOffset));
763 pImage->uBlockAllocationTableOffset = uBlockAllocationTableOffset;
765 uBlockAllocationTableOffset, pBlockAllocationTabl
[all...]

Completed in 1135 milliseconds