Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/ntp/ntpd/
HDrefclock_acts.c400 mprintf_event(PEVNT_CLOCK, peer, "DIAL #%d %s", in acts_message()
423 report_event(PEVNT_CLOCK, peer, msg); in acts_message()
435 report_event(PEVNT_CLOCK, peer, msg); in acts_message()
446 report_event(PEVNT_CLOCK, peer, msg); in acts_message()
493 report_event(PEVNT_CLOCK, peer, "acts: port busy"); in acts_timeout()
539 mprintf_event(PEVNT_CLOCK, peer, "SETUP %s", in acts_timeout()
552 report_event(PEVNT_CLOCK, peer, "no modem"); in acts_timeout()
559 report_event(PEVNT_CLOCK, peer, "no answer"); in acts_timeout()
569 report_event(PEVNT_CLOCK, peer, "no timecodes"); in acts_timeout()
601 report_event(PEVNT_CLOCK, peer, "close"); in acts_close()
HDntp_refclock.c192 report_event(PEVNT_CLOCK, peer, ceventstr(code)); in refclock_report()
HDntp_control.c5071 if (err == PEVNT_CLOCK) { in report_event()
/freebsd-14-stable/contrib/ntp/libntp/
HDstatestr.c146 { PEVNT_CLOCK & ~PEER_EVENT, "clock_event", 0 },
/freebsd-14-stable/contrib/ntp/include/
HDntp.h677 #define PEVNT_CLOCK (11 | PEER_EVENT) /* clock event */ macro
/freebsd-14-stable/contrib/ntp/ntpq/
HDntpq-subs.c1335 case PEVNT_CLOCK: in printassoc()