Searched refs:ntp_gettime (Results 1 - 9 of 9) sorted by last modified time

/freebsd-11-stable/contrib/ntp/util/
H A Dntptime.c5 * ntp_gettime() and ntp_adjtime() have been implemented in the kernel.
181 -c display the time taken to call ntp_gettime (us)\n\
250 status = ntp_gettime(&ntv);
269 status = ntp_gettime(&ntv);
291 status = ntp_gettime(&ntv);
293 perror("ntp_gettime() call fails");
295 printf("ntp_gettime() returns code %d (%s)\n",
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_loopfilter.c331 from the reference implementation of ntp_gettime():
/freebsd-11-stable/sys/compat/freebsd32/
H A Dcapabilities.conf171 ntp_gettime
/freebsd-11-stable/sys/kern/
H A Dcapabilities.conf421 ntp_gettime
/freebsd-11-stable/lib/libc/sys/
H A DMakefile.inc409 MLINKS+=ntp_adjtime.2 ntp_gettime.2
/freebsd-11-stable/sys/sys/
H A Dsyscall.mk163 ntp_gettime.o \
H A Dtimex.h112 * NTP user interface -- ntp_gettime(2) - used to read kernel clock values
165 int ntp_gettime(struct ntptimeval *);
/freebsd-11-stable/contrib/ntp/kernel/sys/
H A Dtimex.h45 * ntp_gettime - NTP user application interface
197 * the ntp_gettime() and ntp_adjtime() system calls.
244 * NTP user interface (ntp_gettime()) - used to read kernel clock values
290 #define NTP_PLL_GETTIME 1 /* used by ntp_gettime() */
302 extern int ntp_gettime __P((struct ntptimeval *));
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_syscall.h2 * ntp_syscall.h - various ways to perform the ntp_adjtime() and ntp_gettime()
16 # define ntp_gettime(t) syscall(SYS_ntp_gettime, (t)) macro
32 ntp_gettime( function

Completed in 217 milliseconds