Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ntp/ntpd/
Drefclock_acts.c407 mprintf_event(PEVNT_CLOCK, peer, "DIAL #%d %s", in acts_message()
430 report_event(PEVNT_CLOCK, peer, msg); in acts_message()
442 report_event(PEVNT_CLOCK, peer, msg); in acts_message()
453 report_event(PEVNT_CLOCK, peer, msg); in acts_message()
501 report_event(PEVNT_CLOCK, peer, "acts: port busy"); in acts_timeout()
548 mprintf_event(PEVNT_CLOCK, peer, "SETUP %s", in acts_timeout()
562 report_event(PEVNT_CLOCK, peer, "no modem"); in acts_timeout()
569 report_event(PEVNT_CLOCK, peer, "no answer"); in acts_timeout()
579 report_event(PEVNT_CLOCK, peer, "no timecodes"); in acts_timeout()
611 report_event(PEVNT_CLOCK, peer, "close"); in acts_close()
Dntp_refclock.c119 report_event(PEVNT_CLOCK, peer, ceventstr(code)); in refclock_report()
Dntp_control.c5077 if (err == PEVNT_CLOCK) { in report_event()
/freebsd-9-stable/contrib/ntp/libntp/
Dstatestr.c146 { PEVNT_CLOCK & ~PEER_EVENT, "clock_event" },
/freebsd-9-stable/contrib/ntp/include/
Dntp.h650 #define PEVNT_CLOCK (11 | PEER_EVENT) /* clock event */ macro
/freebsd-9-stable/contrib/ntp/ntpq/
Dntpq-subs.c1291 case PEVNT_CLOCK: in printassoc()