/freebsd/contrib/ntp/util/ |
H A D | kern.c | 42 struct timeval timex; /* ripoff of kernel time variable */ variable 77 timex.tv_sec = 0; in main() 78 timex.tv_usec = MAXPHASE; in main() 92 if (timex.tv_usec >= 1000000) { in main() 93 timex.tv_usec -= 1000000; in main() 94 timex.tv_sec++; in main() 98 timez = (long)timey - timex.tv_usec; in main() 105 timex.tv_sec, timez, in main() 128 mtemp = timex.tv_sec - time_reftime; in hardupdate() 129 time_reftime = timex.tv_sec; in hardupdate() [all …]
|
H A D | ntptime.c | 93 struct timex ntv; in main() 98 struct timex ntx, _ntx; in main()
|
H A D | tickadj.c | 30 struct timex txc;
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_syscall.h | 19 extern int ntp_adjtime (struct timex *); 36 struct timex tntx; in ntp_gettime()
|
/freebsd/contrib/ntp/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 | 259 struct timex { struct 303 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
|
H A D | Makefile.in | 447 pcl720.h ppsclock.h timex.h tpro.h tt560_api.h
|
/freebsd/sys/sys/ |
H A D | timex.h | 127 struct timex { struct 162 int ntp_adjtime(struct timex *); argument
|
H A D | syscallsubr.h | 66 struct timex; 259 int kern_ntp_adjtime(struct thread *td, struct timex *ntv, int *retvalp);
|
/freebsd/contrib/ntp/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.
|
/freebsd/sbin/ipf/iplang/ |
H A D | BNF | 51 "echo" | "routerad" | "routersol" | "timex" | 52 "timex" "{" timextype "}" ";" | "paramprob" |
|
/freebsd/contrib/netbsd-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
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_local.c | 149 struct timex ntv; in local_poll()
|
H A D | ntp_loopfilter.c | 91 * header file /usr/include/sys/timex.h. The third and current version 136 static struct timex ntv; /* ntp_adjtime() parameters */ 241 struct timex *ptimex, /* pointer to struct timex */ in ntp_adjtime_error_handler() 259 msyslog(LOG_ERR, "%s: %s line %d: invalid struct timex pointer: 0x%lx", in ntp_adjtime_error_handler() 265 msyslog(LOG_ERR, "%s: %s line %d: invalid struct timex \"constant\" element value: %ld", in ntp_adjtime_error_handler()
|
/freebsd/sbin/pfctl/tests/files/ |
H A D | pf0011.in | 18 pass in inet6 proto ipv6-icmp all icmp6-type timex code reassemb
|
H A D | pf0011.ok | 18 pass in inet6 proto ipv6-icmp all icmp6-type timex code reassemb keep state
|
/freebsd/sys/kern/ |
H A D | kern_ntptime.c | 345 kern_ntp_adjtime(struct thread *td, struct timex *ntv, int *retvalp) in kern_ntp_adjtime() 476 struct timex *tp; 483 struct timex ntv; in sys_ntp_adjtime()
|
/freebsd/contrib/netbsd-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
|
/freebsd/share/examples/ipfilter/ |
H A D | BNF | 55 "timex" | "paramprob" | "timest" | "timestrep" | "inforeq" |
|
/freebsd/lib/libsys/ |
H A D | _libsys.h | 61 struct timex; 174 typedef int (__sys_ntp_adjtime_t)(struct timex *); 574 int __sys_ntp_adjtime(struct timex * tp);
|
/freebsd/contrib/ntp/ |
H A D | configure.ac | 302 AC_CHECK_HEADERS([termios.h timepps.h timex.h unistd.h]) 517 AC_CHECK_HEADERS([sys/timex.h], [], [], [ 795 # include <sys/timex.h> 798 # include <timex.h> 1509 [if sys/timex.h has STA_FLL], 1514 #include <sys/timex.h>
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_posix.cpp | 300 unsigned struct_timex_sz = sizeof(struct timex);
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | ntp_libntp.m4 | 803 #include <sys/timex.h>
|
/freebsd/tests/sys/audit/ |
H A D | administrative.c | 227 struct timex timebuff; in ATF_TC_BODY()
|