starttime         253 dev/raidframe/rf_copyback.c 	RF_GETTIME(desc->starttime);
starttime         305 dev/raidframe/rf_copyback.c 				RF_TIMEVAL_DIFF(&desc->starttime, &t, &diff);
starttime         477 dev/raidframe/rf_copyback.c 		RF_TIMEVAL_DIFF(&desc->starttime, &t, &diff);
starttime          52 dev/raidframe/rf_copyback.h 	struct timeval		 starttime;
starttime         385 dev/raidframe/rf_reconmap.c rf_PrintReconSchedule(RF_ReconMap_t *mapPtr, struct timeval *starttime)
starttime         395 dev/raidframe/rf_reconmap.c 		RF_TIMEVAL_DIFF(starttime, &tv, &diff);
starttime         763 dev/raidframe/rf_reconstruct.c 		RF_GETTIME(raidPtr->reconControl[row]->starttime);
starttime         822 dev/raidframe/rf_reconstruct.c 				    &(raidPtr->reconControl[row]->starttime));
starttime         854 dev/raidframe/rf_reconstruct.c 				    &(raidPtr->reconControl[row]->starttime));
starttime         888 dev/raidframe/rf_reconstruct.c 		RF_TIMEVAL_DIFF(&(raidPtr->reconControl[row]->starttime),
starttime         912 dev/raidframe/rf_reconstruct.c 		    (int) raidPtr->reconControl[row]->starttime.tv_sec,
starttime         913 dev/raidframe/rf_reconstruct.c 		    (int) raidPtr->reconControl[row]->starttime.tv_usec,
starttime         283 dev/raidframe/rf_reconstruct.h 	struct timeval		 starttime;	/* Recon start time. */
starttime        1075 kern/vfs_bio.c 	struct timeval starttime, timediff;
starttime        1087 kern/vfs_bio.c 		getmicrouptime(&starttime);
starttime        1124 kern/vfs_bio.c 			timersub(&tv, &starttime, &timediff);
starttime         140 kern/vfs_sync.c 	long starttime;
starttime         146 kern/vfs_sync.c 		starttime = time_second;
starttime         230 kern/vfs_sync.c 		if (time_second == starttime)
starttime         617 ufs/ffs/ffs_softdep.c 	struct timeval starttime;
starttime         662 ufs/ffs/ffs_softdep.c 	getmicrouptime(&starttime);
starttime         706 ufs/ffs/ffs_softdep.c 			timersub(&tv, &starttime, &diff);