Lines Matching defs:tx
30 struct timex tx;
39 tx.modes = ADJ_STATUS;
40 tx.status = STA_PLL;
41 ret = adjtimex(&tx);
43 tx.modes = ADJ_STATUS;
44 tx.status = 0;
45 ret = adjtimex(&tx);
60 struct timex tx;
92 tx.modes = 0;
93 adjtimex(&tx);
96 while (tx.time.tv_sec < next_leap + 1) {
98 tx.modes = ADJ_STATUS;
99 tx.status = STA_INS;
100 adjtimex(&tx);