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

/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_jupiter.c114 pps_info_t pps_info; /* last pps data */ member in struct:instance
431 pps_info_t pps_info; local
442 memcpy(&pps_info, &up->pps_info, sizeof(pps_info_t));
443 if (time_pps_fetch(up->pps_handle, PPS_TSFMT_TSPEC, &up->pps_info,
447 if (pps_info.assert_sequence ==
448 up->pps_info.assert_sequence)
450 ts = up->pps_info.assert_timestamp;
452 if (pps_info.clear_sequence ==
453 up->pps_info
[all...]
H A Dntp_refclock.c1438 pps_info_t pps_info; local
1456 ZERO(pps_info);
1457 if (time_pps_fetch(ap->handle, PPS_TSFMT_TSPEC, &pps_info,
1464 ap->ts = pps_info.assert_timestamp;
1466 ap->ts = pps_info.clear_timestamp;
1585 pps_info_t pps_info; local
1601 ZERO(pps_info);
1605 &pps_info, &timeout) < 0)
1610 timeout = pps_info.assert_timestamp;
1612 timeout = pps_info
[all...]
H A Drefclock_parse.c2227 pps_info_t pps_info; local
2232 if (time_pps_fetch(parse->atom.handle, PPS_TSFMT_TSPEC, &pps_info,
2235 if (pps_info.assert_sequence + pps_info.clear_sequence != parse->ppsserial)
2245 pts = pps_info.clear_timestamp;
2247 pts = pps_info.assert_timestamp;
2269 (long)pps_info.assert_sequence + (long)pps_info.clear_sequence,
2282 (long)pps_info.assert_sequence, (long)pps_info
[all...]
H A Drefclock_ripencc.c265 pps_info_t pps_info; /* last pps data */ member in struct:ripencc_unit
712 pps_info_t pps_info; local
729 memcpy(&pps_info, &up->pps_info, sizeof(pps_info_t));
730 if (time_pps_fetch(up->handle, PPS_TSFMT_TSPEC, &up->pps_info,
734 if (pps_info.assert_sequence ==
735 up->pps_info.assert_sequence)
737 ts = up->pps_info.assert_timestamp;
739 if (pps_info.clear_sequence ==
740 up->pps_info
[all...]
/freebsd-13-stable/contrib/ntp/include/
H A Dtimepps-SCO.h150 typedef struct pps_info { struct
H A Dtimepps-Solaris.h150 typedef struct pps_info { struct
H A Dtimepps-SunOS.h150 typedef struct pps_info { struct

Completed in 122 milliseconds