Home | History | Annotate | Download | only in include

Lines Matching defs:aiocb64

61    to __return_value have to be the same in aiocb and aiocb64.  */
63 struct aiocb64
221 extern int aio_read64 (struct aiocb64 *__aiocbp) __THROW __nonnull ((1));
222 extern int aio_write64 (struct aiocb64 *__aiocbp) __THROW __nonnull ((1));
225 struct aiocb64 *__const __list[__restrict_arr],
229 extern int aio_error64 (__const struct aiocb64 *__aiocbp)
231 extern __ssize_t aio_return64 (struct aiocb64 *__aiocbp)
234 extern int aio_cancel64 (int __fildes, struct aiocb64 *__aiocbp) __THROW;
236 extern int aio_suspend64 (__const struct aiocb64 *__const __list[], int __nent,
240 extern int aio_fsync64 (int __operation, struct aiocb64 *__aiocbp)