Searched refs:time_pps_getcap (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/ntp/util/
H A Dpps-api.c69 i = time_pps_getcap(ph, &mode);
71 err(1, "time_pps_getcap");
/freebsd-12-stable/tools/test/ppsapi/
H A Dppsapitest.c83 i = time_pps_getcap(ph, &mode);
85 err(1, "time_pps_getcap");
/freebsd-12-stable/contrib/ntp/include/
H A Dtimepps-SCO.h358 time_pps_getcap( function
H A Dtimepps-Solaris.h425 time_pps_getcap( function
H A Dtimepps-SunOS.h359 time_pps_getcap( function
/freebsd-12-stable/sys/sys/
H A Dtimepps.h212 time_pps_getcap(pps_handle_t handle, int *mode) function
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_jupiter.c376 if (time_pps_getcap(up->pps_handle, &capability) < 0) {
378 "refclock_jupiter: time_pps_getcap failed: %m");
H A Drefclock_mx4200.c323 if (time_pps_getcap(up->pps_h, &mode) < 0) {
325 "mx4200_config: time_pps_getcap failed: %m");
H A Drefclock_oncore.c855 if (time_pps_getcap(instance->pps_h, &cap) < 0) {
856 oncore_log_f(instance, LOG_ERR, "time_pps_getcap failed: %m");
1750 * [[ The results from the time_pps_getcap is unlikely to change so
1759 if (time_pps_getcap(instance->pps_h, &current_mode) < 0) {
1761 "time_pps_getcap failed: %m");
H A Drefclock_parse.c2910 if (time_pps_getcap(parse->atom.handle, &cap) < 0) {
2911 msyslog(LOG_ERR, "PARSE receiver #%d: parse_ppsapi: time_pps_getcap failed: %m",
H A Drefclock_ripencc.c653 if (time_pps_getcap(up->handle, &capability) < 0) {
655 "refclock_ripencc: time_pps_getcap failed: %m");

Completed in 151 milliseconds