Searched refs:time_pps_fetch (Results 1 – 12 of 12) sorted by relevance
/freebsd/tools/test/ppsapi/ |
H A D | ppsapitest.c | 155 i = time_pps_fetch(ph, PPS_TSFMT_TSPEC, &pi, &to); in main() 164 i = time_pps_fetch(ph, PPS_TSFMT_TSPEC, &pi, &to); in main()
|
/freebsd/contrib/ntp/util/ |
H A D | pps-api.c | 84 i = time_pps_fetch(ph, PPS_TSFMT_TSPEC, &pi, &to); in main()
|
/freebsd/sys/sys/ |
H A D | timepps.h | 214 time_pps_fetch(pps_handle_t handle, const int tsformat, in time_pps_fetch() function
|
/freebsd/contrib/ntp/include/ |
H A D | timepps-SCO.h | 385 time_pps_fetch( in time_pps_fetch() function
|
H A D | timepps-SunOS.h | 386 time_pps_fetch( in time_pps_fetch() function
|
H A D | timepps-Solaris.h | 452 time_pps_fetch( in time_pps_fetch() function
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_refclock.c | 1536 if (time_pps_fetch(ap->handle, PPS_TSFMT_TSPEC, &pps_info, in refclock_pps() 1683 if (time_pps_fetch(ap->handle, PPS_TSFMT_TSPEC, in refclock_ppsaugment()
|
H A D | refclock_jupiter.c | 443 if (time_pps_fetch(up->pps_handle, PPS_TSFMT_TSPEC, &up->pps_info, in jupiter_pps()
|
H A D | refclock_mx4200.c | 1512 if (time_pps_fetch(up->pps_h, PPS_TSFMT_TSPEC, &(up->pps_i), in mx4200_pps() 1515 "mx4200_pps: time_pps_fetch: serial=%lu, %m\n", in mx4200_pps()
|
H A D | refclock_oncore.c | 1642 if (time_pps_fetch(instance->pps_h, PPS_TSFMT_TSPEC, &pps_i, in oncore_get_timestamp() 1645 "time_pps_fetch failed %m"); in oncore_get_timestamp()
|
H A D | refclock_ripencc.c | 730 if (time_pps_fetch(up->handle, PPS_TSFMT_TSPEC, &up->pps_info, in ripencc_get_pps_ts()
|
H A D | refclock_parse.c | 2233 if (time_pps_fetch(parse->atom.handle, PPS_TSFMT_TSPEC, &pps_info, in local_input()
|