Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/fifolog/lib/
H A Dfifolog_write_poll.c176 f->lastsync = now; in fifolog_write_open()
261 if (f->cleanup || now >= (int)(f->lastsync + f->syncrate)) { in fifolog_write_gzip()
292 f->lastsync = now; in fifolog_write_gzip()
H A Dfifolog_write.h67 time_t lastsync; member
/freebsd-12.1/contrib/ntp/ntpd/
H A Drefclock_parse.c418 u_long lastsync; /* time (ntp) when clock was last seen fully synchronized */ member
3973 parse->lastsync = current_time; in parse_process()
4153 if (((current_time - parse->lastsync) > parse->maxunsync) || in parse_process()
4154 (parse->lastsync < parse->lastmissed) || in parse_process()
4155 ((parse->lastsync == 0) && !PARSE_SYNC(parsetime->parse_state)) || in parse_process()
4160 parse->lastsync = 0; /* wait for full sync again */ in parse_process()