Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsysproto.h2524 struct freebsd6_aio_read_args { struct
2542 int freebsd6_aio_read(struct thread *, struct freebsd6_aio_read_args *); argument
/f-stack/freebsd/kern/
H A Dvfs_aio.c2161 freebsd6_aio_read(struct thread *td, struct freebsd6_aio_read_args *uap) in freebsd6_aio_read()
H A Dinit_sysent.c376 …{ compat6(AS(freebsd6_aio_read_args),aio_read), .sy_auevent = AUE_AIO_READ, .sy_flags = SYF_CAPENA…