stopSector        141 dev/raidframe/rf_reconmap.c     RF_SectorNum_t startSector, RF_SectorNum_t stopSector)
stopSector        148 dev/raidframe/rf_reconmap.c 	RF_ASSERT(startSector >= 0 && stopSector < mapPtr->sectorsInDisk &&
stopSector        149 dev/raidframe/rf_reconmap.c 	    stopSector >= startSector);
stopSector        151 dev/raidframe/rf_reconmap.c 	while (startSector <= stopSector) {
stopSector        162 dev/raidframe/rf_reconmap.c 				     RF_MIN(stopSector, last_in_RU),
stopSector        173 dev/raidframe/rf_reconmap.c 				    RF_MIN(stopSector, last_in_RU), p);
stopSector        179 dev/raidframe/rf_reconmap.c 		startSector = RF_MIN(stopSector, last_in_RU) + 1;
stopSector        210 dev/raidframe/rf_reconmap.c 	    (p->stopSector == i * sectorsPerReconUnit +
stopSector        228 dev/raidframe/rf_reconmap.c 		if (pt->stopSector >= p->startSector - 1) {
stopSector        229 dev/raidframe/rf_reconmap.c 			pt->stopSector = RF_MAX(pt->stopSector, p->stopSector);
stopSector        248 dev/raidframe/rf_reconmap.c rf_MakeReconMapListElem(RF_SectorNum_t startSector, RF_SectorNum_t stopSector,
stopSector        257 dev/raidframe/rf_reconmap.c 	p->stopSector = stopSector;
stopSector        352 dev/raidframe/rf_reconmap.c 		    (int) listPtr->stopSector);
stopSector         81 dev/raidframe/rf_reconmap.h 	RF_SectorNum_t		 stopSector;