Searched refs:infobuf (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/ntp/include/ |
| H A D | timepps-SCO.h | 393 pps_info_t infobuf; in time_pps_fetch() local 414 memset(&infobuf, 0, sizeof(infobuf)); in time_pps_fetch() 421 memcpy(ppsinfo, &infobuf, sizeof(pps_info_t)); in time_pps_fetch() 445 infobuf.assert_sequence = handle->serial; in time_pps_fetch() 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() 464 PPS_TSPECTONTP(infobuf.assert_timestamp_ntpfp); in time_pps_fetch() [all …]
|
| H A D | timepps-SunOS.h | 397 pps_info_t infobuf; in time_pps_fetch() local 418 memset(&infobuf, 0, sizeof(infobuf)); in time_pps_fetch() 425 memcpy(ppsinfo, &infobuf, sizeof(pps_info_t)); in time_pps_fetch() 446 infobuf.assert_sequence = ev.serial; in time_pps_fetch() 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() 465 PPS_TSPECTONTP(infobuf.assert_timestamp_ntpfp); in time_pps_fetch() [all …]
|
| H A D | timepps-Solaris.h | 464 pps_info_t infobuf; in time_pps_fetch() local 486 memset(&infobuf, 0, sizeof(infobuf)); in time_pps_fetch() 494 memcpy(ppsinfo, &infobuf, sizeof(*ppsinfo)); in time_pps_fetch() 504 infobuf.assert_sequence = ev.serial; in time_pps_fetch() 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() 526 PPS_TSPECTONTP(infobuf.assert_timestamp_ntpfp); in time_pps_fetch() [all …]
|