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

/freebsd-11.0-release/contrib/ntp/ntpd/
H A Drefclock_tsyncpci.c158 TimeObj timeObj; member in struct:NtpTimeObj
588 synch = (TimeContext.timeObj.flags == 0x4) ? 1 : 0;
591 seconds = (double) (TimeContext.timeObj.secsDouble);
615 TimeContext.timeObj.days, TimeContext.timeObj.hours,
616 TimeContext.timeObj.minutes, seconds);
619 pp->day = TimeContext.timeObj.days;
620 pp->hour = TimeContext.timeObj.hours;
621 pp->minute = TimeContext.timeObj.minutes;
629 jt.year = TimeContext.timeObj
[all...]

Completed in 50 milliseconds