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

Function freebsd6_aio_write

freebsd/kern/vfs_aio.c:2185–2191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2183/* syscall - asynchronous write to a file (REALTIME) */
2184#ifdef COMPAT_FREEBSD6
2185int
2186freebsd6_aio_write(struct thread *td, struct freebsd6_aio_write_args *uap)
2187{
2188
2189 return (aio_aqueue(td, (struct aiocb *)uap->aiocbp, NULL, LIO_WRITE,
2190 &aiocb_ops_osigevent));
2191}
2192#endif
2193
2194int

Callers

nothing calls this directly

Calls 1

aio_aqueueFunction · 0.85

Tested by

no test coverage detected