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

  /src/lib/libc/compat/sys/
compat_ntp_gettime.c 14 __warn_references(ntp_gettime,
15 "warning: reference to compatibility ntp_gettime(); include <sys/timex.h> for correct reference")
18 ntp_gettime(struct ntptimeval30 *ontvp) function
  /src/sys/compat/sys/
timex.h 26 * NTP user interface (ntp_gettime()) - used to read kernel clock values
48 int ntp_gettime(struct ntptimeval30 *);
  /src/external/bsd/ntp/dist/include/
ntp_syscall.h 4 * ntp_syscall.h - various ways to perform the ntp_adjtime() and ntp_gettime()
18 # define ntp_gettime(t) syscall(SYS_ntp_gettime, (t)) macro
34 ntp_gettime( function
  /src/sys/sys/
timex.h 64 * ntp_gettime() and ntp_adjtime() syscalls, as described below.
67 * ntp_gettime - NTP user application interface
72 * int ntp_gettime(struct ntptimeval *ntv);
75 * The time returned by ntp_gettime() is in a timespec structure,
124 * the ntp_gettime() and ntp_adjtime() syscalls.
193 * NTP user interface (ntp_gettime()) - used to read kernel clock values
246 void ntp_gettime(struct ntptimeval *);
257 int ntp_gettime(struct ntptimeval *) __RENAME(__ntp_gettime50);
  /src/sys/compat/freebsd/
freebsd_timex.h 44 * ntp_gettime - NTP user application interface
193 * the ntp_gettime() and ntp_adjtime() system calls.
238 * NTP user interface (ntp_gettime()) - used to read kernel clock values
247 int time_state; /* what ntp_gettime returns */
285 #define NTP_PLL_GETTIME 1 /* used by ntp_gettime() */
297 extern int ntp_gettime(struct ntptimeval *);
  /src/external/bsd/ntp/dist/kernel/sys/
timex.h 47 * ntp_gettime - NTP user application interface
199 * the ntp_gettime() and ntp_adjtime() system calls.
246 * NTP user interface (ntp_gettime()) - used to read kernel clock values
292 #define NTP_PLL_GETTIME 1 /* used by ntp_gettime() */
304 extern int ntp_gettime __P((struct ntptimeval *));
  /src/external/bsd/ntp/dist/util/
ntptime.c 7 * ntp_gettime() and ntp_adjtime() have been implemented in the kernel.
183 -c display the time taken to call ntp_gettime (us)\n\
252 status = ntp_gettime(&ntv);
271 status = ntp_gettime(&ntv);
293 status = ntp_gettime(&ntv);
295 perror("ntp_gettime() call fails");
297 printf("ntp_gettime() returns code %d (%s)\n",
  /src/sys/kern/
compat_stub.c 53 void (*vec_ntp_gettime)(struct ntptimeval *) = ntp_gettime;
kern_ntptime.c 110 * for user and daemon application programs. The ntp_gettime() routine
235 * ntp_gettime() - NTP user application interface
238 ntp_gettime(struct ntptimeval *ntv) function
378 * returned only by ntp_gettime();
935 * ntp_gettime() - NTP user application interface
947 ntp_gettime(&ntv);
967 ntp_gettime(&ntv);
  /src/external/bsd/ntp/dist/ntpd/
ntp_loopfilter.c 330 from the reference implementation of ntp_gettime():
  /src/external/bsd/ntp/dist/
config.h.in 1805 #undef ntp_gettime

Completed in 20 milliseconds