Home
last modified time | relevance | path

Searched refs:txc (Results 1 – 1 of 1) sorted by relevance

/external/strace/
Dtime.c330 struct timex txc; local
337 else if (umove(tcp, tcp->u_arg[0], &txc) < 0)
342 txc.mode, txc.offset, txc.frequency);
344 txc.maxerror, txc.esterror, txc.status);
346 txc.time_constant, txc.precision);
348 txc.tolerance, (long) txc.time.tv_sec,
349 (long) txc.time.tv_usec);
352 txc.modes, txc.offset, txc.freq);
354 txc.maxerror, txc.esterror, txc.status);
356 txc.constant, txc.precision);
[all …]