| 2199 | } |
| 2200 | |
| 2201 | int |
| 2202 | sys_aio_writev(struct thread *td, struct aio_writev_args *uap) |
| 2203 | { |
| 2204 | |
| 2205 | return (aio_aqueue(td, uap->aiocbp, NULL, LIO_WRITEV, &aiocb_ops)); |
| 2206 | } |
| 2207 | |
| 2208 | int |
| 2209 | sys_aio_mlock(struct thread *td, struct aio_mlock_args *uap) |
nothing calls this directly
no test coverage detected