Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsysproto.h2583 struct freebsd6_aio_read_args { struct
2601 int freebsd6_aio_read(struct thread *, struct freebsd6_aio_read_args *); argument
/freebsd/sys/kern/
H A Dvfs_aio.c2144 freebsd6_aio_read(struct thread *td, struct freebsd6_aio_read_args *uap) in freebsd6_aio_read()
H A Dinit_sysent.c387 …{ compat6(AS(freebsd6_aio_read_args),aio_read), .sy_auevent = AUE_AIO_READ, .sy_flags = SYF_CAPENA…