Home
last modified time | relevance | path

Searched refs:transferBytes (Results 1 – 1 of 1) sorted by relevance

/reactos/drivers/storage/class/cdrom/
H A Dioctl.c683 ULONGLONG transferBytes = 0; in RequestValidateRawRead() local
735 transferBytes = (ULONGLONG)rawReadInfo.SectorCount * RAW_SECTOR_SIZE; in RequestValidateRawRead()
739 transferBytes = (ULONGLONG)rawReadInfo.SectorCount * CD_RAW_SECTOR_WITH_SUBCODE_SIZE; in RequestValidateRawRead()
743 transferBytes = (ULONGLONG)rawReadInfo.SectorCount * CD_RAW_SECTOR_WITH_C2_SIZE; in RequestValidateRawRead()
747transferBytes = (ULONGLONG)rawReadInfo.SectorCount * CD_RAW_SECTOR_WITH_C2_AND_SUBCODE_SIZE; in RequestValidateRawRead()
768 else if (transferBytes < (ULONGLONG)(rawReadInfo.SectorCount)) in RequestValidateRawRead()
782 else if (RequestParameters.Parameters.DeviceIoControl.OutputBufferLength < transferBytes) in RequestValidateRawRead()
806 if (mdlBytes < transferBytes) in RequestValidateRawRead()
854 if (transferBytes > maxLength) in RequestValidateRawRead()
860 transferBytes, in RequestValidateRawRead()