HomeSort by: relevance | last modified time | path
    Searched refs:ntp_adjtime (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/ntp/dist/include/
ntp_syscall.h 4 * ntp_syscall.h - various ways to perform the ntp_adjtime() and ntp_gettime()
17 # define ntp_adjtime(t) syscall(SYS_ntp_adjtime, (t)) macro
21 extern int ntp_adjtime (struct timex *);
42 result = ntp_adjtime(&tntx);
  /src/lib/libc/sys/
ntp_adjtime.c 1 /* $NetBSD: ntp_adjtime.c,v 1.13 2012/03/20 16:26:12 matt Exp $ */
36 __RCSID("$NetBSD: ntp_adjtime.c,v 1.13 2012/03/20 16:26:12 matt Exp $");
55 __weak_alias(ntp_adjtime,_ntp_adjtime)
63 ntp_adjtime(struct timex *tp) function
73 * ntp_adjtime() is callable for mortals if tp->modes == 0 !
Makefile.inc 36 pread.c preadv.c pwrite.c pwritev.c truncate.c ntp_adjtime.c \
284 munmap.2 nanosleep.2 nfssvc.2 ntp_adjtime.2 open.2 pathconf.2 pipe.2 \
373 MLINKS+=ntp_adjtime.2 ntp_gettime.2
  /src/sys/compat/freebsd/
freebsd_timex.h 55 * ntp_adjtime - NTP daemon application interface
193 * the ntp_gettime() and ntp_adjtime() system calls.
251 * NTP daemon interface - (ntp_adjtime()) used to discipline CPU clock
298 extern int ntp_adjtime(struct timex *);
  /src/sys/sys/
timex.h 61 * kernels, a ntp_adjtime() syscalls can be used to determine which
64 * ntp_gettime() and ntp_adjtime() syscalls, as described below.
79 * word returned by the ntp_adjtime() syscall.
82 * ntp_adjtime - NTP daemon application interface
124 * the ntp_gettime() and ntp_adjtime() syscalls.
207 * NTP daemon interface (ntp_adjtime()) - used to discipline CPU clock
259 int ntp_adjtime(struct timex *);
  /src/external/bsd/ntp/dist/kernel/sys/
timex.h 58 * ntp_adjtime - NTP daemon application interface
199 * the ntp_gettime() and ntp_adjtime() system calls.
258 * NTP daemon interface - (ntp_adjtime()) used to discipline CPU clock
305 extern int ntp_adjtime __P((struct timex *));
  /src/external/bsd/ntp/dist/ntpd/
refclock_local.c 187 switch (ntp_adjtime(&ntv)) {
ntp_loopfilter.c 81 * If kernel support for the ntp_adjtime() system call is available, the
104 * via this routine, which then calls ntp_adjtime() with the STA_PLL bit
138 static struct timex ntv; /* ntp_adjtime() parameters */
156 int kernel_status; /* from ntp_adjtime */
238 * ntp_adjtime_error_handler - process errors from ntp_adjtime
244 int ret, /* return value from ntp_adjtime */
245 int saved_errno, /* value of errno when ntp_adjtime returned */
246 int pps_call, /* ntp_adjtime call was PPS-related */
247 int tai_call, /* ntp_adjtime call was TAI-related */
248 int line /* line number of ntp_adjtime call *
    [all...]
ntp_request.c 2527 if (ntp_adjtime(&ntx) < 0)
2528 msyslog(LOG_ERR, "get_kernel_info: ntp_adjtime() failed: %m");
ntp_control.c 1932 * CS_K_* variables depend on up-to-date output of ntp_adjtime()
1937 if (ntp_adjtime(&ntx) < 0)
1938 msyslog(LOG_ERR, "ntp_adjtime() for mode 6 query failed: %m");
  /src/external/bsd/ntp/dist/util/
ntptime.c 7 * ntp_gettime() and ntp_adjtime() have been implemented in the kernel.
82 static volatile int flash; /* most recent ntp_adjtime() bits */
280 status = ntp_adjtime(&_ntx);
330 status = ntp_adjtime(&ntx);
334 "ntp_adjtime() call fails");
337 printf("ntp_adjtime() returns code %d (%s)\n",
  /src/external/bsd/ntp/dist/
config.h.in 1802 #undef ntp_adjtime
  /src/lib/libc/include/
namespace.h 552 #define ntp_adjtime _ntp_adjtime macro

Completed in 24 milliseconds