Home
last modified time | relevance | path

Searched refs:pps_info (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Drefclock_jupiter.c114 pps_info_t pps_info; /* last pps data */ member
431 pps_info_t pps_info; in jupiter_pps() local
442 memcpy(&pps_info, &up->pps_info, sizeof(pps_info_t)); in jupiter_pps()
443 if (time_pps_fetch(up->pps_handle, PPS_TSFMT_TSPEC, &up->pps_info, in jupiter_pps()
447 if (pps_info.assert_sequence == in jupiter_pps()
448 up->pps_info.assert_sequence) in jupiter_pps()
450 ts = up->pps_info.assert_timestamp; in jupiter_pps()
452 if (pps_info.clear_sequence == in jupiter_pps()
453 up->pps_info in jupiter_pps()
[all...]
H A Dntp_refclock.c1517 pps_info_t pps_info; in refclock_pps()
1535 ZERO(pps_info); in refclock_pps()
1536 if (time_pps_fetch(ap->handle, PPS_TSFMT_TSPEC, &pps_info, in refclock_pps()
1543 ap->ts = pps_info.assert_timestamp; in refclock_pps()
1545 ap->ts = pps_info.clear_timestamp; in refclock_pps()
1664 pps_info_t pps_info; in refclock_ppsaugment()
1680 ZERO(pps_info); in refclock_ppsaugment()
1684 &pps_info, &timeout) < 0) in refclock_ppsaugment()
1689 timeout = pps_info.assert_timestamp; in refclock_ppsaugment()
1691 timeout = pps_info in refclock_ppsaugment()
1519 pps_info_t pps_info; refclock_pps() local
1666 pps_info_t pps_info; refclock_ppsaugment() local
[all...]
H A Drefclock_ripencc.c265 pps_info_t pps_info; /* last pps data */ member
712 pps_info_t pps_info; in ripencc_get_pps_ts() local
729 memcpy(&pps_info, &up->pps_info, sizeof(pps_info_t)); in ripencc_get_pps_ts()
730 if (time_pps_fetch(up->handle, PPS_TSFMT_TSPEC, &up->pps_info, in ripencc_get_pps_ts()
734 if (pps_info.assert_sequence == in ripencc_get_pps_ts()
735 up->pps_info.assert_sequence) in ripencc_get_pps_ts()
737 ts = up->pps_info.assert_timestamp; in ripencc_get_pps_ts()
739 if (pps_info.clear_sequence == in ripencc_get_pps_ts()
740 up->pps_info in ripencc_get_pps_ts()
[all...]
H A Drefclock_parse.c2228 pps_info_t pps_info; in local_input() local
2233 if (time_pps_fetch(parse->atom.handle, PPS_TSFMT_TSPEC, &pps_info, in local_input()
2236 if (pps_info.assert_sequence + pps_info.clear_sequence != parse->ppsserial) in local_input()
2246 pts = pps_info.clear_timestamp; in local_input()
2248 pts = pps_info.assert_timestamp; in local_input()
2270 (long)pps_info.assert_sequence + (long)pps_info.clear_sequence, in local_input()
2283 (long)pps_info.assert_sequence, (long)pps_info.clear_sequence); in local_input()
2287 parse->ppsserial = pps_info.assert_sequence + pps_info.clear_sequence; in local_input()
/freebsd/contrib/ntp/include/
H A Dtimepps-SCO.h150 typedef struct pps_info { struct
H A Dtimepps-SunOS.h150 typedef struct pps_info { struct
H A Dtimepps-Solaris.h150 typedef struct pps_info { struct
/freebsd/contrib/ntp/
H A DCommitLog-4.1.01493 reality. DTRT with pps_info. Do some overflow checks.