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

/illumos-gate/usr/src/uts/common/sys/
H A Dtimex.h148 * Control mode codes (timex.modes)
160 * Status codes (timex.status)
220 struct timex { struct
244 int ntp_adjtime(struct timex *);
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c45 #include <sys/timex.h>
4295 struct timex timex; local
4301 if (Pread(Proc, &timex, sizeof (timex), offset) != sizeof (timex))
4304 (void) printf("\tmodes: %s\n", get_timex_modes(pri, timex.modes));
4305 (void) printf("\toffset: %11d usec\n", timex.offset);
4306 (void) printf("\tfreq: %11d scaled ppm\n", timex.freq);
4307 (void) printf("\tmaxerror: %11d usec\n", timex
[all...]

Completed in 237 milliseconds