Home
last modified time | relevance | path

Searched refs:infobuf (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/ntp/dist/include/
Dtimepps-SCO.h395 pps_info_t infobuf; in time_pps_fetch() local
416 memset(&infobuf, 0, sizeof(infobuf)); in time_pps_fetch()
423 memcpy(ppsinfo, &infobuf, sizeof(pps_info_t)); in time_pps_fetch()
447 infobuf.assert_sequence = handle->serial; in time_pps_fetch()
448 infobuf.assert_timestamp.tv_sec = tv.tv_sec; in time_pps_fetch()
449 infobuf.assert_timestamp.tv_nsec = tv.tv_usec * 1000; in time_pps_fetch()
452 infobuf.assert_timestamp.tv_sec += handle->params.assert_offset.tv_sec; in time_pps_fetch()
453 infobuf.assert_timestamp.tv_nsec += handle->params.assert_offset.tv_nsec; in time_pps_fetch()
454 PPS_NORMALIZE(infobuf.assert_timestamp); in time_pps_fetch()
466 PPS_TSPECTONTP(infobuf.assert_timestamp_ntpfp); in time_pps_fetch()
[all …]
Dtimepps-SunOS.h399 pps_info_t infobuf; in time_pps_fetch() local
420 memset(&infobuf, 0, sizeof(infobuf)); in time_pps_fetch()
427 memcpy(ppsinfo, &infobuf, sizeof(pps_info_t)); in time_pps_fetch()
448 infobuf.assert_sequence = ev.serial; in time_pps_fetch()
449 infobuf.assert_timestamp.tv_sec = ev.tv.tv_sec; in time_pps_fetch()
450 infobuf.assert_timestamp.tv_nsec = ev.tv.tv_usec * 1000; in time_pps_fetch()
453 infobuf.assert_timestamp.tv_sec += handle->params.assert_offset.tv_sec; in time_pps_fetch()
454 infobuf.assert_timestamp.tv_nsec += handle->params.assert_offset.tv_nsec; in time_pps_fetch()
455 PPS_NORMALIZE(infobuf.assert_timestamp); in time_pps_fetch()
467 PPS_TSPECTONTP(infobuf.assert_timestamp_ntpfp); in time_pps_fetch()
[all …]
Dtimepps-Solaris.h466 pps_info_t infobuf; in time_pps_fetch() local
488 memset(&infobuf, 0, sizeof(infobuf)); in time_pps_fetch()
496 memcpy(ppsinfo, &infobuf, sizeof(*ppsinfo)); in time_pps_fetch()
506 infobuf.assert_sequence = ev.serial; in time_pps_fetch()
507 infobuf.assert_timestamp.tv_sec = ev.tv.tv_sec; in time_pps_fetch()
508 infobuf.assert_timestamp.tv_nsec = ev.tv.tv_usec * 1000; in time_pps_fetch()
518 infobuf.assert_timestamp.tv_sec += in time_pps_fetch()
520 infobuf.assert_timestamp.tv_nsec += in time_pps_fetch()
522 PPS_NORMALIZE(infobuf.assert_timestamp); in time_pps_fetch()
528 PPS_TSPECTONTP(infobuf.assert_timestamp_ntpfp); in time_pps_fetch()
[all …]
/netbsd/src/sys/kern/
Dtty.c1035 char infobuf[200]; in ttioctl() local
1474 ttygetinfo(tp, 0, infobuf, sizeof(infobuf)); in ttioctl()
1478 ttyputinfo(tp, infobuf); in ttioctl()
3112 char infobuf[200]; in ttysigintr() local
3137 ttygetinfo(tp, 1, infobuf, sizeof(infobuf)); in ttysigintr()
3139 ttyputinfo(tp, infobuf); in ttysigintr()