Searched defs:timex (Results 1 – 4 of 4) sorted by relevance
/external/musl/include/sys/ |
D | timex.h | 19 struct timex { struct 20 unsigned modes; 21 long offset, freq, maxerror, esterror; 22 int status; 23 long constant, precision, tolerance; 24 struct timeval time; 25 long tick, ppsfreq, jitter; 26 int shift; 27 long stabil, jitcnt, calcnt, errcnt, stbcnt; 28 int tai; [all …]
|
/external/kernel-headers/original/uapi/linux/ |
D | timex.h | 65 struct timex { struct 66 unsigned int modes; /* mode selector */ 67 __kernel_long_t offset; /* time offset (usec) */ 68 __kernel_long_t freq; /* frequency offset (scaled ppm) */ 69 __kernel_long_t maxerror;/* maximum error (usec) */ 70 __kernel_long_t esterror;/* estimated error (usec) */ 71 int status; /* clock command/status */ 72 __kernel_long_t constant;/* pll time constant */ 73 __kernel_long_t precision;/* clock precision (usec) (read only) */ 97 struct __kernel_timex_timeval { argument
|
/external/ltp/testcases/kernel/syscalls/clock_adjtime/ |
D | clock_adjtime.h | 123 static inline int sys_clock_adjtime(clockid_t clk_id, void *timex) in sys_clock_adjtime() 128 static inline int sys_clock_adjtime64(clockid_t clk_id, void *timex) in sys_clock_adjtime64() 161 static inline void timex_show(const char *mode, struct tst_timex *timex) in timex_show() 204 static inline void *timex_get_field(struct tst_timex *timex, unsigned int field) in timex_get_field()
|
/external/mksh/src/ |
D | funcs.c | 2372 timex(struct op *t, int f, volatile int *xerrok) in timex() function
|