Searched refs:ntp_gettime (Results 1 – 14 of 14) sorted by relevance
16 # define ntp_gettime(t) syscall(SYS_ntp_gettime, (t)) macro32 ntp_gettime( in ntp_gettime() function
250 status = ntp_gettime(&ntv); in main()269 status = ntp_gettime(&ntv); in main()291 status = ntp_gettime(&ntv); in main()
8 interface syscalls ntp_gettime() and ntp_adjtime(). If present, the
163 int ntp_gettime(struct ntptimeval *);
164 ntp_gettime.o \
302 extern int ntp_gettime __P((struct ntptimeval *));
174 ntp_gettime;
469 MLINKS+=ntp_adjtime.2 ntp_gettime.2
46 One good way to handle the leap second is to use ntp_gettime() instead of47 the usual calls, because ntp_gettime() includes a "clock state" variable
170 * include/ntp_syscall.h (ntp_gettime): Updated patch from Ulrich.175 * include/ntp_syscall.h (ntp_gettime): Fill in the tai member.4106 * include/ntp_syscall.h (ntp_gettime): Make it static4391 of ntp_adjtime() and ntp_gettime() syscalls.5026 * ntpd/ntp_loopfilter.c: Lose unused ntp_gettime() stuff.5895 ntp_gettime under solaris2.6.
413 AC_CHECK_FUNCS([ntp_adjtime ntp_gettime])426 AC_DEFINE([ntp_gettime], [__ntp_gettime], [deviant]) definition
1805 #undef ntp_gettime
328 from the reference implementation of ntp_gettime(): in ntp_adjtime_error_handler()
2454 fun:ntp_gettime=uninstrumented