Searched refs:timecode (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/ntp/scripts/monitoring/
H A Dntptrap386 ($timecode) = ($data =~ /timecode=\"([^\"]+)\"/);
387 $msg .= " \"$device\" \"$timecode\"";
412 ($timecode) = ($data =~ /timecode=\"([^\"]+)\"/);
413 $msg .= " \"$device\" \"$timecode\"";
449 ($timecode) = ($data =~ /timecode=\"([^\"]+)\"/);
450 $msg .= " \"$device\" \"$timecode\"";
/freebsd-11.0-release/sys/compat/linux/
H A Dlinux_videodev2_compat.h22 struct v4l2_timecode timecode; member in struct:l_v4l2_buffer
H A Dlinux_ioctl.c3154 memcpy(&vb->timecode, &lvb->timecode, sizeof (lvb->timecode));
3178 memcpy(&lvb->timecode, &vb->timecode, sizeof (vb->timecode));
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Drefclock_irig.c57 * which are then encoded as the BCD digits of the timecode.
59 * The timecode and reference timestamp are updated once each second
74 * The timecode format used for debugging and data recording includes
76 * connections. The driver produces one line for each timecode in the
209 u_char timecode[2 * SUBFLD + 1]; /* timecode string */ member in struct:irigunit
267 int xptr; /* timecode pointer */
828 * frames into the timecode fields. Bits can have values of zero, one
878 * little-endian timecode field. Note frame 1 is shifted
885 up->timecode[
[all...]
H A Drefclock_jupiter.c126 time_t timecode; /* current ntp timecode */ member in struct:instance
303 instance->timecode = 0;
453 * The next time a timecode comes in, it will be fed back.
537 /* Initialize pointers and read the timecode and timestamp */
603 /* Parse timecode (even when there's no pps) */
604 last_timecode = instance->timecode;
615 /* Bail if we don't have the last timecode yet */
626 * The clock will blurt a timecode every second
728 /* The timecode i
[all...]
H A Drefclock_wwv.c156 * form the quality character included in the timecode.
220 * These bits correspond to designated bits in the WWV/H timecode. The
460 * of the timecode. The digits are stored from least to most significant
461 * order. The maximum-likelihood timecode is formed from the digits
575 int misc; /* miscellaneous timecode bits */
599 static int timecode (struct wwvunit *, char *, size_t);
910 * determine the bits and digits of the timecode.
1773 * corresponding to the miscellaneous bits of the timecode are
2094 pp->lencode = timecode(up, pp->a_lastcode,
2099 printf("wwv: timecode
2616 timecode( function
[all...]
/freebsd-11.0-release/sys/contrib/v4l/
H A Dvideodev2.h540 struct v4l2_timecode timecode; member in struct:v4l2_buffer
561 #define V4L2_BUF_FLAG_TIMECODE 0x0100 /* timecode field is valid */

Completed in 296 milliseconds