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

/macosx-10.10/IOATAFamily-253.0.1/
H A DIOATAController.cpp1599 IOByteCount thisPass = bytesRemaining; local
1605 if( thisPass > _currentCommand->getTransferChunkSize() )
1607 thisPass = _currentCommand->getTransferChunkSize();
1614 thisPass = readATAPIByteCount();
1617 if( thisPass > bytesRemaining )
1619 overrun = thisPass - bytesRemaining;
1620 thisPass = bytesRemaining;
1627 while( thisPass > 0 )
1629 IOByteCount bufferBytes = (thisPass > _doubleBuffer.bufferSize )? _doubleBuffer.bufferSize : thisPass;
[all...]

Completed in 110 milliseconds