Searched refs:ntp_gettime (Results 1 – 13 of 13) sorted by relevance
14 __warn_references(ntp_gettime,18 ntp_gettime(struct ntptimeval30 *ontvp) in ntp_gettime() function
18 # define ntp_gettime(t) syscall(SYS_ntp_gettime, (t)) macro34 ntp_gettime( in ntp_gettime() function
246 void ntp_gettime(struct ntptimeval *);257 int ntp_gettime(struct ntptimeval *) __RENAME(__ntp_gettime50);
252 status = ntp_gettime(&ntv); in main()271 status = ntp_gettime(&ntv); in main()293 status = ntp_gettime(&ntv); in main()
8 interface syscalls ntp_gettime() and ntp_adjtime(). If present, the
48 int ntp_gettime(struct ntptimeval30 *);
304 extern int ntp_gettime __P((struct ntptimeval *));
297 extern int ntp_gettime(struct ntptimeval *);
238 ntp_gettime(struct ntptimeval *ntv) in ntp_gettime() function947 ntp_gettime(&ntv); in sys___ntp_gettime50()967 ntp_gettime(&ntv); in sysctl_kern_ntptime()
53 void (*vec_ntp_gettime)(struct ntptimeval *) = ntp_gettime;
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.
372 MLINKS+=ntp_adjtime.2 ntp_gettime.2