Home
last modified time | relevance | path

Searched refs:HAVE_PPSAPI (Results 1 – 16 of 16) sorted by relevance

/freebsd-9-stable/contrib/ntp/ntpd/
Drefclock_wwvb.c20 #ifdef HAVE_PPSAPI
131 #ifdef HAVE_PPSAPI
152 #ifdef HAVE_PPSAPI
435 #ifdef HAVE_PPSAPI in wwvb_receive()
482 #ifdef HAVE_PPSAPI in wwvb_timer()
526 #ifdef HAVE_PPSAPI in wwvb_poll()
556 #ifdef HAVE_PPSAPI
Drefclock_conf.c57 #if defined(CLOCK_MX4200) && defined(HAVE_PPSAPI)
135 #if defined (CLOCK_ATOM) && defined(HAVE_PPSAPI)
177 #if defined(CLOCK_JUPITER) && defined(HAVE_PPSAPI)
Drefclock_jupiter.c38 #if defined(REFCLOCK) && defined(CLOCK_JUPITER) && defined(HAVE_PPSAPI)
51 #ifdef HAVE_PPSAPI
113 #ifdef HAVE_PPSAPI
150 #ifdef HAVE_PPSAPI
227 #ifdef HAVE_PPSAPI in jupiter_start()
269 #ifdef HAVE_PPSAPI in jupiter_shutdown()
331 #ifdef HAVE_PPSAPI
500 #ifdef HAVE_PPSAPI in jupiter_control()
Drefclock_nmea.c44 #ifdef HAVE_PPSAPI
226 #ifdef HAVE_PPSAPI
290 #ifdef HAVE_PPSAPI
463 #ifdef HAVE_PPSAPI in nmea_start()
514 #ifdef HAVE_PPSAPI in nmea_shutdown()
533 #ifdef HAVE_PPSAPI
651 #ifdef HAVE_PPSAPI
1053 #ifdef HAVE_PPSAPI in nmea_receive()
1120 #ifdef HAVE_PPSAPI in nmea_poll()
Drefclock_atom.c20 #if defined(REFCLOCK) && defined(CLOCK_ATOM) && defined(HAVE_PPSAPI)
Drefclock_parse.c147 #ifdef HAVE_PPSAPI
169 #ifdef HAVE_PPSAPI
424 #ifdef HAVE_PPSAPI
2223 #ifdef HAVE_PPSAPI in local_input()
2809 #ifdef HAVE_PPSAPI in parse_shutdown()
2851 #ifdef HAVE_PPSAPI
3171 #ifndef HAVE_PPSAPI in parse_start()
3209 #if defined(HAVE_PPSAPI) in parse_start()
3387 #if defined(HAVE_PPSAPI) in parse_ctl()
3419 #if defined(HAVE_PPSAPI) in parse_ctl()
[all …]
Drefclock_mx4200.c50 #if defined(REFCLOCK) && defined(CLOCK_MX4200) && defined(HAVE_PPSAPI)
81 #ifdef HAVE_PPSAPI
Dntp_refclock.c28 #ifdef HAVE_PPSAPI
1192 #ifdef HAVE_PPSAPI
Drefclock_oncore.c180 #ifdef HAVE_PPSAPI
Drefclock_ripencc.c47 #ifdef HAVE_PPSAPI
/freebsd-9-stable/usr.sbin/ntp/
Dconfig.h665 #define HAVE_PPSAPI 1 macro
/freebsd-9-stable/contrib/ntp/
Dconfig.h.in666 #undef HAVE_PPSAPI
DCommitLog-4.1.01540 * ntpd/refclock_oncore.c: Re-enabled oncore driver for HAVE_PPSAPI
1599 * configure.in: ac_cv_atom_ok, depends on HAVE_PPSAPI.
3022 * ntpd/ntp_refclock.c: HAVE_PPSAPI header cleanup
Dconfigure.ac1660 AC_DEFINE(HAVE_PPSAPI, 1, [Do we have the PPS API per the Draft RFC?]) definition
DChangeLog3235 * [Bug 1341] NMEA driver requires working PPSAPI #ifdef HAVE_PPSAPI.
DCommitLog150743 [Bug 1341] NMEA driver requires working PPSAPI #ifdef HAVE_PPSAPI.
150746 [Bug 1341] NMEA driver requires working PPSAPI #ifdef HAVE_PPSAPI.
150756 [Bug 1341] NMEA driver requires working PPSAPI #ifdef HAVE_PPSAPI.
208637 Isolate HAVE_PPSAPI-specific code in atom_shutdown (Dave Mills).