Home
last modified time | relevance | path

Searched defs:timex (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dtimex.h64 struct timex { struct
65 unsigned int modes; /* mode selector */
66 __kernel_long_t offset; /* time offset (usec) */
67 __kernel_long_t freq; /* frequency offset (scaled ppm) */
68 __kernel_long_t maxerror;/* maximum error (usec) */
69 __kernel_long_t esterror;/* estimated error (usec) */
70 int status; /* clock command/status */
71 __kernel_long_t constant;/* pll time constant */
72 __kernel_long_t precision;/* clock precision (usec) (read only) */
96 * Mode codes (timex.mode) argument
/external/mksh/src/
Dfuncs.c2614 timex(struct op *t, int f, volatile int *xerrok) in timex() function