Lines Matching refs:tx
45 struct_timex tx; in MPERS_PRINTER_DECL() local
47 if (umove_or_printaddr(tcp, addr, &tx)) in MPERS_PRINTER_DECL()
51 printflags(adjtimex_modes, tx.modes, "ADJ_???"); in MPERS_PRINTER_DECL()
53 (intmax_t) tx.offset, (intmax_t) tx.freq, in MPERS_PRINTER_DECL()
54 (uintmax_t) tx.maxerror, (uintmax_t) tx.esterror); in MPERS_PRINTER_DECL()
55 printflags(adjtimex_status, tx.status, "STA_???"); in MPERS_PRINTER_DECL()
57 (intmax_t) tx.constant, (uintmax_t) tx.precision, in MPERS_PRINTER_DECL()
58 (intmax_t) tx.tolerance); in MPERS_PRINTER_DECL()
60 (intmax_t) tx.time.tv_sec, (intmax_t) tx.time.tv_usec); in MPERS_PRINTER_DECL()
62 (intmax_t) tx.tick, (intmax_t) tx.ppsfreq, (intmax_t) tx.jitter); in MPERS_PRINTER_DECL()
64 tx.shift, (intmax_t) tx.stabil, (intmax_t) tx.jitcnt); in MPERS_PRINTER_DECL()
66 (intmax_t) tx.calcnt, (intmax_t) tx.errcnt, (intmax_t) tx.stbcnt); in MPERS_PRINTER_DECL()
68 tprintf(", tai=%d", tx.tai); in MPERS_PRINTER_DECL()