Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h156 struct freebsd32_ntp_adjtime_args { struct
725 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.c4067 freebsd32_ntp_adjtime(struct thread *td, struct freebsd32_ntp_adjtime_args *uap) in freebsd32_ntp_adjtime()
H A Dfreebsd32_systrace_args.c869 struct freebsd32_ntp_adjtime_args *p = params; in systrace_args()