Home
last modified time | relevance | path

Searched refs:timex (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dtimex.h129 struct timex { struct
164 int ntp_adjtime(struct timex *); argument
H A Dsyscallsubr.h64 struct timex;
219 int kern_ntp_adjtime(struct thread *td, struct timex *ntv, int *retvalp);
H A Dsysproto.h531 char tp_l_[PADL_(struct timex *)]; struct timex * tp; char tp_r_[PADR_(struct timex *)];
/f-stack/freebsd/kern/
H A Dkern_ntptime.c342 kern_ntp_adjtime(struct thread *td, struct timex *ntv, int *retvalp) in kern_ntp_adjtime()
473 struct timex *tp;
480 struct timex ntv; in sys_ntp_adjtime()