/freebsd/contrib/ntp/html/hints/ |
H A D | solaris.xtra.4095849 | 12 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 …]
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_syscall.h | 15 # 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()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_loopfilter.c | 79 * If kernel support for the ntp_adjtime() system call is available, the 102 * via this routine, which then calls ntp_adjtime() with the STA_PLL bit 136 static struct timex ntv; /* ntp_adjtime() parameters */ 154 int kernel_status; /* from ntp_adjtime */ 236 * ntp_adjtime_error_handler - process errors from ntp_adjtime 242 int ret, /* return value from ntp_adjtime */ in ntp_adjtime_error_handler() 243 int saved_errno, /* value of errno when ntp_adjtime returned */ in ntp_adjtime_error_handler() 244 int pps_call, /* ntp_adjtime call was PPS-related */ in ntp_adjtime_error_handler() 245 int tai_call, /* ntp_adjtime call was TAI-related */ in ntp_adjtime_error_handler() 246 int line /* line number of ntp_adjtime cal in ntp_adjtime_error_handler() [all...] |
H A D | refclock_local.c | 185 switch (ntp_adjtime(&ntv)) { in local_poll()
|
H A D | ntp_request.c | 2456 if (ntp_adjtime(&ntx) < 0) in get_kernel_info() 2457 msyslog(LOG_ERR, "get_kernel_info: ntp_adjtime() failed: %m"); in get_kernel_info()
|
H A D | ntp_control.c | 1920 * CS_K_* variables depend on up-to-date output of ntp_adjtime() in ctl_putsys() 1925 if (ntp_adjtime(&ntx) < 0) in ctl_putsys() 1926 msyslog(LOG_ERR, "ntp_adjtime() for mode 6 query failed: %m"); in ctl_putsys()
|
/freebsd/sys/sys/ |
H A D | timex.h | 162 int ntp_adjtime(struct timex *);
|
H A D | syscall.mk | 119 ntp_adjtime.o \
|
/freebsd/contrib/ntp/kernel/sys/ |
H A D | timex.h | 303 extern int ntp_adjtime __P((struct timex *));
|
/freebsd/contrib/ntp/util/ |
H A D | ntptime.c | 278 status = ntp_adjtime(&_ntx); in main() 328 status = ntp_adjtime(&ntx); in main()
|
H A D | README | 8 interface syscalls ntp_gettime() and ntp_adjtime(). If present, the
|
/freebsd/lib/libsys/ |
H A D | Makefile.sys | 277 ntp_adjtime.2 \ 469 MLINKS+=ntp_adjtime.2 ntp_gettime.2
|
H A D | Symbol.sys.map | 173 ntp_adjtime;
|
/freebsd/tests/sys/audit/ |
H A D | administrative.c | 234 ATF_REQUIRE(ntp_adjtime(&timebuff) != -1); in ATF_TC_BODY() 257 ATF_REQUIRE_EQ(-1, ntp_adjtime(NULL)); in ATF_TC_BODY()
|
/freebsd/contrib/openbsm/etc/ |
H A D | audit_event | 279 288:AUE_NTP_ADJTIME:ntp_adjtime(2):ad
|
/freebsd/contrib/ntp/ |
H A D | configure.ac | 413 AC_CHECK_FUNCS([ntp_adjtime ntp_gettime]) 434 AC_DEFINE([ntp_adjtime], [adjtimex], [deviant]) definition 442 AC_DEFINE([ntp_adjtime], [__adjtimex], [deviant]) definition
|
H A D | config.h.in | 1802 #undef ntp_adjtime
|
H A D | CommitLog-4.1.0 | 4391 of ntp_adjtime() and ntp_gettime() syscalls. 5894 (ac_cv_struct_nlist_n_un): Don't look for ntp_adjtime or 6029 MAXTC, and log error returns from ntp_adjtime.
|
H A D | ChangeLog | 1365 * [Bug 2639] Check return value of ntp_adjtime(). 1394 * [Bug 2639] Check return value of ntp_adjtime().
|
H A D | CommitLog | [all...] |
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_syscalls_netbsd.inc | 1435 PRE_SYSCALL(ntp_adjtime)(void *tp_) { /* Nothing to do */ } 1436 POST_SYSCALL(ntp_adjtime)(long long res, void *tp_) { /* Nothing to do */ }
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2453 fun:ntp_adjtime=uninstrumented
|