Lines Matching refs:timex

4295 	struct timex timex;  in show_ntp_adjtime()  local
4301 if (Pread(Proc, &timex, sizeof (timex), offset) != sizeof (timex)) in show_ntp_adjtime()
4304 (void) printf("\tmodes: %s\n", get_timex_modes(pri, timex.modes)); in show_ntp_adjtime()
4305 (void) printf("\toffset: %11d usec\n", timex.offset); in show_ntp_adjtime()
4306 (void) printf("\tfreq: %11d scaled ppm\n", timex.freq); in show_ntp_adjtime()
4307 (void) printf("\tmaxerror: %11d usec\n", timex.maxerror); in show_ntp_adjtime()
4308 (void) printf("\testerror: %11d usec\n", timex.esterror); in show_ntp_adjtime()
4309 (void) printf("\tstatus: %s\n", get_timex_status(pri, timex.status)); in show_ntp_adjtime()
4310 (void) printf("\tconstant: %11d\n", timex.constant); in show_ntp_adjtime()
4311 (void) printf("\tprecision: %11d usec\n", timex.precision); in show_ntp_adjtime()
4312 (void) printf("\ttolerance: %11d scaled ppm\n", timex.tolerance); in show_ntp_adjtime()
4313 (void) printf("\tppsfreq: %11d scaled ppm\n", timex.ppsfreq); in show_ntp_adjtime()
4314 (void) printf("\tjitter: %11d usec\n", timex.jitter); in show_ntp_adjtime()
4315 (void) printf("\tshift: %11d sec\n", timex.shift); in show_ntp_adjtime()
4316 (void) printf("\tstabil: %11d scaled ppm\n", timex.stabil); in show_ntp_adjtime()
4317 (void) printf("\tjitcnt: %11d\n", timex.jitcnt); in show_ntp_adjtime()
4318 (void) printf("\tcalcnt: %11d\n", timex.calcnt); in show_ntp_adjtime()
4319 (void) printf("\terrcnt: %11d\n", timex.errcnt); in show_ntp_adjtime()
4320 (void) printf("\tstbcnt: %11d\n", timex.stbcnt); in show_ntp_adjtime()