Home
last modified time | relevance | path

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

12

/freebsd/contrib/ntp/util/
H A Dkern.c42 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 Dntptime.c93 struct timex ntv; in main()
98 struct timex ntx, _ntx; in main()
H A Dtickadj.c30 struct timex txc;
/freebsd/contrib/ntp/include/
H A Dntp_syscall.h19 extern int ntp_adjtime (struct timex *);
36 struct timex tntx; in ntp_gettime()
/freebsd/contrib/ntp/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.h259 struct timex { struct
303 extern int ntp_adjtime __P((struct timex *)); argument
H A DMakefile.am2 pcl720.h ppsclock.h timex.h tpro.h tt560_api.h
H A DMakefile.in447 pcl720.h ppsclock.h timex.h tpro.h tt560_api.h
/freebsd/sys/sys/
H A Dtimex.h127 struct timex { struct
162 int ntp_adjtime(struct timex *); argument
H A Dsyscallsubr.h66 struct timex;
259 int kern_ntp_adjtime(struct thread *td, struct timex *ntv, int *retvalp);
/freebsd/contrib/ntp/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.
/freebsd/sbin/ipf/iplang/
H A DBNF51 "echo" | "routerad" | "routersol" | "timex" |
52 "timex" "{" timextype "}" ";" | "paramprob" |
/freebsd/contrib/netbsd-tests/ipf/regress/
H A Di831 pass in proto icmp all icmp-type timex
62 pass in proto icmp all icmp-type timex
/freebsd/contrib/ntp/ntpd/
H A Drefclock_local.c149 struct timex ntv; in local_poll()
H A Dntp_loopfilter.c91 * 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 Dpf0011.in18 pass in inet6 proto ipv6-icmp all icmp6-type timex code reassemb
H A Dpf0011.ok18 pass in inet6 proto ipv6-icmp all icmp6-type timex code reassemb keep state
/freebsd/sys/kern/
H A Dkern_ntptime.c345 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 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
/freebsd/share/examples/ipfilter/
H A DBNF55 "timex" | "paramprob" | "timest" | "timestrep" | "inforeq" |
/freebsd/lib/libsys/
H A D_libsys.h61 struct timex;
174 typedef int (__sys_ntp_adjtime_t)(struct timex *);
574 int __sys_ntp_adjtime(struct timex * tp);
/freebsd/contrib/ntp/
H A Dconfigure.ac302 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 Dsanitizer_platform_limits_posix.cpp300 unsigned struct_timex_sz = sizeof(struct timex);
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_libntp.m4803 #include <sys/timex.h>
/freebsd/tests/sys/audit/
H A Dadministrative.c227 struct timex timebuff; in ATF_TC_BODY()

12