Home
last modified time | relevance | path

Searched refs:timex (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtimex.h220 struct timex { struct
244 int ntp_adjtime(struct timex *); argument
H A DMakefile616 timex.h \
/illumos-gate/usr/src/uts/common/syscall/
H A Dntptime.c145 ntp_adjtime(struct timex *tp) in ntp_adjtime()
147 struct timex ntv; in ntp_adjtime()
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c4109 struct timex timex; in show_ntp_adjtime() local
4115 if (Pread(Proc, &timex, sizeof (timex), offset) != sizeof (timex)) in show_ntp_adjtime()
4119 (void) printf("\toffset: %11d usec\n", timex.offset); in show_ntp_adjtime()
4121 (void) printf("\tmaxerror: %11d usec\n", timex.maxerror); in show_ntp_adjtime()
4124 (void) printf("\tconstant: %11d\n", timex.constant); in show_ntp_adjtime()
4128 (void) printf("\tjitter: %11d usec\n", timex.jitter); in show_ntp_adjtime()
4129 (void) printf("\tshift: %11d sec\n", timex.shift); in show_ntp_adjtime()
4131 (void) printf("\tjitcnt: %11d\n", timex.jitcnt); in show_ntp_adjtime()
4132 (void) printf("\tcalcnt: %11d\n", timex.calcnt); in show_ntp_adjtime()
4133 (void) printf("\terrcnt: %11d\n", timex.errcnt); in show_ntp_adjtime()
[all …]
/illumos-gate/usr/src/cmd/sa/
H A DMakefile42 TIMEX= timex
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-accounting-legacy.p5m52 file path=usr/bin/timex group=sys mode=0555
98 file path=usr/share/man/man1/timex.1
H A Dsystem-header.p5m1427 file path=usr/include/sys/timex.h
/illumos-gate/usr/src/man/man1/
H A DMakefile371 timex.1 \
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.implicit_dependencies.no_structs351timex)->modes, (struct timex)->offset, (struct timex)->freq, (struct timex)->maxerror, (struct tim…
370timex)->modes, (struct timex)->offset, (struct timex)->freq, (struct timex)->maxerror, (struct tim…
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c288 int ntp_adjtime(struct timex *);