Home
last modified time | relevance | path

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

12

/netbsd-src/external/bsd/ntp/dist/util/
H A Dkern.c44 struct timeval timex; /* ripoff of kernel time variable */ variable
79 timex.tv_sec = 0; in main()
80 timex.tv_usec = MAXPHASE; in main()
94 if (timex.tv_usec >= 1000000) { in main()
95 timex.tv_usec -= 1000000; in main()
96 timex.tv_sec++; in main()
100 timez = (long)timey - timex.tv_usec; in main()
107 timex.tv_sec, timez, in main()
130 mtemp = timex.tv_sec - time_reftime; in hardupdate()
131 time_reftime = timex.tv_sec; in hardupdate()
[all …]
H A Dntptime.c95 struct timex ntv; in main()
100 struct timex ntx, _ntx; in main()
H A Dtickadj.c32 struct timex txc;
/netbsd-src/sys/sys/
H A Dtimex.h213 struct timex { struct
245 void ntp_adjtime1(struct timex *); argument
259 int ntp_adjtime(struct timex *);
H A Dcompat_stub.h53 struct timex;
57 extern void (*vec_ntp_adjtime1)(struct timex *);
H A Dclockctl.h64 struct timex *tp;
H A DMakefile47 timex.h tls.h trace.h tree.h tty.h ttychars.h ttycom.h \
/netbsd-src/lib/libc/sys/
H A Dntp_adjtime.c60 int __ntp_adjtime(struct timex *);
63 ntp_adjtime(struct timex *tp) in ntp_adjtime()
/netbsd-src/external/bsd/ntp/dist/include/
H A Dntp_syscall.h21 extern int ntp_adjtime (struct timex *);
38 struct timex tntx; in ntp_gettime()
/netbsd-src/external/bsd/ntp/dist/kernel/sys/
H A DREADME7 installation process requires the header file /usr/include/sys/timex.h
8 for the particular architecture to be in place. The file timex.h included
H A Dtimex.h261 struct timex { struct
305 extern int ntp_adjtime __P((struct timex *)); argument
H A DMakefile.am2 pcl720.h ppsclock.h timex.h tpro.h tt560_api.h
/netbsd-src/sys/kern/
H A Dcompat_stub.c55 void (*vec_ntp_adjtime1)(struct timex *) = ntp_adjtime1;
59 void (*vec_ntp_adjtime1)(struct timex *) = NULL;
H A Dkern_ntptime.c261 struct timex ntv; in sys_ntp_adjtime()
283 ntp_adjtime1(struct timex *ntv) in ntp_adjtime1()
/netbsd-src/external/bsd/ntp/dist/html/hints/
H A Dsolaris.xtra.409584913 system call, from the 'constant' element of the timex structure argument.
16 Never set the constant element of the timex structure passed to ntp_adjtime to
73 system call, from the 'constant' element of the timex structure argument.
/netbsd-src/external/bsd/ipf/dist/iplang/
H A DBNF51 "echo" | "routerad" | "routersol" | "timex" |
52 "timex" "{" timextype "}" ";" | "paramprob" |
/netbsd-src/sys/compat/sys/
H A Dclockctl.h64 struct timex *tp;
/netbsd-src/sys/compat/freebsd/
H A Dfreebsd_timex.h298 extern int ntp_adjtime(struct timex *);
/netbsd-src/tests/ipf/regress/
H A Di831 pass in proto icmp all icmp-type timex
62 pass in proto icmp all icmp-type timex
/netbsd-src/games/hack/
H A Dhack.do.c559 set_wounded_legs(long side, int timex) in set_wounded_legs() argument
562 Wounded_legs |= side + timex; in set_wounded_legs()
/netbsd-src/tests/ipf/expected/
H A Di833 pass in inet proto icmp from any to any icmp-type timex
66 pass in inet proto icmp from any to any icmp-type timex
/netbsd-src/sys/dev/
H A Dclockctl.c246 struct timex ntv; in clockctlioctl()
/netbsd-src/external/bsd/ipf/dist/
H A DBNF55 "timex" | "paramprob" | "timest" | "timestrep" | "inforeq" |
/netbsd-src/external/bsd/ipf/dist/tools/
H A DBNF.ipf54 "timex" | "paramprob" | "timest" | "timestrep" | "inforeq" |
/netbsd-src/bin/ksh/
H A Dproto.h49 int timex ARGS((struct op *, int));

12