Searched refs:tntx (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/ntp/include/
H A Dntp_syscall.h36 struct timex tntx; local
39 ZERO(tntx);
40 result = ntp_adjtime(&tntx);
41 ntv->time = tntx.time;
42 ntv->maxerror = tntx.maxerror;
43 ntv->esterror = tntx.esterror;
46 ntv->tai = tntx.tai;

Completed in 101 milliseconds