Home
last modified time | relevance | path

Searched refs:CIOGETEV (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ntp/kernel/sys/
H A Dppsclock.h49 #define CIOGETEV _IOR('C', 0, struct ppsclockev) /* get last pps event */ macro
52 #define CIOGETEV (CIO|0) /* get last pps event */ macro
56 #define CIOGETEV _IOR(C, 0, struct ppsclockev) /* get last pps event */ macro
59 #define CIOGETEV (CIO|0) /* get last pps event */ macro
63 #define CIOGETEV TIOCGPPSEV macro
/freebsd/contrib/ntp/include/
H A Dtimepps-SunOS.h430 #define CIOGETEV _IOR('C', 0, struct ppsclockev) /* get last pps event */ in time_pps_fetch() macro
432 #define CIOGETEV _IOR(C, 0, struct ppsclockev) /* get last pps event */ in time_pps_fetch() macro
435 if (ioctl(handle->filedes, CIOGETEV, (caddr_t) &ev) < 0) { in time_pps_fetch()
/freebsd/contrib/ntp/libparse/
H A Dparsesolaris.c498 case CIOGETEV: in parsewput()
H A Dparsestreams.c656 case CIOGETEV: in parsewput()
/freebsd/contrib/ntp/
H A Dconfigure.ac1620 # Check for ioctls CIOGETEV
1621 AC_MSG_CHECKING([for TTY PPS ioctl CIOGETEV])
1627 #ifndef CIOGETEV
1642 [Do we have the CIOGETEV ioctl (SunOS, Linux)?])
1694 #ifndef CIOGETEV
H A Dconfig.h.in363 /* Do we have the CIOGETEV ioctl (SunOS, Linux)? */
H A DCommitLog-4.1.04404 CIOGETEV via TIOCGPPSEV.
4546 * configure.in (ntp_refclock): ONCORE requires PPSAPI, CIOGETEV,
/freebsd/contrib/ntp/ntpd/
H A Drefclock_msfees.c670 request = CIOGETEV; in ees_receive()
H A Drefclock_parse.c2338 if (ioctl(parse->ppsfd, CIOGETEV, (caddr_t)&ev) == 0) in local_input()