EINVAL | The aio_context specified by ctx_id is invalid. nr is less than 0. The iocb at *iocbpp[0] is not properly initialized, or the operation specified is invalid for the file descriptor in the iocb. |
EFAULT | One of the data structures points to invalid data. |
EBADF | The file descriptor specified in the first iocb is invalid. |
EAGAIN | Insufficient resources are available to queue any iocbs. |
ENOSYS | io_submit is not implemented on this architecture. |
|