Home
last modified time | relevance | path

Searched refs:vec_ntp_adjtime1 (Results 1 – 5 of 5) sorted by relevance

/netbsd/sys/kern/
H A Dcompat_stub.c55 void (*vec_ntp_adjtime1)(struct timex *) = ntp_adjtime1; variable
59 void (*vec_ntp_adjtime1)(struct timex *) = NULL; variable
/netbsd/sys/dev/
H A Dclockctl.c256 (*vec_ntp_adjtime1)(&ntv); in clockctlioctl()
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_time.c101 if (vec_ntp_adjtime1 == NULL) in netbsd32_ntp_adjtime()
120 (*vec_ntp_adjtime1)(&ntv); in netbsd32_ntp_adjtime()
H A Dnetbsd32_ioctl.c1242 if (vec_ntp_adjtime1 == NULL) in netbsd32_do_clockctl_ntp_adjtime()
1250 (*vec_ntp_adjtime1)(&ntv); in netbsd32_do_clockctl_ntp_adjtime()
/netbsd/sys/sys/
H A Dcompat_stub.h57 extern void (*vec_ntp_adjtime1)(struct timex *);