Home | History | Annotate | Download | only in include

Lines Matching refs:aiocb

35 struct aiocb
45 struct aiocb *__next_prio;
61 to __return_value have to be the same in aiocb and aiocb64. */
73 struct aiocb *__next_prio;
145 extern int aio_read (struct aiocb *__aiocbp) __THROW __nonnull ((1));
147 extern int aio_write (struct aiocb *__aiocbp) __THROW __nonnull ((1));
151 struct aiocb *__const __list[__restrict_arr],
156 extern int aio_error (__const struct aiocb *__aiocbp) __THROW __nonnull ((1));
158 extern __ssize_t aio_return (struct aiocb *__aiocbp) __THROW __nonnull ((1));
162 extern int aio_cancel (int __fildes, struct aiocb *__aiocbp) __THROW;
169 extern int aio_suspend (__const struct aiocb *__const __list[], int __nent,
175 extern int aio_fsync (int __operation, struct aiocb *__aiocbp)
179 extern int __REDIRECT_NTH (aio_read, (struct aiocb *__aiocbp), aio_read64)
181 extern int __REDIRECT_NTH (aio_write, (struct aiocb *__aiocbp), aio_write64)
186 struct aiocb *__const __list[__restrict_arr],
190 extern int __REDIRECT_NTH (aio_error, (__const struct aiocb *__aiocbp),
192 extern __ssize_t __REDIRECT_NTH (aio_return, (struct aiocb *__aiocbp),
196 (int __fildes, struct aiocb *__aiocbp),
200 (__const struct aiocb *__const __list[], int __nent,
205 (int __operation, struct aiocb *__aiocbp),