Lines Matching full:acts
90 * and correct for the propagation delay. Note: the ACTS timecode has
131 #define DEVICE "/dev/acts%d" /* device name and unit */
365 DPRINTF(1, ("acts: %d %s\n", (int)strlen(msg), msg)); in acts_message()
403 msyslog(LOG_ERR, "acts: ioctl(TIOCMBIS) failed: %m"); in acts_message()
493 report_event(PEVNT_CLOCK, peer, "acts: port busy"); in acts_timeout()
499 msyslog(LOG_ERR, "acts: write lock fails %m"); in acts_timeout()
511 msyslog(LOG_ERR, "acts: open fails %m"); in acts_timeout()
516 msyslog(LOG_ERR, "acts: addclock fails"); in acts_timeout()
604 msyslog(LOG_ERR, "acts: ioctl(TIOCMBIC) failed: %m"); in acts_close()
727 u_int dst; /* ACTS daylight/standard time */ in acts_timecode()
728 u_int leap; /* ACTS leap indicator */ in acts_timecode()
729 double msADV; /* ACTS transmit advance (ms) */ in acts_timecode()
730 char utc[10]; /* ACTS timescale */ in acts_timecode()
731 char flag; /* ACTS on-time character (* or #) */ in acts_timecode()
763 * ACTS format A: "jjjjj yy-mm-dd hh:mm:ss ds l uuu aaaaa in acts_timecode()