Searched refs:CIOGETEV (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/ntp/kernel/sys/ |
H A D | ppsclock.h | 49 #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 D | timepps-SunOS.h | 430 #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 D | parsesolaris.c | 498 case CIOGETEV: in parsewput()
|
H A D | parsestreams.c | 656 case CIOGETEV: in parsewput()
|
/freebsd/contrib/ntp/ |
H A D | configure.ac | 1620 # 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 D | config.h.in | 363 /* Do we have the CIOGETEV ioctl (SunOS, Linux)? */
|
H A D | CommitLog-4.1.0 | 4404 CIOGETEV via TIOCGPPSEV. 4546 * configure.in (ntp_refclock): ONCORE requires PPSAPI, CIOGETEV,
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_msfees.c | 670 request = CIOGETEV; in ees_receive()
|
H A D | refclock_parse.c | 2338 if (ioctl(parse->ppsfd, CIOGETEV, (caddr_t)&ev) == 0) in local_input()
|