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

Function freebsd32_aio_read

freebsd/kern/vfs_aio.c:2975–2981  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2973#endif
2974
2975int
2976freebsd32_aio_read(struct thread *td, struct freebsd32_aio_read_args *uap)
2977{
2978
2979 return (aio_aqueue(td, (struct aiocb *)uap->aiocbp, NULL, LIO_READ,
2980 &aiocb32_ops));
2981}
2982
2983int
2984freebsd32_aio_readv(struct thread *td, struct freebsd32_aio_readv_args *uap)

Callers

nothing calls this directly

Calls 1

aio_aqueueFunction · 0.85

Tested by

no test coverage detected