Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ntp/ntpd/
Drefclock_tsyncpci.c158 TimeObj timeObj; member
588 synch = (TimeContext.timeObj.flags == 0x4) ? 1 : 0; in tsync_poll()
591 seconds = (double) (TimeContext.timeObj.secsDouble); 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()
629 jt.year = TimeContext.timeObj.year; in tsync_poll()
657 (leapSec.utcDate.year == (unsigned int)TimeContext.timeObj.year) && in tsync_poll()
[all …]