Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/ntpd/
HDntp_loopfilter.c240 struct timex *ptimex, /* pointer to struct timex */ in ntp_adjtime_error_handler() argument
256 (long)((void *)ptimex) in ntp_adjtime_error_handler()
262 (long)(ptimex->constant) in ntp_adjtime_error_handler()
365 if (ptimex->status & STA_UNSYNC) in ntp_adjtime_error_handler()
369 if (ptimex->status & STA_CLOCKERR) in ntp_adjtime_error_handler()
373 if (!(ptimex->status & STA_PPSSIGNAL) in ntp_adjtime_error_handler()
374 && ptimex->status & STA_PPSFREQ) in ntp_adjtime_error_handler()
378 if (!(ptimex->status & STA_PPSSIGNAL) in ntp_adjtime_error_handler()
379 && ptimex->status & STA_PPSTIME) in ntp_adjtime_error_handler()
383 if ( ptimex->status & STA_PPSTIME in ntp_adjtime_error_handler()
[all …]