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

/vbox/src/VBox/Storage/
H A DParallels.cpp624 uint64_t uSector; local
638 uSector = uOffset / 512;
640 iIndexInAllocationTable = (uint32_t)(uSector / pImage->PCHSGeometry.cSectors);
641 uSector = uSector % pImage->PCHSGeometry.cSectors;
643 cbToRead = RT_MIN(cbToRead, (pImage->PCHSGeometry.cSectors - uSector)*512);
649 uOffsetInFile = (pImage->pAllocationBitmap[iIndexInAllocationTable] + uSector) * 512;
670 uint64_t uSector; local
684 uSector = uOffset / 512;
686 iIndexInAllocationTable = (uint32_t)(uSector / pImag
[all...]
H A DVMDK.cpp147 uint64_t uSector; member in struct:VMDKMARKER
499 uint64_t uSector; member in struct:VMDKGRAINALLOCASYNC
703 pMarker->uSector = RT_H2LE_U64(pMarker->uSector);
730 *puLBA = RT_LE2H_U64(pMarker->uSector);
831 pMarker->uSector = RT_H2LE_U64(uLBA);
4189 pMarker->uSector = RT_H2LE_U64(VMDK_BYTE2SECTOR((uint64_t)pExtent->cGTEntries * sizeof(uint32_t)));
4296 pMarker->uSector = VMDK_BYTE2SECTOR(RT_ALIGN_64(RT_H2LE_U64((uint64_t)pExtent->cGDEntries * sizeof(uint32_t)), 512));
4321 pMarker->uSector = VMDK_BYTE2SECTOR(512);
4499 static uint32_t vmdkGTCacheHash(PVMDKGTCACHE pCache, uint64_t uSector, argument
4511 vmdkGetSector(PVMDKIMAGE pImage, PVDIOCTX pIoCtx, PVMDKEXTENT pExtent, uint64_t uSector, uint64_t *puExtentSector) argument
4579 vmdkStreamAllocGrain(PVMDKIMAGE pImage, PVMDKEXTENT pExtent, uint64_t uSector, PVDIOCTX pIoCtx, uint64_t cbWrite) argument
4697 uint64_t uSector = pGrainAlloc->uSector; local
4812 vmdkAllocGrain(PVMDKIMAGE pImage, PVMDKEXTENT pExtent, PVDIOCTX pIoCtx, uint64_t uSector, uint64_t cbWrite) argument
5032 vmdkStreamReadSequential(PVMDKIMAGE pImage, PVMDKEXTENT pExtent, uint64_t uSector, PVDIOCTX pIoCtx, uint64_t cbRead) argument
[all...]
H A DDMG.cpp1363 static PDMGEXTENT dmgExtentGetFromOffset(PDMGIMAGE pThis, uint64_t uSector) argument
1381 if (uSector < pExtentCur->uSectorExtent)
1386 else if (uSector >= pExtentCur->uSectorExtent + pExtentCur->cSectorsExtent)
/vbox/src/VBox/Runtime/r3/
H A Disofs.cpp491 uint32_t uSector; local
492 int rc = rtIsoFsResolvePath(pFile, pszPath, &uSector);
496 rc = RTFileSeek(pFile->file, uSector * RTISOFS_SECTOR_SIZE,
/vbox/src/VBox/Devices/Storage/
H A DDrvDiskIntegrity.cpp373 uint32_t uSector = offSeg / 512; local
376 AssertMsg(uSector < pSeg->cIoLogEntries, ("Internal bug!\n"));
378 pIoLogOld = pSeg->apIoLog[uSector];
386 pSeg->apIoLog[uSector] = pIoLogEnt;

Completed in 85 milliseconds