Searched refs:timecode (Results 1 – 19 of 19) sorted by relevance
| /freebsd-10-stable/contrib/ntp/scripts/monitoring/ |
| D | ntptrap | 386 ($timecode) = ($data =~ /timecode=\"([^\"]+)\"/); 387 $msg .= " \"$device\" \"$timecode\""; 412 ($timecode) = ($data =~ /timecode=\"([^\"]+)\"/); 413 $msg .= " \"$device\" \"$timecode\""; 449 ($timecode) = ($data =~ /timecode=\"([^\"]+)\"/); 450 $msg .= " \"$device\" \"$timecode\"";
|
| /freebsd-10-stable/contrib/ntp/scripts/stats/ |
| D | README.timecodes | 3 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
|
| D | README | 32 scripts themselves. Further detail on the radio clock ASCII timecode 33 formats and related data are in the README.timecode file.
|
| D | README.stats | 60 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
|
| /freebsd-10-stable/contrib/ntp/ntpd/ |
| D | refclock_irig.c | 209 u_char timecode[2 * SUBFLD + 1]; /* timecode string */ member 885 up->timecode[--up->xptr] = hexchar[temp & 0xf]; in irig_decode() 886 up->timecode[--up->xptr] = hexchar[(temp >> 5) & in irig_decode() 905 if (sscanf((char *)up->timecode, in irig_decode()
|
| D | refclock_jupiter.c | 126 time_t timecode; /* current ntp timecode */ member 302 instance->timecode = 0; in jupiter_config() 603 last_timecode = instance->timecode; in jupiter_receive() 794 last_timecode = instance->timecode; in jupiter_parse_t() 795 instance->timecode = in jupiter_parse_t()
|
| D | refclock_wwv.c | 599 static int timecode (struct wwvunit *, char *, size_t); 2094 pp->lencode = timecode(up, pp->a_lastcode, in wwv_clock() 2616 timecode( in timecode() function
|
| D | invoke-ntp.conf.texi | 1048 timecode received from the clock in decoded ASCII format, where 2071 timecode receiver which is synchronized to a source of standard 2074 The interface between the computer and the timecode
|
| D | ntp.conf.def | 1110 timecode received from the clock in decoded ASCII format, where 2155 timecode receiver which is synchronized to a source of standard 2158 The interface between the computer and the timecode
|
| /freebsd-10-stable/contrib/file/magic/Magdir/ |
| D | vacuum-cleaner | 31 # int32_t timecode;
|
| /freebsd-10-stable/sys/compat/linux/ |
| D | linux_videodev2_compat.h | 22 struct v4l2_timecode timecode; member
|
| D | linux_ioctl.c | 3164 memcpy(&vb->timecode, &lvb->timecode, sizeof (lvb->timecode)); in linux_to_bsd_v4l2_buffer() 3188 memcpy(&lvb->timecode, &vb->timecode, sizeof (vb->timecode)); in bsd_to_linux_v4l2_buffer()
|
| /freebsd-10-stable/sys/contrib/v4l/ |
| D | videodev2.h | 540 struct v4l2_timecode timecode; member
|
| /freebsd-10-stable/contrib/ntp/ntpq/ |
| D | ntpq.texi | 814 @item @code{timecode}
|
| D | ntpq-opts.def | 1000 .It Cm timecode
|
| D | invoke-ntpq.texi | 890 @item @code{timecode}
|
| /freebsd-10-stable/contrib/ntp/ |
| D | ChangeLog | 1645 * [Bug 2048] add the clock variable timecode to SHM refclock. 2348 * Preserve last timecode in ACTS driver (ntpq -ccv). 3698 * [Bug 1238] use fudge time2 for serial timecode offset in NMEA driver. 3760 * [Bug 1190] NMEA refclock fudge flag4 1 obscures position in timecode
|
| D | CommitLog-4.1.0 | 2920 * ntpd/refclock_wwv.c (timecode): Make definition == declaration 2947 (timecode): Ditto
|
| D | CommitLog | 90840 [Bug 2048] add the clock variable timecode to SHM refclock. 90844 [Bug 2048] add the clock variable timecode to SHM refclock. 90847 [Bug 2048] add the clock variable timecode to SHM refclock. 121984 Preserve last timecode in ACTS driver (ntpq -ccv). 121992 Preserve last timecode in ACTS driver (ntpq -ccv). 161897 [Bug 1238] use fudge time2 for serial timecode offset in NMEA driver. 161898 document fudge time1 as PPS offset, fudge time2 as serial timecode offset 161904 [Bug 1238] use fudge time2 for serial timecode offset in NMEA driver. 161910 [Bug 1238] use fudge time2 for serial timecode offset in NMEA driver. 164039 [Bug 1190] NMEA refclock fudge flag4 1 obscures position in timecode [all …]
|