Searched refs:time_pps_getcap (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/ntp/util/ |
| H A D | pps-api.c | 69 i = time_pps_getcap(ph, &mode); in main()
|
| /freebsd/tools/test/ppsapi/ |
| H A D | ppsapitest.c | 81 i = time_pps_getcap(ph, &mode); in main()
|
| /freebsd/sys/sys/ |
| H A D | timepps.h | 208 time_pps_getcap(pps_handle_t handle, int *mode) in time_pps_getcap() function
|
| /freebsd/contrib/ntp/include/ |
| H A D | timepps-SCO.h | 358 time_pps_getcap( in time_pps_getcap() function
|
| H A D | timepps-SunOS.h | 359 time_pps_getcap( in time_pps_getcap() function
|
| H A D | timepps-Solaris.h | 425 time_pps_getcap( in time_pps_getcap() function
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_jupiter.c | 376 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 D | refclock_mx4200.c | 323 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 D | refclock_oncore.c | 855 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, ¤t_mode) < 0) { in oncore_get_timestamp() 1763 "time_pps_getcap failed: %m"); in oncore_get_timestamp()
|
| H A D | refclock_ripencc.c | 653 if (time_pps_getcap(up->handle, &capability) < 0) { in ripencc_ppsapi() 655 "refclock_ripencc: time_pps_getcap failed: %m"); in ripencc_ppsapi()
|
| H A D | refclock_parse.c | 2911 if (time_pps_getcap(parse->atom.handle, &cap) < 0) { in parse_ppsapi()
|
| /freebsd/contrib/ntp/ |
| H A D | CommitLog-4.1.0 | 1566 Added time_pps_getcap() calls.
|