Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h277 struct freebsd32_aio_return_args { struct
749 int freebsd32_aio_return(struct thread *, struct freebsd32_aio_return_args *);
H A Dfreebsd32_sysent.c384 …{ .sy_narg = AS(freebsd32_aio_return_args), .sy_call = (sy_call_t *)freebsd32_aio_return, .sy_auev…
H A Dfreebsd32_systrace_args.c1432 struct freebsd32_aio_return_args *p = params; in systrace_args()
/freebsd/sys/kern/
H A Dvfs_aio.c2888 freebsd32_aio_return(struct thread *td, struct freebsd32_aio_return_args *uap) in freebsd32_aio_return()