Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/compat/freebsd32/
HDfreebsd32_proto.h751 int freebsd32_aio_error(struct thread *, struct freebsd32_aio_error_args *);
HDfreebsd32_sysent.c381 …{ .sy_narg = AS(freebsd32_aio_error_args), .sy_call = (sy_call_t *)freebsd32_aio_error, .sy_aueven…
/freebsd-14-stable/sys/kern/
HDvfs_aio.c2972 freebsd32_aio_error(struct thread *td, struct freebsd32_aio_error_args *uap) in freebsd32_aio_error() function