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

/darwin-on-arm/xnu/bsd/sys/
H A Daio.h203 int aio_error( const struct aiocb * aiocbp );
213 * value may be used as an argument to aio_error() and aio_return() in order to
227 * The aiocbp value may be used as an argument to aio_error() and aio_return() in
247 * is used in a call to aio_return() or aio_error(), an error may be returned.
276 * The aiocbp argument may be used as an argument to aio_error() and aio_return()
/darwin-on-arm/xnu/bsd/man/man2/
H A DMakefile18 aio_error.2 \
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c4691 * Test aio_error, aio_read, aio_return, aio_suspend, aio_write, fcntl system calls.
4781 my_err = aio_error( my_aiocbp );
4793 printf( "aio_error failed with error %d - \"%s\" \n", my_err, strerror( my_err ) );
4803 my_err = aio_error( my_aiocbp );
4854 my_err = aio_error( my_aiocbp );
4866 printf( "aio_error failed with error %d - \"%s\" \n", my_err, strerror( my_err ) );
4877 my_err = aio_error( my_aiocbp );
4888 printf( "aio_error failed with error %d - \"%s\" \n", my_err, strerror( my_err ) );
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_aio.c626 * aio_error - return the error status associated with the async IO
632 aio_error(proc_t p, struct aio_error_args *uap, int *retval ) function
683 } /* aio_error */
1452 * via aio_error and aio_return. We must keep completed requests until

Completed in 131 milliseconds