HomeSort by relevance Sort by last modified time
    Searched full:txc (Results 1 - 1 of 1) sorted by null

  /external/strace/
time.c 330 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)
    [all...]

Completed in 120 milliseconds