Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/
H A Dclocktime.c59 u_long *yearstart, /* cached start-of-year, should be fixed to u_int32 */ in clocktime() argument
82 if (*yearstart) { in clocktime()
84 test[0] = (u_int32)(*yearstart) + tmp; in clocktime()
123 *yearstart = ystt[min]; in clocktime()
/freebsd/contrib/ntp/clockstuff/
H A Dchutest.c503 static u_long yearstart; variable
528 yearstart = 0; in init_chu()
634 date_ui = tmp + yearstart; in chufilter()
645 if (date_ui != yearstart) { in chufilter()
646 yearstart = date_ui; in chufilter()
656 ts.l_ui = yearstart; in chufilter()
669 if ((rtime->l_ui - yearstart) < CLOCK_WAYTOOBIG) { in chufilter()
671 date_ui += calyearstart(yearstart - CLOCK_WAYTOOBIG, in chufilter()
683 date_ui += calyearstart(yearstart + (400 * SECSPERDAY), in chufilter()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_datum.c136 u_long yearstart; /* the year that this clock started */ member
249 datum_pts->yearstart = 0; /* initialize the yearstart to 0 */ in datum_pts_start()
627 &datum_pts->yearstart, in datum_pts_receive()
668 &datum_pts->yearstart, in datum_pts_receive()
678 datum_pts->yearstart, in datum_pts_receive()
H A Drefclock_leitch.c88 u_long yearstart; member
425 &leitch->yearstart, &leitch->reftime1.l_ui)) { in leitch_receive()
443 &leitch->yearstart, &leitch->reftime2.l_ui)) { in leitch_receive()
460 &leitch->yearstart, &leitch->reftime3.l_ui)) { in leitch_receive()
H A Drefclock_tsyncpci.c636 pp->yearstart = caltontp(&jt); in tsync_poll()
642 offset.l_ui = offset.l_ui + (long)pp->yearstart; in tsync_poll()
H A Dntp_refclock.c550 pp->lastrec.l_ui, &pp->yearstart, &offset.l_ui)) in refclock_process_f()
1405 bug->values[6] = pp->yearstart; in refclock_buginfo()
H A Drefclock_msfees.c268 u_long yearstart; /* start of current year */ member
868 ees->tz, rbufp->recv_time.l_ui, &ees->yearstart, in ees_receive()
H A Drefclock_true.c547 &pp->yearstart, &off.l_ui)) { in true_receive()
H A Drefclock_chu.c1395 up->tstamp[0].l_ui, &pp->yearstart, &offset.l_ui)) { in chu_second()
H A Drefclock_wwv.c2083 &pp->yearstart, &offset.l_ui)) { in wwv_clock()
/freebsd/contrib/ntp/include/
H A Dntp_refclock.h161 u_long yearstart; /* beginning of year */ member