HomeSort by: relevance | last modified time | path
    Searched refs:timex (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/lib/libc/sys/
ntp_adjtime.c 42 #include <sys/timex.h>
60 int __ntp_adjtime(struct timex *);
63 ntp_adjtime(struct timex *tp)
  /src/lib/libc/compat/sys/
compat___ntp_gettime30.c 11 #include <sys/timex.h>
12 #include <compat/sys/timex.h>
15 "warning: reference to compatibility __ntp_gettime30(); include <sys/timex.h> for correct reference")
compat_ntp_gettime.c 11 #include <sys/timex.h>
12 #include <compat/sys/timex.h>
15 "warning: reference to compatibility ntp_gettime(); include <sys/timex.h> for correct reference")
  /src/sys/compat/sys/
clockctl.h 40 #include <sys/timex.h>
64 struct timex *tp;
  /src/sys/sys/
clockctl.h 40 #include <sys/timex.h>
64 struct timex *tp;
timex.h 1 /* $NetBSD: timex.h,v 1.20 2022/10/26 23:23:52 riastradh Exp $ */
23 * Modification history timex.h
50 * $FreeBSD: src/sys/sys/timex.h,v 1.18 2005/01/07 02:29:24 imp Exp $
70 * #include <sys/timex.h>
85 * #include <sys/timex.h>
90 * struct timex *tptr;
93 * Certain fields of the timex structure are interpreted in either
126 * Control mode codes (timex.modes)
142 * Status codes (timex.status)
213 struct timex { struct
    [all...]
compat_stub.h 53 struct timex;
57 extern void (*vec_ntp_adjtime1)(struct timex *);
62 MODULE_HOOK(ntp_adjtime1_hook, int, (struct timex *));
Makefile 47 timex.h tls.h trace.h tree.h tty.h ttychars.h ttycom.h \
  /src/sys/compat/common/
kern_time_30.c 42 #include <sys/timex.h>
51 #include <compat/sys/timex.h>
clockctl_50.c 48 #include <sys/timex.h>
kern_time_50.c 56 #include <sys/timex.h>
70 #include <compat/sys/timex.h>
  /src/sys/kern/
compat_stub.c 43 #include <sys/timex.h>
55 void (*vec_ntp_adjtime1)(struct timex *) = ntp_adjtime1;
59 void (*vec_ntp_adjtime1)(struct timex *) = NULL;
kern_ntptime.c 75 #include <sys/timex.h>
82 #include <compat/sys/timex.h>
259 syscallarg(struct timex *) tp;
261 struct timex ntv;
283 ntp_adjtime1(struct timex *ntv)
subr_time.c 48 #include <sys/timex.h>
kern_clock.c 88 #include <sys/timex.h>
  /src/sys/dev/hyperv/
hypervvar.h 41 #include <sys/timex.h>
  /src/sys/compat/freebsd/
freebsd_timex.h 20 * Modification history timex.h
47 * #include <sys/timex.h>
58 * #include <sys/timex.h>
63 * struct timex *tptr pointer to timex structure
195 * Control mode codes (timex.modes)
207 * Status codes (timex.status)
298 extern int ntp_adjtime(struct timex *);
  /src/sys/dev/
clockctl.c 49 #include <sys/timex.h>
246 struct timex ntv;
  /src/games/hack/
hack.do.c 559 set_wounded_legs(long side, int timex)
562 Wounded_legs |= side + timex;
  /src/bin/ksh/
proto.h 49 int timex ARGS((struct op *, int));
c_sh.c 723 timex(t, f) function
  /src/sys/compat/netbsd32/
netbsd32_time.c 42 #include <sys/timex.h>
97 struct timex ntv;
netbsd32_conv.h 44 #include <sys/timex.h>
433 netbsd32_from_timex(const struct timex *txp, struct netbsd32_timex *tx32p)
457 netbsd32_to_timex(const struct netbsd32_timex *tx32p, struct timex *txp)
netbsd32_compat_50.c 51 #include <sys/timex.h>
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 127 #include <sys/timex.h>
245 unsigned struct_timex_sz = sizeof(struct timex);

Completed in 46 milliseconds

1 2