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

/vbox/src/VBox/Runtime/common/dvm/
H A Ddvmmbr.cpp72 uint8_t *pbMbrEntry; member in struct:RTDVMVOLUMEFMTINTERNAL
152 uint8_t *pbMbrEntry = &pThis->abMbr[446]; local
159 if (pbMbrEntry[4] != 0x00)
162 pbMbrEntry += 16;
249 * @param pbMbrEntry The raw MBR entry data.
253 static int rtDvmFmtMbrVolumeCreate(PRTDVMFMTINTERNAL pThis, uint8_t *pbMbrEntry, argument
263 pVol->pbMbrEntry = pbMbrEntry;
264 pVol->offStart = *(uint32_t *)&pbMbrEntry[0x08] * pThis->pDisk->cbSector;
265 pVol->cbVolume = *(uint32_t *)&pbMbrEntry[
282 uint8_t *pbMbrEntry = &pThis->abMbr[446]; local
306 uint8_t *pbMbrEntry = pVol->pbMbrEntry + 16; local
[all...]

Completed in 48 milliseconds