Home
last modified time | relevance | path

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

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