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