Lines Matching refs:aiocb
17 struct aiocb {
42 int aio_read(struct aiocb *);
43 int aio_write(struct aiocb *);
44 int aio_error(const struct aiocb *);
45 ssize_t aio_return(struct aiocb *);
46 int aio_cancel(int, struct aiocb *);
47 int aio_suspend(const struct aiocb *const [], int, const struct timespec *);
48 int aio_fsync(int, struct aiocb *);
50 int lio_listio(int, struct aiocb *__restrict const *__restrict, int, struct sigevent *__restrict);
53 #define aiocb64 aiocb