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

Function sys_aio_readv

freebsd/kern/vfs_aio.c:2176–2181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2174}
2175
2176int
2177sys_aio_readv(struct thread *td, struct aio_readv_args *uap)
2178{
2179
2180 return (aio_aqueue(td, uap->aiocbp, NULL, LIO_READV, &aiocb_ops));
2181}
2182
2183/* syscall - asynchronous write to a file (REALTIME) */
2184#ifdef COMPAT_FREEBSD6

Callers

nothing calls this directly

Calls 1

aio_aqueueFunction · 0.85

Tested by

no test coverage detected