Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c321 …{ .sy_narg = AS(freebsd32_lio_listio_args), .sy_call = (sy_call_t *)freebsd32_lio_listio, .sy_auev…
384 …{ compat6(AS(freebsd6_freebsd32_lio_listio_args),freebsd32_lio_listio), .sy_auevent = AUE_LIO_LIST…
H A Dfreebsd32_proto.h738 int freebsd32_lio_listio(struct thread *, struct freebsd32_lio_listio_args *);
/freebsd/sys/kern/
H A Dvfs_aio.c3119 freebsd32_lio_listio(struct thread *td, struct freebsd32_lio_listio_args *uap) in freebsd32_lio_listio() function