Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HDsysproto.h794 struct aio_error_args { struct
2071 int sys_aio_error(struct thread *, struct aio_error_args *);
/freebsd-14-stable/sys/kern/
HDvfs_aio.c2163 sys_aio_error(struct thread *td, struct aio_error_args *uap) in sys_aio_error()
HDinit_sysent.c380 …{ .sy_narg = AS(aio_error_args), .sy_call = (sy_call_t *)sys_aio_error, .sy_auevent = AUE_AIO_ERRO…
HDsystrace_args.c1490 struct aio_error_args *p = params; in systrace_args()