toAdjust          869 dev/raidframe/rf_map.c     RF_PhysDiskAddr_t	*toAdjust,
toAdjust          894 dev/raidframe/rf_map.c 		toAdjust->startSector += x;
toAdjust          895 dev/raidframe/rf_map.c 		toAdjust->raidAddress += x;
toAdjust          896 dev/raidframe/rf_map.c 		toAdjust->numSector = asm_p->physInfo->numSector;
toAdjust          897 dev/raidframe/rf_map.c 		RF_ASSERT(toAdjust->numSector != 0);
toAdjust          909 dev/raidframe/rf_map.c 			RF_ASSERT(toAdjust->next == NULL);
toAdjust          910 dev/raidframe/rf_map.c 			new_pda = toAdjust->next = rf_AllocPhysDiskAddr();
toAdjust          911 dev/raidframe/rf_map.c 			*new_pda = *toAdjust;	/* Structure assignment. */
toAdjust          918 dev/raidframe/rf_map.c 			toAdjust->startSector += x;
toAdjust          919 dev/raidframe/rf_map.c 			toAdjust->raidAddress += x;
toAdjust          920 dev/raidframe/rf_map.c 			toAdjust->numSector =
toAdjust          923 dev/raidframe/rf_map.c 			RF_ASSERT(toAdjust->numSector != 0);