Home
last modified time | relevance | path

Searched refs:ntp_adjtime (Results 1 – 25 of 759) sorted by relevance

12345678910>>...31

/dports/net/ntp/ntp-4.2.8p15/html/hints/
H A Dsolaris.xtra.409584912 time_constant defaults to 0. The only place it is set is in the ntp_adjtime
16 Never set the constant element of the timex structure passed to ntp_adjtime to
32 The easiest way to disable ntp_adjtime option is(without changing
40 does not use ntp_adjtime() system call. This prevents it from panic'ng
45 I complied a new xntpd binary this way and it does nothave any ntp_adjtime()
52 grep ntp_adjtime
53 354:adj_frequency: ntp_adjtime failed: %m
54 357:loop_config: ntp_adjtime() failed: %m
55 435:get_kernel_info: ntp_adjtime() failed: %m
61 xntpd.nopll | grep ntp_adjtime
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/glibc-functions/
H A Dntp_adjtime.texi1 @node ntp_adjtime
2 @subsection @code{ntp_adjtime}
3 @findex ntp_adjtime
15 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/ntp_adjtime.3.html,,man ntp_adjtime}.
/dports/devel/gnulib/gnulib-20140202-stable/doc/glibc-functions/
H A Dntp_adjtime.texi1 @node ntp_adjtime
2 @subsection @code{ntp_adjtime}
3 @findex ntp_adjtime
/dports/net/ntp/ntp-4.2.8p15/include/
H A Dntp_syscall.h15 # define ntp_adjtime(t) syscall(SYS_ntp_adjtime, (t)) macro
19 extern int ntp_adjtime (struct timex *);
40 result = ntp_adjtime(&tntx); in ntp_gettime()
/dports/net/openntpd/openntpd-6.8p1/compat/
H A Dadjfreq_solaris.c40 if ((ntp_adjtime(&txc)) == -1) in adjfreq()
48 if ((ntp_adjtime(&txc)) == -1) { in adjfreq()
81 if (ntp_adjtime(&txc) == -1) in update_time_sync_status()
H A Dadjfreq_freebsd.c40 if ((ntp_adjtime(&txc)) == -1) in adjfreq()
48 if ((ntp_adjtime(&txc)) == -1) { in adjfreq()
76 if (ntp_adjtime(&txc) == -1) in update_time_sync_status()
H A Dadjfreq_netbsd.c41 if ((ntp_adjtime(&txc)) == -1) in adjfreq()
49 if ((ntp_adjtime(&txc)) == -1) { in adjfreq()
77 if (ntp_adjtime(&txc) == -1) in update_time_sync_status()
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/sys/
H A Dtimex.h67 extern int ntp_adjtime (struct timex *__tntx) __THROW;
76 extern int __REDIRECT_NTH (ntp_adjtime, (struct timex *__ntx),
80 # define ntp_adjtime ___adjtimex64
/dports/lang/zig/zig-0.9.0/lib/libc/glibc/sysdeps/unix/sysv/linux/sys/
H A Dtimex.h67 extern int ntp_adjtime (struct timex *__tntx) __THROW;
76 extern int __REDIRECT_NTH (ntp_adjtime, (struct timex *__ntx),
80 # define ntp_adjtime ___adjtimex64
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/sys/
H A Dtimex.h67 extern int ntp_adjtime (struct timex *__tntx) __THROW;
76 extern int __REDIRECT_NTH (ntp_adjtime, (struct timex *__ntx),
80 # define ntp_adjtime ___adjtimex64
/dports/lang/zig-devel/zig-0.9.0/lib/libc/glibc/sysdeps/unix/sysv/linux/sys/
H A Dtimex.h67 extern int ntp_adjtime (struct timex *__tntx) __THROW;
76 extern int __REDIRECT_NTH (ntp_adjtime, (struct timex *__ntx),
80 # define ntp_adjtime ___adjtimex64
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/sys/
H A Dntp_adjtime.c55 __weak_alias(ntp_adjtime,_ntp_adjtime)
63 ntp_adjtime(struct timex *tp) in ntp_adjtime() function
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/libntp/
H A Dclockwork.c48 ntp_adjtime(&ztx); in ntp_adjtime_ns()
57 int errval = ntp_adjtime(ntx); in ntp_adjtime_ns()
/dports/net/ntp/ntp-4.2.8p15/ntpd/
H A Dntp_loopfilter.c357 or, from ntp_adjtime(): in ntp_adjtime_error_handler()
812 ntp_adj_ret = ntp_adjtime(&ntv); in local_clock()
840 if ((ntp_adj_ret = ntp_adjtime(&ntv)) != 0) { in local_clock()
1092 if ((ntp_adj_ret = ntp_adjtime(&ntv)) != 0) { in set_freq()
1133 if ((ntp_adj_ret = ntp_adjtime(&ntv)) != 0) { in start_kern_loop()
1144 if ((ntp_adj_ret = ntp_adjtime(&ntv)) != 0) { in start_kern_loop()
1290 ntp_adjtime(&ntv); in loop_config()
/dports/lang/fpc-source/fpc-3.2.2/packages/libc/src/
H A Dtimexh.inc96 function ntp_adjtime(var __tntx:timex):longint;cdecl;external clib name 'ntp_adjtime';
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/docs/includes/
H A Dntptime-body.adoc14 syscalls +ntp_gettime()+ and +ntp_adjtime()+. If present, the current
22 This program is useful only with kernels featuring the ntp_adjtime(2)
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/include/
H A Dntp_syscall.h30 #define ntp_adjtime adjtimex macro
/dports/net/chrony/chrony-4.2/
H A Dprivops.h40 #define PRV_AdjustTimex ntp_adjtime
/dports/net/chrony/chrony-4.2/test/kernel/
H A Dntpadjtime.c30 r = ntp_adjtime(t); in try_ntpadjtime()
/dports/net/chrony-lite/chrony-4.2/
H A Dprivops.h40 #define PRV_AdjustTimex ntp_adjtime
/dports/net/chrony-lite/chrony-4.2/test/kernel/
H A Dntpadjtime.c30 r = ntp_adjtime(t); in try_ntpadjtime()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/
H A Dtime.c26 weak_alias(__adjtimex,ntp_adjtime);
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/
H A Dtime.c26 weak_alias(__adjtimex,ntp_adjtime);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/
H A Dtime.c26 weak_alias(__adjtimex,ntp_adjtime);
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/ntpfrob/
H A Dtickadj.c65 if (ntp_adjtime(&txc) < 0) in tickadj()

12345678910>>...31