Lines Matching refs:tx
30 struct timex tx;
31 tx.offset = ADJ_OFFSET;
32 tx.tick = ADJ_TICK;
33 tx.maxerror = ADJ_MAXERROR;
34 tx.esterror = ADJ_ESTERROR;
35 tx.constant = ADJ_TIMECONST;
36 tx.freq = ADJ_FREQUENCY;
37 tx.status = ADJ_STATUS;
38 tx.precision = 1;
39 tx.tolerance = 1;
40 tx.ppsfreq = 1;
41 tx.jitter = 1;
42 tx.stabil = 1;
43 tx.jitcnt = 1;
44 tx.calcnt = 1;
45 tx.errcnt = 1;
46 tx.stbcnt = 1;
47 int result = adjtimex(&tx);
58 struct timex tx;
59 tx.offset = ADJ_OFFSET;
60 tx.tick = ADJ_TICK;
61 tx.maxerror = ADJ_MAXERROR;
62 tx.esterror = ADJ_ESTERROR;
63 tx.constant = ADJ_TIMECONST;
64 tx.freq = ADJ_FREQUENCY;
65 tx.status = ADJ_STATUS;
66 tx.precision = 1;
67 tx.tolerance = 1;
68 tx.ppsfreq = 1;
69 tx.jitter = 1;
70 tx.stabil = 1;
71 tx.jitcnt = 1;
72 tx.calcnt = 1;
73 tx.errcnt = 1;
74 tx.stbcnt = 1;
75 int result = __adjtimex_time64(&tx);