| /netbsd-src/external/bsd/ntp/dist/util/ |
| H A D | kern.c | 44 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 D | ntptime.c | 95 struct timex ntv; in main() 100 struct timex ntx, _ntx; in main()
|
| H A D | tickadj.c | 32 struct timex txc;
|
| /netbsd-src/sys/sys/ |
| H A D | timex.h | 213 struct timex { struct 245 void ntp_adjtime1(struct timex *); argument 259 int ntp_adjtime(struct timex *);
|
| H A D | compat_stub.h | 53 struct timex; 57 extern void (*vec_ntp_adjtime1)(struct timex *);
|
| H A D | clockctl.h | 64 struct timex *tp;
|
| H A D | Makefile | 47 timex.h tls.h trace.h tree.h tty.h ttychars.h ttycom.h \
|
| /netbsd-src/lib/libc/sys/ |
| H A D | ntp_adjtime.c | 60 int __ntp_adjtime(struct timex *); 63 ntp_adjtime(struct timex *tp) in ntp_adjtime()
|
| /netbsd-src/external/bsd/ntp/dist/include/ |
| H A D | ntp_syscall.h | 21 extern int ntp_adjtime (struct timex *); 38 struct timex tntx; in ntp_gettime()
|
| /netbsd-src/external/bsd/ntp/dist/kernel/sys/ |
| H A D | README | 7 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 D | timex.h | 261 struct timex { struct 305 extern int ntp_adjtime __P((struct timex *)); argument
|
| H A D | Makefile.am | 2 pcl720.h ppsclock.h timex.h tpro.h tt560_api.h
|
| /netbsd-src/sys/kern/ |
| H A D | compat_stub.c | 55 void (*vec_ntp_adjtime1)(struct timex *) = ntp_adjtime1; 59 void (*vec_ntp_adjtime1)(struct timex *) = NULL;
|
| H A D | kern_ntptime.c | 261 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 D | solaris.xtra.4095849 | 13 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 D | BNF | 51 "echo" | "routerad" | "routersol" | "timex" | 52 "timex" "{" timextype "}" ";" | "paramprob" |
|
| /netbsd-src/sys/compat/sys/ |
| H A D | clockctl.h | 64 struct timex *tp;
|
| /netbsd-src/sys/compat/freebsd/ |
| H A D | freebsd_timex.h | 298 extern int ntp_adjtime(struct timex *);
|
| /netbsd-src/tests/ipf/regress/ |
| H A D | i8 | 31 pass in proto icmp all icmp-type timex 62 pass in proto icmp all icmp-type timex
|
| /netbsd-src/games/hack/ |
| H A D | hack.do.c | 559 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 D | i8 | 33 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 D | clockctl.c | 246 struct timex ntv; in clockctlioctl()
|
| /netbsd-src/external/bsd/ipf/dist/ |
| H A D | BNF | 55 "timex" | "paramprob" | "timest" | "timestrep" | "inforeq" |
|
| /netbsd-src/external/bsd/ipf/dist/tools/ |
| H A D | BNF.ipf | 54 "timex" | "paramprob" | "timest" | "timestrep" | "inforeq" |
|
| /netbsd-src/bin/ksh/ |
| H A D | proto.h | 49 int timex ARGS((struct op *, int));
|