HomeSort by: relevance | last modified time | path
    Searched refs:time_pps_getcap (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/sys/
timepps.h 179 static __inline int time_pps_getcap(pps_handle_t, int *);
220 time_pps_getcap(pps_handle_t handle, int *mode) function
  /src/external/bsd/ntp/dist/util/
pps-api.c 71 i = time_pps_getcap(ph, &mode);
73 err(1, "time_pps_getcap");
  /src/external/bsd/ntp/dist/include/
timepps-SCO.h 360 time_pps_getcap( function
timepps-Solaris.h 427 time_pps_getcap( function
timepps-SunOS.h 361 time_pps_getcap( function
  /src/external/bsd/ntp/dist/ntpd/
refclock_jupiter.c 378 if (time_pps_getcap(up->pps_handle, &capability) < 0) {
380 "refclock_jupiter: time_pps_getcap failed: %m");
refclock_mx4200.c 325 if (time_pps_getcap(up->pps_h, &mode) < 0) {
327 "mx4200_config: time_pps_getcap failed: %m");
refclock_oncore.c 857 if (time_pps_getcap(instance->pps_h, &cap) < 0) {
858 oncore_log_f(instance, LOG_ERR, "time_pps_getcap failed: %m");
1755 * [[ The results from the time_pps_getcap is unlikely to change so
1764 if (time_pps_getcap(instance->pps_h, &current_mode) < 0) {
1766 "time_pps_getcap failed: %m");
refclock_parse.c 2913 if (time_pps_getcap(parse->atom.handle, &cap) < 0) {
2914 msyslog(LOG_ERR, "PARSE receiver #%d: parse_ppsapi: time_pps_getcap failed: %m",
refclock_ripencc.c 655 if (time_pps_getcap(up->handle, &capability) < 0) {
657 "refclock_ripencc: time_pps_getcap failed: %m");

Completed in 45 milliseconds