Home
last modified time | relevance | path

Searched refs:refclock_ppsapi (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/ntp/include/
H A Drefclock_atom.h13 extern int refclock_ppsapi(int, struct refclock_atom *);
/freebsd-14.2/contrib/ntp/ntpd/
H A Drefclock_atom.c154 return (refclock_ppsapi(up->fddev, &up->atom)); in atom_start()
H A Drefclock_wwvb.c591 if (refclock_ppsapi(pp->io.fd, &up->atom)) { in wwvb_control()
H A Drefclock_nmea.c520 if (refclock_ppsapi(up->ppsapi_fd, &up->atom)) { in nmea_control()
H A Dntp_refclock.c1429 refclock_ppsapi( in refclock_ppsapi() function
H A Drefclock_parse.c3228 if (!refclock_ppsapi(parse->ppsfd, &parse->atom)) in parse_start()