Searched refs:infobuf (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ntp-88/include/
H A Dtimepps-Solaris.h464 pps_info_t infobuf; local
486 memset(&infobuf, 0, sizeof(infobuf));
494 memcpy(ppsinfo, &infobuf, sizeof(*ppsinfo));
504 infobuf.assert_sequence = ev.serial;
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
[all...]
H A Dtimepps-SCO.h393 pps_info_t infobuf; local
414 memset(&infobuf, 0, sizeof(infobuf));
421 memcpy(ppsinfo, &infobuf, sizeof(pps_info_t));
445 infobuf.assert_sequence = handle->serial;
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
[all...]
H A Dtimepps-SunOS.h397 pps_info_t infobuf; local
418 memset(&infobuf, 0, sizeof(infobuf));
425 memcpy(ppsinfo, &infobuf, sizeof(pps_info_t));
446 infobuf.assert_sequence = ev.serial;
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
[all...]

Completed in 151 milliseconds