/src/usr.sbin/timed/timed/ |
correct.c | 57 struct timeval adjlocal, tmptv; local in function:correct 75 (void)gettimeofday(&tmptv,0); 76 timeradd(&tmptv, &adjlocal, &tmptv); 77 to.tsp_time.tv_sec = tmptv.tv_sec; 78 to.tsp_time.tv_usec = tmptv.tv_usec; 81 tmptv.tv_sec = to.tsp_time.tv_sec ; 82 tmptv.tv_usec = to.tsp_time.tv_usec ; 83 mstotvround(&tmptv, corr); 84 to.tsp_time.tv_sec = tmptv.tv_sec [all...] |
slave.c | 72 struct timeval ntime, wait, tmptv; local in function:slave 274 update_time(&tmptv, msg);
|
master.c | 349 struct timeval otime, ntime, tmptv; local in function:mchgdate 369 update_time(&tmptv, msg); 460 struct timeval tmptv; local in function:spreadtime 469 (void)gettimeofday(&tmptv, 0); 470 to.tsp_time.tv_sec = tmptv.tv_sec; 471 to.tsp_time.tv_usec = tmptv.tv_usec; 730 struct timeval now, tmptv; local in function:newslave 749 (void)gettimeofday(&tmptv, 0); 750 to.tsp_time.tv_sec = tmptv.tv_sec; 751 to.tsp_time.tv_usec = tmptv.tv_usec [all...] |