Searched refs:timex (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/ntp/kernel/sys/
H A DMakefile.am2 pcl720.h ppsclock.h timex.h tpro.h tt560_api.h
H A Dtimex.h18 * Modification history timex.h
48 * #include <sys/timex.h>
59 * #include <sys/timex.h>
64 * struct timex *tptr pointer to timex structure
199 * Control mode codes (timex.modes)
211 * Status codes (timex.status)
259 struct timex { struct
303 extern int ntp_adjtime __P((struct timex *));
H A DMakefile.in448 pcl720.h ppsclock.h timex.h tpro.h tt560_api.h
/freebsd-11-stable/contrib/ntp/util/
H A Dkern.c17 # include "timex.h"
42 struct timeval timex; /* ripoff of kernel time variable */ variable in typeref:struct:timeval
77 timex.tv_sec = 0;
78 timex.tv_usec = MAXPHASE;
92 if (timex.tv_usec >= 1000000) {
93 timex.tv_usec -= 1000000;
94 timex.tv_sec++;
98 timez = (long)timey - timex.tv_usec;
105 timex.tv_sec, timez,
128 mtemp = timex
[all...]
H A Dntptime.c93 struct timex ntv;
98 struct timex ntx, _ntx;
H A Dtickadj.c25 # include <sys/timex.h>
30 struct timex txc;
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_syscall.h10 # include <sys/timex.h>
19 extern int ntp_adjtime (struct timex *);
36 struct timex tntx;
/freebsd-11-stable/contrib/ntp/libntp/
H A Dtimexsup.c2 * timexsup.c - 'struct timex' support functions
14 # include <sys/timex.h>
/freebsd-11-stable/sys/sys/
H A Dtimex.h63 * Control mode codes (timex.modes)
79 * Status codes (timex.status)
129 struct timex { struct
164 int ntp_adjtime(struct timex *);
H A Dsysproto.h538 char tp_l_[PADL_(struct timex *)]; struct timex * tp; char tp_r_[PADR_(struct timex *)];
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_local.c149 struct timex ntv;
H A Dntp_loopfilter.c91 * header file /usr/include/sys/timex.h. The third and current version
139 static struct timex ntv; /* ntp_adjtime() parameters */
244 struct timex *ptimex, /* pointer to struct timex */
262 msyslog(LOG_ERR, "%s: %s line %d: invalid struct timex pointer: 0x%lx",
268 msyslog(LOG_ERR, "%s: %s line %d: invalid struct timex \"constant\" element value: %ld",
H A Dntp_request.c2439 struct timex ntx;
H A Dntp_control.c1922 static struct timex ntx;
/freebsd-11-stable/sys/kern/
H A Dkern_ntptime.c48 #include <sys/timex.h>
274 * See the timex.h header file for synopsis and API description. Note that
336 * See the timex.h header file for synopsis and API description. Note that
337 * the timex.constant structure member has a dual purpose to set the time
342 struct timex *tp;
349 struct timex ntv; /* temporary structure */
H A Dkern_tc.c40 #include <sys/timex.h>
/freebsd-11-stable/tests/sys/audit/
H A Dadministrative.c35 #include <sys/timex.h>
229 struct timex timebuff;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp128 #include <sys/timex.h>
248 unsigned struct_timex_sz = sizeof(struct timex);
H A Dsanitizer_platform_limits_netbsd.cpp99 #include <sys/timex.h>
285 unsigned struct_timex_sz = sizeof(struct timex);
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c21 # include <sys/timex.h>
/freebsd-11-stable/contrib/ntp/
H A Dconfigure24460 #include <sys/timex.h>
25822 for ac_header in termios.h timepps.h timex.h unistd.h
26526 for ac_header in sys/timex.h
26528 ac_fn_c_check_header_compile "$LINENO" "sys/timex.h" "ac_cv_header_sys_timex_h" "
27031 # include <sys/timex.h>
27034 # include <timex.h>
28390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if sys/timex.h has STA_FLL" >&5
28391 $as_echo_n "checking if sys/timex.h has STA_FLL... " >&6; }
28398 #include <sys/timex.h>

Completed in 325 milliseconds