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

/vbox/src/VBox/Storage/testcase/
H A DVDMemDisk.cpp50 } VDMEMDISKSEG, *PVDMEMDISKSEG; typedef in typeref:struct:VDMEMDISKSEG
81 PVDMEMDISKSEG pSeg = (PVDMEMDISKSEG)pNode;
118 PVDMEMDISKSEG pSeg = (PVDMEMDISKSEG)RTAvlrU64RangeGet(pMemDisk->pTreeSegments, offCurr);
125 pSeg = (PVDMEMDISKSEG)RTAvlrU64GetBestFit(pMemDisk->pTreeSegments, offCurr, true);
133 pSeg = (PVDMEMDISKSEG)RTMemAllocZ(sizeof(VDMEMDISKSEG));
201 PVDMEMDISKSEG pSeg = (PVDMEMDISKSEG)RTAvlrU64RangeGet(pMemDisk->pTreeSegments, offCurr);
208 pSeg = (PVDMEMDISKSEG)RTAvlrU64GetBestFi
[all...]

Completed in 43 milliseconds