Searched refs:ntptimeval (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/sys/compat/sys/
H A Dtimex.h50 int __ntp_gettime50(struct ntptimeval *);
/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp_syscall.h24 struct ntptimeval struct
35 struct ntptimeval *ntv
/netbsd-current/sys/sys/
H A Dtimex.h26 * API Version 4. Added MOD_TAI and tai member of ntptimeval
72 * int ntp_gettime(struct ntptimeval *ntv);
198 struct ntptimeval { struct
246 void ntp_gettime(struct ntptimeval *);
257 int ntp_gettime(struct ntptimeval *) __RENAME(__ntp_gettime50);
H A Dcompat_stub.h52 struct ntptimeval;
55 extern void (*vec_ntp_gettime)(struct ntptimeval *);
60 MODULE_HOOK(ntp_gettime_hook, int, (struct ntptimeval *));
H A Dsyscallargs.h2945 syscallarg(struct ntptimeval *) ntvp;
/netbsd-current/lib/libc/compat/sys/
H A Dcompat___ntp_gettime30.c20 struct ntptimeval ntv;
H A Dcompat_ntp_gettime.c20 struct ntptimeval ntv;
/netbsd-current/external/bsd/ntp/dist/kernel/sys/
H A Dtimex.h55 * struct ntptimeval *tptr pointer to ntptimeval structure
251 struct ntptimeval { struct
304 extern int ntp_gettime __P((struct ntptimeval *));
/netbsd-current/sys/kern/
H A Dcompat_stub.c53 void (*vec_ntp_gettime)(struct ntptimeval *) = ntp_gettime;
57 void (*vec_ntp_gettime)(struct ntptimeval *) = NULL;
H A Dkern_ntptime.c238 ntp_gettime(struct ntptimeval *ntv)
941 syscallarg(struct ntptimeval *) ntvp;
943 struct ntptimeval ntv;
965 struct ntptimeval ntv;
983 sizeof(struct ntptimeval),
/netbsd-current/sys/compat/common/
H A Dkern_time_30.c66 struct ntptimeval ntv;
H A Dkern_time_50.c546 syscallarg(struct ntptimeval *) ntvp;
548 struct ntptimeval ntv;
/netbsd-current/sys/compat/freebsd/
H A Dfreebsd_timex.h52 * struct ntptimeval *tptr pointer to ntptimeval structure
297 extern int ntp_gettime(struct ntptimeval *);
/netbsd-current/external/bsd/ntp/dist/util/
H A Dntptime.c97 struct ntptimeval ntv;
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_compat_30.c313 struct ntptimeval ntv;
H A Dnetbsd32_time.c65 struct ntptimeval ntv;
H A Dnetbsd32_compat_50.c889 struct ntptimeval ntv;
/netbsd-current/external/bsd/ntp/dist/sntp/
H A Dconfigure15647 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for struct ntptimeval" >&5
15648 printf %s "checking for struct ntptimeval... " >&6; }
15663 struct ntptimeval n;
/netbsd-current/external/bsd/ntp/dist/
H A Dconfigure25046 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for struct ntptimeval" >&5
25047 printf %s "checking for struct ntptimeval... " >&6; }
25062 struct ntptimeval n;
28905 ac_fn_c_check_member "$LINENO" "struct ntptimeval" "time.tv_nsec" "ac_cv_member_struct_ntptimeval_time_tv_nsec" "

Completed in 1571 milliseconds