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

Function freebsd32_aio_readv

freebsd/kern/vfs_aio.c:2983–2989  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2981}
2982
2983int
2984freebsd32_aio_readv(struct thread *td, struct freebsd32_aio_readv_args *uap)
2985{
2986
2987 return (aio_aqueue(td, (struct aiocb *)uap->aiocbp, NULL, LIO_READV,
2988 &aiocb32_ops));
2989}
2990
2991#ifdef COMPAT_FREEBSD6
2992int

Callers

nothing calls this directly

Calls 1

aio_aqueueFunction · 0.85

Tested by

no test coverage detected