Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h211 struct freebsd32_nanosleep_args { struct
736 int freebsd32_nanosleep(struct thread *, struct freebsd32_nanosleep_args *);
H A Dfreebsd32_sysent.c310 …{ .sy_narg = AS(freebsd32_nanosleep_args), .sy_call = (sy_call_t *)freebsd32_nanosleep, .sy_aueven…
H A Dfreebsd32_misc.c2991 freebsd32_nanosleep(struct thread *td, struct freebsd32_nanosleep_args *uap) in freebsd32_nanosleep()
H A Dfreebsd32_systrace_args.c1180 struct freebsd32_nanosleep_args *p = params; in systrace_args()