Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h239 struct freebsd32_lio_listio_args { struct
743 int freebsd32_lio_listio(struct thread *, struct freebsd32_lio_listio_args *);
H A Dfreebsd32_sysent.c327 …{ .sy_narg = AS(freebsd32_lio_listio_args), .sy_call = (sy_call_t *)freebsd32_lio_listio, .sy_auev…
H A Dfreebsd32_systrace_args.c1273 struct freebsd32_lio_listio_args *p = params; in systrace_args()
/freebsd/sys/kern/
H A Dvfs_aio.c3079 freebsd32_lio_listio(struct thread *td, struct freebsd32_lio_listio_args *uap) in freebsd32_lio_listio()