Home
last modified time | relevance | path

Searched refs:pps_info_t (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dtimepps-SCO.h156 } pps_info_t; typedef
388 pps_info_t *ppsinfo, in time_pps_fetch()
393 pps_info_t infobuf; in time_pps_fetch()
421 memcpy(ppsinfo, &infobuf, sizeof(pps_info_t)); in time_pps_fetch()
473 memcpy(ppsinfo, &infobuf, sizeof(pps_info_t)); in time_pps_fetch()
H A Dtimepps-SunOS.h156 } pps_info_t; typedef
389 pps_info_t *ppsinfo, in time_pps_fetch()
397 pps_info_t infobuf; in time_pps_fetch()
425 memcpy(ppsinfo, &infobuf, sizeof(pps_info_t)); in time_pps_fetch()
474 memcpy(ppsinfo, &infobuf, sizeof(pps_info_t)); in time_pps_fetch()
H A Dtimepps-Solaris.h156 } pps_info_t; typedef
455 pps_info_t *ppsinfo, in time_pps_fetch()
464 pps_info_t infobuf; in time_pps_fetch()
/freebsd/sys/sys/
H A Dtimepps.h50 } pps_info_t; typedef
107 pps_info_t pps_info_buf;
152 pps_info_t ppsinfo;
215 pps_info_t *ppsinfobuf, const struct timespec *timeout) in time_pps_fetch()
/freebsd/contrib/ntp/util/
H A Dpps-api.c51 pps_info_t pi; in main()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_jupiter.c114 pps_info_t pps_info; /* last pps data */
431 pps_info_t pps_info; in jupiter_pps()
442 memcpy(&pps_info, &up->pps_info, sizeof(pps_info_t)); in jupiter_pps()
H A Dntp_refclock.c1517 pps_info_t pps_info; in refclock_pps()
1664 pps_info_t pps_info; in refclock_ppsaugment()
H A Drefclock_mx4200.c146 pps_info_t pps_i;
H A Drefclock_ripencc.c265 pps_info_t pps_info; /* last pps data */
712 pps_info_t pps_info; in ripencc_get_pps_ts()
729 memcpy(&pps_info, &up->pps_info, sizeof(pps_info_t)); in ripencc_get_pps_ts()
H A Drefclock_oncore.c1598 pps_info_t pps_i; in oncore_get_timestamp()
H A Drefclock_parse.c2228 pps_info_t pps_info; in local_input()
/freebsd/tools/test/ppsapi/
H A Dppsapitest.c33 pps_info_t pi; in main()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp1160 unsigned struct_pps_info_sz = sizeof(pps_info_t);
/freebsd/contrib/ntp/
H A DCommitLog-4.1.01492 (atom_pps): pps_info_t is our friend. Update comments to reflect