Lines Matching refs:timex
4123 struct timex timex; in show_ntp_adjtime() local
4129 if (Pread(Proc, &timex, sizeof (timex), offset) != sizeof (timex)) in show_ntp_adjtime()
4132 (void) printf("\tmodes: %s\n", get_timex_modes(pri, timex.modes)); in show_ntp_adjtime()
4133 (void) printf("\toffset: %11d usec\n", timex.offset); in show_ntp_adjtime()
4134 (void) printf("\tfreq: %11d scaled ppm\n", timex.freq); in show_ntp_adjtime()
4135 (void) printf("\tmaxerror: %11d usec\n", timex.maxerror); in show_ntp_adjtime()
4136 (void) printf("\testerror: %11d usec\n", timex.esterror); in show_ntp_adjtime()
4137 (void) printf("\tstatus: %s\n", get_timex_status(pri, timex.status)); in show_ntp_adjtime()
4138 (void) printf("\tconstant: %11d\n", timex.constant); in show_ntp_adjtime()
4139 (void) printf("\tprecision: %11d usec\n", timex.precision); in show_ntp_adjtime()
4140 (void) printf("\ttolerance: %11d scaled ppm\n", timex.tolerance); in show_ntp_adjtime()
4141 (void) printf("\tppsfreq: %11d scaled ppm\n", timex.ppsfreq); in show_ntp_adjtime()
4142 (void) printf("\tjitter: %11d usec\n", timex.jitter); in show_ntp_adjtime()
4143 (void) printf("\tshift: %11d sec\n", timex.shift); in show_ntp_adjtime()
4144 (void) printf("\tstabil: %11d scaled ppm\n", timex.stabil); in show_ntp_adjtime()
4145 (void) printf("\tjitcnt: %11d\n", timex.jitcnt); in show_ntp_adjtime()
4146 (void) printf("\tcalcnt: %11d\n", timex.calcnt); in show_ntp_adjtime()
4147 (void) printf("\terrcnt: %11d\n", timex.errcnt); in show_ntp_adjtime()
4148 (void) printf("\tstbcnt: %11d\n", timex.stbcnt); in show_ntp_adjtime()