Searched refs:TimeContext (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_tsyncpci.c405 NtpTimeObj TimeContext; local
529 (char *)&TimeContext);
588 synch = (TimeContext.timeObj.flags == 0x4) ? 1 : 0;
591 seconds = (double) (TimeContext.timeObj.secsDouble);
598 DTOLFP(((double)TimeContext.tv.tv_usec / 1000000.0), &pp->lastrec);
606 pp->lastrec.Ul_i.Xl_ui += (unsigned int)TimeContext.tv.tv_sec +
615 TimeContext.timeObj.days, TimeContext.timeObj.hours,
616 TimeContext.timeObj.minutes, seconds);
619 pp->day = TimeContext
[all...]

Completed in 42 milliseconds