Lines Matching defs:aiocb_ops
288 struct aiocb_ops {
313 struct aioliojob *lio, int type, struct aiocb_ops *ops);
1457 static struct aiocb_ops aiocb_ops = {
1467 static struct aiocb_ops aiocb_ops_osigevent = {
1483 int type, struct aiocb_ops *ops)
1884 kern_aio_return(struct thread *td, struct aiocb *ujob, struct aiocb_ops *ops)
1923 return (kern_aio_return(td, uap->aiocbp, &aiocb_ops));
2094 kern_aio_error(struct thread *td, struct aiocb *ujob, struct aiocb_ops *ops)
2138 return (kern_aio_error(td, uap->aiocbp, &aiocb_ops));
2156 return (aio_aqueue(td, uap->aiocbp, NULL, LIO_READ, &aiocb_ops));
2163 return (aio_aqueue(td, uap->aiocbp, NULL, LIO_READV, &aiocb_ops));
2181 return (aio_aqueue(td, uap->aiocbp, NULL, LIO_WRITE, &aiocb_ops));
2188 return (aio_aqueue(td, uap->aiocbp, NULL, LIO_WRITEV, &aiocb_ops));
2195 return (aio_aqueue(td, uap->aiocbp, NULL, LIO_MLOCK, &aiocb_ops));
2201 struct aiocb_ops *ops)
2408 nent, sigp, &aiocb_ops);
2482 struct timespec *ts, struct aiocb_ops *ops)
2565 return (kern_aio_waitcomplete(td, uap->aiocbp, tsp, &aiocb_ops));
2570 struct aiocb_ops *ops)
2592 return (kern_aio_fsync(td, uap->op, uap->aiocbp, &aiocb_ops));
2867 static struct aiocb_ops aiocb32_ops = {
2877 static struct aiocb_ops aiocb32_ops_osigevent = {