Home
last modified time | relevance | path

Searched refs:rectime (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Drefclock_parse.c3766 l_fp off, rectime, reftime; in parse_process() local
4007 rectime = parsetime->parse_stime.fp; in parse_process()
4010 L_SUB(&off, &rectime); /* prepare for PPS adjustments logic */ in parse_process()
4017 prettydate(&rectime), in parse_process()
4125 prettydate(&rectime), in parse_process()
4130 rectime = reftime; in parse_process()
4131 L_SUB(&rectime, &off); /* just to keep the ntp interface happy */ in parse_process()
4138 prettydate(&rectime)); in parse_process()
4209 prettydate(&rectime), in parse_process()
4215 refclock_process_offset(parse->generic, reftime, rectime, fudge); in parse_process()