Home
last modified time | relevance | path

Searched refs:ntp_gettime (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/lib/libc/compat/sys/
H A Dcompat_ntp_gettime.c14 __warn_references(ntp_gettime,
18 ntp_gettime(struct ntptimeval30 *ontvp) in ntp_gettime() function
/netbsd-src/external/bsd/ntp/dist/include/
H A Dntp_syscall.h18 # define ntp_gettime(t) syscall(SYS_ntp_gettime, (t)) macro
34 ntp_gettime( in ntp_gettime() function
/netbsd-src/sys/sys/
H A Dtimex.h246 void ntp_gettime(struct ntptimeval *);
257 int ntp_gettime(struct ntptimeval *) __RENAME(__ntp_gettime50);
/netbsd-src/external/bsd/ntp/dist/util/
H A Dntptime.c252 status = ntp_gettime(&ntv); in main()
271 status = ntp_gettime(&ntv); in main()
293 status = ntp_gettime(&ntv); in main()
H A DREADME8 interface syscalls ntp_gettime() and ntp_adjtime(). If present, the
/netbsd-src/sys/compat/sys/
H A Dtimex.h48 int ntp_gettime(struct ntptimeval30 *);
/netbsd-src/external/bsd/ntp/dist/kernel/sys/
H A Dtimex.h304 extern int ntp_gettime __P((struct ntptimeval *));
/netbsd-src/sys/compat/freebsd/
H A Dfreebsd_timex.h297 extern int ntp_gettime(struct ntptimeval *);
/netbsd-src/sys/kern/
H A Dkern_ntptime.c238 ntp_gettime(struct ntptimeval *ntv) in ntp_gettime() function
947 ntp_gettime(&ntv); in sys___ntp_gettime50()
967 ntp_gettime(&ntv); in sysctl_kern_ntptime()
H A Dcompat_stub.c53 void (*vec_ntp_gettime)(struct ntptimeval *) = ntp_gettime;
/netbsd-src/external/bsd/ntp/dist/
H A DREADME.leapsmear46 One good way to handle the leap second is to use ntp_gettime() instead of
47 the usual calls, because ntp_gettime() includes a "clock state" variable
H A DCommitLog-4.1.0170 * 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 static
4391 of ntp_adjtime() and ntp_gettime() syscalls.
5026 * ntpd/ntp_loopfilter.c: Lose unused ntp_gettime() stuff.
5895 ntp_gettime under solaris2.6.
/netbsd-src/lib/libc/sys/
H A DMakefile.inc372 MLINKS+=ntp_adjtime.2 ntp_gettime.2