Searched refs:PEVNT_CLOCK (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/contrib/ntp/ntpd/ |
| D | refclock_acts.c | 407 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()
|
| D | ntp_refclock.c | 119 report_event(PEVNT_CLOCK, peer, ceventstr(code)); in refclock_report()
|
| D | ntp_control.c | 5077 if (err == PEVNT_CLOCK) { in report_event()
|
| /freebsd-9-stable/contrib/ntp/libntp/ |
| D | statestr.c | 146 { PEVNT_CLOCK & ~PEER_EVENT, "clock_event" },
|
| /freebsd-9-stable/contrib/ntp/include/ |
| D | ntp.h | 650 #define PEVNT_CLOCK (11 | PEER_EVENT) /* clock event */ macro
|
| /freebsd-9-stable/contrib/ntp/ntpq/ |
| D | ntpq-subs.c | 1291 case PEVNT_CLOCK: in printassoc()
|