Home
last modified time | relevance | path

Searched refs:freebsd32_ntp_adjtime (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h725 int freebsd32_ntp_adjtime(struct thread *, struct freebsd32_ntp_adjtime_args *);
H A Dfreebsd32_sysent.c246 …{ .sy_narg = AS(freebsd32_ntp_adjtime_args), .sy_call = (sy_call_t *)freebsd32_ntp_adjtime, .sy_au…
H A Dfreebsd32_misc.c4124 freebsd32_ntp_adjtime(struct thread *td, struct freebsd32_ntp_adjtime_args *uap) in freebsd32_ntp_adjtime() function