Searched refs:assert_timestamp (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/ntp/include/
H A Dtimepps-SCO.h158 #define assert_timestamp assert_tu.tspec macro
446 infobuf.assert_timestamp.tv_sec = tv.tv_sec;
447 infobuf.assert_timestamp.tv_nsec = tv.tv_usec * 1000;
450 infobuf.assert_timestamp.tv_sec += handle->params.assert_offset.tv_sec;
451 infobuf.assert_timestamp.tv_nsec += handle->params.assert_offset.tv_nsec;
452 PPS_NORMALIZE(infobuf.assert_timestamp);
H A Dtimepps-Solaris.h158 #define assert_timestamp assert_tu.tspec macro
505 infobuf.assert_timestamp.tv_sec = ev.tv.tv_sec;
506 infobuf.assert_timestamp.tv_nsec = ev.tv.tv_usec * 1000;
516 infobuf.assert_timestamp.tv_sec +=
518 infobuf.assert_timestamp.tv_nsec +=
520 PPS_NORMALIZE(infobuf.assert_timestamp);
H A Dtimepps-SunOS.h158 #define assert_timestamp assert_tu.tspec macro
447 infobuf.assert_timestamp.tv_sec = ev.tv.tv_sec;
448 infobuf.assert_timestamp.tv_nsec = ev.tv.tv_usec * 1000;
451 infobuf.assert_timestamp.tv_sec += handle->params.assert_offset.tv_sec;
452 infobuf.assert_timestamp.tv_nsec += handle->params.assert_offset.tv_nsec;
453 PPS_NORMALIZE(infobuf.assert_timestamp);
/freebsd-12-stable/contrib/ntp/util/
H A Dpps-api.c93 Chew(&pi.assert_timestamp, &pi.clear_timestamp,
/freebsd-12-stable/tools/test/ppsapi/
H A Dppsapitest.c183 Chew(&pi.assert_timestamp, &pi.clear_timestamp,
/freebsd-12-stable/sys/sys/
H A Dtimepps.h65 #define assert_timestamp assert_tu.tspec macro
/freebsd-12-stable/sys/kern/
H A Dkern_tc.c1643 fapi_ffc->pps_info_buf_ffc.assert_timestamp =
1644 pps->ppsinfo.assert_timestamp;
1747 tsp = &pps->ppsinfo.assert_timestamp;
1757 tsp_ffc = &pps->ppsinfo_ffc.assert_timestamp;
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_refclock.c1464 ap->ts = pps_info.assert_timestamp;
1610 timeout = pps_info.assert_timestamp;
H A Drefclock_mx4200.c1546 pp->lastrec.l_ui = up->pps_i.assert_timestamp.tv_sec +
1548 pp->lastrec.l_uf = ((double)(up->pps_i.assert_timestamp.tv_nsec) *
H A Drefclock_jupiter.c450 ts = up->pps_info.assert_timestamp;
H A Drefclock_oncore.c1649 tsp = &pps_i.assert_timestamp;
H A Drefclock_parse.c2247 pts = pps_info.assert_timestamp;
H A Drefclock_ripencc.c737 ts = up->pps_info.assert_timestamp;

Completed in 207 milliseconds