Home
last modified time | relevance | path

Searched refs:aiocb (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Daio.h35 struct aiocb struct
45 struct aiocb *__next_prio; argument
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,
[all …]