Home | History | Annotate | Download | only in ntpd

Lines Matching defs:timecode

59  * which are then encoded as the BCD digits of the timecode.
61 * The timecode and reference timestamp are updated once each second
76 * The timecode format used for debugging and data recording includes
78 * connections. The driver produces one line for each timecode in the
211 u_char timecode[2 * SUBFLD + 1]; /* timecode string */
269 int xptr; /* timecode pointer */
830 * frames into the timecode fields. Bits can have values of zero, one
880 * little-endian timecode field. Note frame 1 is shifted
887 up->timecode[--up->xptr] = hexchar[temp & 0xf];
888 up->timecode[--up->xptr] = hexchar[(temp >> 5) &
894 * End of second. Decode the timecode and wind
903 * refclock_process() will reject the timecode
907 if (sscanf((char *)up->timecode,
974 * This routine sweeps up the timecode updates since the last poll. For