Searched refs:ulSectorCRC (Results 1 – 2 of 2) sorted by relevance
314 uint32_t ulSectorCRC = pMR->ulSectorCRC; in MetarootIsValid() local318 ulSectorCRC = RedRev32( ulSectorCRC ); in MetarootIsValid()324 pMR->ulSectorCRC = 0U; in MetarootIsValid()328 fRet = ulCRC == ulSectorCRC; in MetarootIsValid()383 uint32_t ulSectorCRC; in RedVolTransact() local389 gpRedMR->ulSectorCRC = 0U; in RedVolTransact()391 ulSectorCRC = RedCrc32Update( 0U, &pbMR[ 8U ], gpRedVolConf->ulSectorSize - 8U ); in RedVolTransact()399 gpRedMR->hdr.ulCRC = ulSectorCRC; in RedVolTransact()402 gpRedMR->ulSectorCRC = ulSectorCRC; in RedVolTransact()406 gpRedMR->ulSectorCRC = RedRev32( gpRedMR->ulSectorCRC ); in RedVolTransact()[all …]
94 uint32_t ulSectorCRC; /**< CRC-32 checksum of the first sector. */ member
Completed in 5 milliseconds