Searched refs:yearstart (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/ntp/libntp/ |
H A D | clocktime.c | 59 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 D | chutest.c | 503 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 D | refclock_datum.c | 136 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 D | refclock_leitch.c | 88 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 D | refclock_tsyncpci.c | 636 pp->yearstart = caltontp(&jt); in tsync_poll() 642 offset.l_ui = offset.l_ui + (long)pp->yearstart; in tsync_poll()
|
H A D | ntp_refclock.c | 550 pp->lastrec.l_ui, &pp->yearstart, &offset.l_ui)) in refclock_process_f() 1405 bug->values[6] = pp->yearstart; in refclock_buginfo()
|
H A D | refclock_msfees.c | 268 u_long yearstart; /* start of current year */ member 868 ees->tz, rbufp->recv_time.l_ui, &ees->yearstart, in ees_receive()
|
H A D | refclock_true.c | 547 &pp->yearstart, &off.l_ui)) { in true_receive()
|
H A D | refclock_chu.c | 1395 up->tstamp[0].l_ui, &pp->yearstart, &offset.l_ui)) { in chu_second()
|
H A D | refclock_wwv.c | 2083 &pp->yearstart, &offset.l_ui)) { in wwv_clock()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_refclock.h | 161 u_long yearstart; /* beginning of year */ member
|