HomeSort by: relevance | last modified time | path
    Searched refs:vec_ntp_adjtime1 (Results 1 - 5 of 5) sorted by relevancy

  /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);

Completed in 15 milliseconds