Lines Matching refs:stopSector
135 RF_SectorNum_t startSector, RF_SectorNum_t stopSector)
147 RF_ASSERT(startSector >= 0 && stopSector < mapPtr->sectorsInDisk &&
148 stopSector >= startSector);
150 while (startSector <= stopSector) {
206 mapPtr->status[ru] = MakeReconMapListElem(mapPtr,startSector, RF_MIN(stopSector, last_in_RU), (p == RU_NOTHING) ? NULL : p);
213 pt->next = MakeReconMapListElem(mapPtr,startSector, RF_MIN(stopSector, last_in_RU), p);
218 startSector = RF_MIN(stopSector, last_in_RU) + 1;
255 (p->stopSector == i * sectorsPerReconUnit +
274 if (pt->stopSector >= p->startSector - 1) {
275 pt->stopSector = RF_MAX(pt->stopSector, p->stopSector);
293 RF_SectorNum_t stopSector, RF_ReconMapListElem_t *next)
299 p->stopSector = stopSector;