MCPcopy Create free account
hub / github.com/F-Stack/f-stack / freebsd6_aio_read

Function freebsd6_aio_read

freebsd/kern/vfs_aio.c:2160–2166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2158/* syscall - asynchronous read from a file (REALTIME) */
2159#ifdef COMPAT_FREEBSD6
2160int
2161freebsd6_aio_read(struct thread *td, struct freebsd6_aio_read_args *uap)
2162{
2163
2164 return (aio_aqueue(td, (struct aiocb *)uap->aiocbp, NULL, LIO_READ,
2165 &aiocb_ops_osigevent));
2166}
2167#endif
2168
2169int

Callers

nothing calls this directly

Calls 1

aio_aqueueFunction · 0.85

Tested by

no test coverage detected