Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h89 struct freebsd32_fcntl_args { struct
712 int freebsd32_fcntl(struct thread *, struct freebsd32_fcntl_args *);
H A Dfreebsd32_sysent.c162 …{ .sy_narg = AS(freebsd32_fcntl_args), .sy_call = (sy_call_t *)freebsd32_fcntl, .sy_auevent = AUE_…
H A Dfreebsd32_misc.c3948 freebsd32_fcntl(struct thread *td, struct freebsd32_fcntl_args *uap) in freebsd32_fcntl()
H A Dfreebsd32_systrace_args.c528 struct freebsd32_fcntl_args *p = params; in systrace_args()