Home
last modified time | relevance | path

Searched refs:vec_ntp_gettime (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/compat/common/
H A Dkern_time_30.c71 if (vec_ntp_gettime == NULL) in compat_30_sys_ntp_gettime()
75 (*vec_ntp_gettime)(&ntv); in compat_30_sys_ntp_gettime()
H A Dkern_time_50.c542 if (vec_ntp_gettime == NULL) in compat_50_sys___ntp_gettime30()
553 (*vec_ntp_gettime)(&ntv); in compat_50_sys___ntp_gettime30()
/netbsd-src/sys/kern/
H A Dcompat_stub.c53 void (*vec_ntp_gettime)(struct ntptimeval *) = ntp_gettime; variable
57 void (*vec_ntp_gettime)(struct ntptimeval *) = NULL; variable
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_compat_30.c316 if (vec_ntp_gettime == NULL) in compat_30_netbsd32_ntp_gettime()
320 (*vec_ntp_gettime)(&ntv); in compat_30_netbsd32_ntp_gettime()
H A Dnetbsd32_time.c68 if (vec_ntp_gettime == NULL) in netbsd32___ntp_gettime50()
72 (*vec_ntp_gettime)(&ntv); in netbsd32___ntp_gettime50()
H A Dnetbsd32_compat_50.c892 if (vec_ntp_gettime == NULL) in compat_50_netbsd32_ntp_gettime()
896 (*vec_ntp_gettime)(&ntv); in compat_50_netbsd32_ntp_gettime()
/netbsd-src/sys/sys/
H A Dcompat_stub.h55 extern void (*vec_ntp_gettime)(struct ntptimeval *);