Searched refs:aiocb_ops (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | vfs_aio.c | 289 struct aiocb_ops { struct 314 struct aioliojob *lio, int type, struct aiocb_ops *ops); argument 1477 static struct aiocb_ops aiocb_ops = { variable 1487 static struct aiocb_ops aiocb_ops_osigevent = { 1503 int type, struct aiocb_ops *ops) in aio_aqueue() 1909 kern_aio_return(struct thread *td, struct aiocb *ujob, struct aiocb_ops *ops) in kern_aio_return() 1948 return (kern_aio_return(td, uap->aiocbp, &aiocb_ops)); in sys_aio_return() 2133 kern_aio_error(struct thread *td, struct aiocb *ujob, struct aiocb_ops *ops) in kern_aio_error() 2177 return (kern_aio_error(td, uap->aiocbp, &aiocb_ops)); in sys_aio_error() 2195 return (aio_aqueue(td, uap->aiocbp, NULL, LIO_READ, &aiocb_ops)); in sys_aio_read() [all …]
|