Home
last modified time | relevance | path

Searched defs:ppsclockev (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/ntp/kernel/sys/
H A Dppsclock.h41 struct ppsclockev { struct
49 #define CIOGETEV _IOR('C', 0, struct ppsclockev) /* get last pps event */ argument
/freebsd-src/contrib/ntp/include/
H A Dtimepps-SunOS.h393 struct ppsclockev { in time_pps_fetch() struct
394 struct timeval tv; in time_pps_fetch()
395 u_int serial; in time_pps_fetch()
H A Dtimepps-Solaris.h459 struct ppsclockev { in time_pps_fetch() struct
460 struct timeval tv; in time_pps_fetch()
461 u_int serial; in time_pps_fetch()
/freebsd-src/contrib/ntp/ntpd/
H A Drefclock_mx4200.c71 struct ppsclockev { struct
73 struct timespec tv;
77 u_int serial;
H A Drefclock_msfees.c665 struct ppsclockev ppsclockev; in ees_receive() local