Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/kernel/sys/
H A Dppsclock.h43 struct ppsclockev { struct
51 #define CIOGETEV _IOR('C', 0, struct ppsclockev) /* get last pps event */ argument
/netbsd-src/external/bsd/ntp/dist/include/
H A Dtimepps-SunOS.h395 struct ppsclockev { in time_pps_fetch() struct
396 struct timeval tv; in time_pps_fetch()
397 u_int serial; in time_pps_fetch()
H A Dtimepps-Solaris.h461 struct ppsclockev { in time_pps_fetch() struct
462 struct timeval tv; in time_pps_fetch()
463 u_int serial; in time_pps_fetch()
/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Drefclock_msfees.c667 struct ppsclockev ppsclockev; in ees_receive() local