Searched refs:aio_error (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Daio.h189 int aio_error( const struct aiocb * aiocbp );
199 * value may be used as an argument to aio_error() and aio_return() in order to
213 * The aiocbp value may be used as an argument to aio_error() and aio_return() in
233 * is used in a call to aio_return() or aio_error(), an error may be returned.
262 * The aiocbp argument may be used as an argument to aio_error() and aio_return()
/xnu-2422.115.4/bsd/man/man2/
H A DMakefile18 aio_error.2 \
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dtests.c4711 * Test aio_error, aio_read, aio_return, aio_suspend, aio_write, fcntl system calls.
4801 my_err = aio_error( my_aiocbp );
4813 printf( "aio_error failed with error %d - \"%s\" \n", my_err, strerror( my_err ) );
4823 my_err = aio_error( my_aiocbp );
4874 my_err = aio_error( my_aiocbp );
4886 printf( "aio_error failed with error %d - \"%s\" \n", my_err, strerror( my_err ) );
4897 my_err = aio_error( my_aiocbp );
4908 printf( "aio_error failed with error %d - \"%s\" \n", my_err, strerror( my_err ) );
/xnu-2422.115.4/bsd/kern/
H A Dkern_aio.c625 * aio_error - return the error status associated with the async IO
631 aio_error(proc_t p, struct aio_error_args *uap, int *retval ) function
682 } /* aio_error */
1451 * via aio_error and aio_return. We must keep completed requests until

Completed in 23 milliseconds