Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsysproto.h788 struct aio_error_args { struct
2053 int sys_aio_error(struct thread *, struct aio_error_args *);
/freebsd/sys/kern/
H A Dvfs_aio.c2162 sys_aio_error(struct thread *td, struct aio_error_args *uap) in sys_aio_error()
H A Dinit_sysent.c380 …{ .sy_narg = AS(aio_error_args), .sy_call = (sy_call_t *)sys_aio_error, .sy_auevent = AUE_AIO_ERRO…
H A Dsystrace_args.c1476 struct aio_error_args *p = params; in systrace_args()