Home
last modified time | relevance | path

Searched refs:refclock_ioctl (Results 1 – 3 of 3) sorted by relevance

/src/contrib/ntp/ntpd/
H A Dntp_refclock.c73 static int refclock_ioctl(int, u_int);
996 if (!refclock_ioctl(fd, lflags)) { in refclock_open()
1226 refclock_ioctl( in refclock_ioctl() function
/src/contrib/ntp/
H A DCommitLog-4.1.01482 (refclock_open, refclock_ioctl): Use `TTY' from ntp_tty.h.
3809 * ntpd/ntp_refclock.c (refclock_ioctl): PPS cleanup
3823 * ntpd/ntp_refclock.c (refclock_ioctl): Declaration cleanup.
4249 * ntpd/ntp_refclock.c (refclock_ioctl): Ditto
4712 * ntpd/ntp_refclock.c (refclock_ioctl): We don't want
4919 * ntpd/ntp_refclock.c (refclock_ioctl): Typo.
5023 * ntpd/ntp_refclock.c (refclock_ioctl): Use TIOCPPS if we have it.
5024 (refclock_ioctl): Use LDISC_CLKPPS, not LDISC_PPS when deciding
H A DCommitLog142106 Remove refclock_ioctl() declaration, it's private to ntp_refclock.c