Lines Matching defs:ntv
4191 struct ntptimeval ntv;
4198 if (Pread(Proc, &ntv, sizeof (ntv), offset)
4199 != sizeof (ntv))
4208 TIMEVAL32_TO_TIMEVAL(&ntv.time, &ntv32.time);
4209 ntv.maxerror = ntv32.maxerror;
4210 ntv.esterror = ntv32.esterror;
4214 ntv.time.tv_sec, ntv.time.tv_usec);
4215 (void) printf("\tmaxerror: %11d usec\n", ntv.maxerror);
4216 (void) printf("\testerror: %11d usec\n", ntv.esterror);