Home
last modified time | relevance | path

Searched refs:time_pps_getcap (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/ntp/util/
H A Dpps-api.c69 i = time_pps_getcap(ph, &mode); in main()
/freebsd/tools/test/ppsapi/
H A Dppsapitest.c81 i = time_pps_getcap(ph, &mode); in main()
/freebsd/sys/sys/
H A Dtimepps.h208 time_pps_getcap(pps_handle_t handle, int *mode) in time_pps_getcap() function
/freebsd/contrib/ntp/include/
H A Dtimepps-SCO.h358 time_pps_getcap( in time_pps_getcap() function
H A Dtimepps-SunOS.h359 time_pps_getcap( in time_pps_getcap() function
H A Dtimepps-Solaris.h425 time_pps_getcap( in time_pps_getcap() function
/freebsd/contrib/ntp/ntpd/
H A Drefclock_jupiter.c376 if (time_pps_getcap(up->pps_handle, &capability) < 0) { in jupiter_ppsapi()
378 "refclock_jupiter: time_pps_getcap failed: %m"); in jupiter_ppsapi()
H A Drefclock_mx4200.c323 if (time_pps_getcap(up->pps_h, &mode) < 0) { in mx4200_config()
325 "mx4200_config: time_pps_getcap failed: %m"); in mx4200_config()
H A Drefclock_oncore.c855 if (time_pps_getcap(instance->pps_h, &cap) < 0) { in oncore_ppsapi()
856 oncore_log_f(instance, LOG_ERR, "time_pps_getcap failed: %m"); in oncore_ppsapi()
1752 * [[ The results from the time_pps_getcap is unlikely to change so in oncore_get_timestamp()
1761 if (time_pps_getcap(instance->pps_h, &current_mode) < 0) { in oncore_get_timestamp()
1763 "time_pps_getcap failed: %m"); in oncore_get_timestamp()
H A Drefclock_ripencc.c653 if (time_pps_getcap(up->handle, &capability) < 0) { in ripencc_ppsapi()
655 "refclock_ripencc: time_pps_getcap failed: %m"); in ripencc_ppsapi()
H A Drefclock_parse.c2911 if (time_pps_getcap(parse->atom.handle, &cap) < 0) { in parse_ppsapi()
/freebsd/contrib/ntp/
H A DCommitLog-4.1.01566 Added time_pps_getcap() calls.