Searched refs:pps_info_t (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/ntp/include/ |
H A D | timepps-SCO.h | 156 } 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 D | timepps-SunOS.h | 156 } 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 D | timepps-Solaris.h | 156 } 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 D | timepps.h | 50 } 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 D | pps-api.c | 51 pps_info_t pi; in main()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_jupiter.c | 114 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 D | ntp_refclock.c | 1517 pps_info_t pps_info; in refclock_pps() 1664 pps_info_t pps_info; in refclock_ppsaugment()
|
H A D | refclock_mx4200.c | 146 pps_info_t pps_i;
|
H A D | refclock_ripencc.c | 265 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 D | refclock_oncore.c | 1598 pps_info_t pps_i; in oncore_get_timestamp()
|
H A D | refclock_parse.c | 2228 pps_info_t pps_info; in local_input()
|
/freebsd/tools/test/ppsapi/ |
H A D | ppsapitest.c | 33 pps_info_t pi; in main()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 1160 unsigned struct_pps_info_sz = sizeof(pps_info_t);
|
/freebsd/contrib/ntp/ |
H A D | CommitLog-4.1.0 | 1492 (atom_pps): pps_info_t is our friend. Update comments to reflect
|