Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/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 …]
/freebsd/contrib/ntp/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()
/freebsd/contrib/ntp/ntpd/
H A Dntp_loopfilter.c79 * 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 Drefclock_local.c185 switch (ntp_adjtime(&ntv)) { in local_poll()
H A Dntp_request.c2456 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 Dntp_control.c1920 * 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 Dtimex.h162 int ntp_adjtime(struct timex *);
H A Dsyscall.mk119 ntp_adjtime.o \
/freebsd/contrib/ntp/kernel/sys/
H A Dtimex.h303 extern int ntp_adjtime __P((struct timex *));
/freebsd/contrib/ntp/util/
H A Dntptime.c278 status = ntp_adjtime(&_ntx); in main()
328 status = ntp_adjtime(&ntx); in main()
H A DREADME8 interface syscalls ntp_gettime() and ntp_adjtime(). If present, the
/freebsd/lib/libsys/
H A DMakefile.sys277 ntp_adjtime.2 \
469 MLINKS+=ntp_adjtime.2 ntp_gettime.2
H A DSymbol.sys.map173 ntp_adjtime;
/freebsd/tests/sys/audit/
H A Dadministrative.c234 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 Daudit_event279 288:AUE_NTP_ADJTIME:ntp_adjtime(2):ad
/freebsd/contrib/ntp/
H A Dconfigure.ac413 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 Dconfig.h.in1802 #undef ntp_adjtime
H A DCommitLog-4.1.04391 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 DChangeLog1365 * [Bug 2639] Check return value of ntp_adjtime().
1394 * [Bug 2639] Check return value of ntp_adjtime().
H A DCommitLog[all...]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscalls_netbsd.inc1435 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 Dlibc_ubuntu1404_abilist.txt2453 fun:ntp_adjtime=uninstrumented