Home
last modified time | relevance | path

Searched refs:timecode (Results 1 – 12 of 12) sorted by relevance

/trueos/contrib/ntp/scripts/monitoring/
HDntptrap384 ($timecode) = ($data =~ /timecode=\"([^\"]+)\"/);
385 $msg .= " \"$device\" \"$timecode\"";
410 ($timecode) = ($data =~ /timecode=\"([^\"]+)\"/);
411 $msg .= " \"$device\" \"$timecode\"";
447 ($timecode) = ($data =~ /timecode=\"([^\"]+)\"/);
448 $msg .= " \"$device\" \"$timecode\"";
/trueos/contrib/ntp/scripts/stats/
HDREADME.timecodes3 Following are examples of the serial timecode formats used by various
4 timecode receivers as given in the instruction manuals. These examples
6 design. The following symbols are used to identify the timecode
8 represent the character offset from the beginning of the timecode string
HDREADME32 scripts themselves. Further detail on the radio clock ASCII timecode
33 formats and related data are in the README.timecode file.
HDREADME.stats60 93 247 16:48:21.814 timecode (format varies)
65 timecode formats specific to each radio follow. See the file
66 README.timecodes for detailed information on the timecode formats used
/trueos/contrib/ntp/ntpd/
HDrefclock_jupiter.c126 time_t timecode; /* current ntp timecode */ member
302 instance->timecode = 0; in jupiter_config()
603 last_timecode = instance->timecode; in jupiter_receive()
796 last_timecode = instance->timecode; in jupiter_parse_t()
797 instance->timecode = in jupiter_parse_t()
HDrefclock_irig.c199 u_char timecode[21]; /* timecode string */ member
915 up->timecode[--up->xptr] = hexchar[(up->bits >> 5) & in irig_decode()
917 up->timecode[--up->xptr] = hexchar[up->bits & 0xf]; in irig_decode()
935 if (sscanf((char *)up->timecode, in irig_decode()
HDrefclock_wwv.c588 static int timecode P((struct wwvunit *, char *));
2114 pp->lencode = timecode(up, pp->a_lastcode); in wwv_clock()
2619 timecode( in timecode() function
/trueos/sys/compat/linux/
HDlinux_videodev2_compat.h22 struct v4l2_timecode timecode; member
HDlinux_ioctl.c3177 memcpy(&vb->timecode, &lvb->timecode, sizeof (lvb->timecode)); in linux_to_bsd_v4l2_buffer()
3201 memcpy(&lvb->timecode, &vb->timecode, sizeof (vb->timecode)); in bsd_to_linux_v4l2_buffer()
/trueos/contrib/ntp/kernel/
HDREADME46 a special timecode broadcast by Canadian time and frequency
/trueos/sys/contrib/v4l/
HDvideodev2.h540 struct v4l2_timecode timecode; member
/trueos/contrib/ntp/
HDCommitLog-4.1.02920 * ntpd/refclock_wwv.c (timecode): Make definition == declaration
2947 (timecode): Ditto