Home | Sort by: relevance | last modified time | path |
/src/sys/kern/ | |
compat_stub.c | 55 void (*vec_ntp_adjtime1)(struct timex *) = ntp_adjtime1; variable in typeref:typename:void (*)(struct timex *) 59 void (*vec_ntp_adjtime1)(struct timex *) = NULL; variable in typeref:typename:void (*)(struct timex *) |
/src/sys/dev/ | |
clockctl.c | 256 (*vec_ntp_adjtime1)(&ntv); |
/src/sys/sys/ | |
compat_stub.h | 57 extern void (*vec_ntp_adjtime1)(struct timex *); |
/src/sys/compat/netbsd32/ | |
netbsd32_time.c | 101 if (vec_ntp_adjtime1 == NULL) 120 (*vec_ntp_adjtime1)(&ntv); |
netbsd32_ioctl.c | 1270 if (vec_ntp_adjtime1 == NULL) 1278 (*vec_ntp_adjtime1)(&ntv); |