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

1 2

  /src/external/bsd/ntp/dist/util/
kern.c 19 # include "timex.h"
44 struct timeval timex; /* ripoff of kernel time variable */ variable in typeref:struct:timeval
79 timex.tv_sec = 0;
80 timex.tv_usec = MAXPHASE;
94 if (timex.tv_usec >= 1000000) {
95 timex.tv_usec -= 1000000;
96 timex.tv_sec++;
100 timez = (long)timey - timex.tv_usec;
107 timex.tv_sec, timez,
130 mtemp = timex.tv_sec - time_reftime
    [all...]
ntptime.c 95 struct timex ntv;
100 struct timex ntx, _ntx;
tickadj.c 27 # include <sys/timex.h>
32 struct timex txc;
  /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/external/bsd/ntp/dist/include/
ntp_syscall.h 12 # include <sys/timex.h>
21 extern int ntp_adjtime (struct timex *);
38 struct timex tntx;
  /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 *));
  /src/external/bsd/ntp/dist/libntp/
timexsup.c 4 * timexsup.c - 'struct timex' support functions
23 # include <sys/timex.h>
26 # include <timex.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 49 #include <sys/timex.h>
  /src/external/bsd/ntp/dist/kernel/sys/
timex.h 1 /* $NetBSD: timex.h,v 1.5 2020/05/25 20:47:20 christos Exp $ */
20 * Modification history timex.h
50 * #include <sys/timex.h>
61 * #include <sys/timex.h>
66 * struct timex *tptr pointer to timex structure
201 * Control mode codes (timex.modes)
213 * Status codes (timex.status)
261 struct timex { struct
305 extern int ntp_adjtime __P((struct timex *));
    [all...]
  /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/external/bsd/ntp/dist/ntpd/
refclock_local.c 151 struct timex ntv;
  /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/sys/compat/netbsd32/
netbsd32_time.c 42 #include <sys/timex.h>
97 struct timex ntv;

Completed in 51 milliseconds

1 2