HomeSort by: relevance | last modified time | path
    Searched refs:ntp_gettime (Results 1 - 6 of 6) 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)
  /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/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/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 in typeref:typename:void
378 * returned only by ntp_gettime();
935 * ntp_gettime() - NTP user application interface
947 ntp_gettime(&ntv);
967 ntp_gettime(&ntv);

Completed in 15 milliseconds