Home
last modified time | relevance | path

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

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