Lines Matching defs:netbsd32_timex
967 struct netbsd32_timex { struct
968 unsigned int modes; /* clock mode bits (wo) */
969 netbsd32_long offset; /* time offset (us) (rw) */
970 netbsd32_long freq; /* frequency offset (scaled ppm) (rw) */
971 netbsd32_long maxerror; /* maximum error (us) (rw) */
972 netbsd32_long esterror; /* estimated error (us) (rw) */
973 int status; /* clock status bits (rw) */
974 netbsd32_long constant; /* pll time constant (rw) */
975 netbsd32_long precision; /* clock precision (us) (ro) */
976 netbsd32_long tolerance; /* clock frequency tolerance (scaled
983 netbsd32_long ppsfreq; /* pps frequency (scaled ppm) (ro) */
984 netbsd32_long jitter; /* pps jitter (us) (ro) */
985 int shift; /* interval duration (s) (shift) (ro) */
986 netbsd32_long stabil; /* pps stability (scaled ppm) (ro) */
987 netbsd32_long jitcnt; /* jitter limit exceeded (ro) */
988 netbsd32_long calcnt; /* calibration intervals (ro) */
989 netbsd32_long errcnt; /* calibration errors (ro) */
990 netbsd32_long stbcnt; /* stability limit exceeded (ro) */