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

/darwin-on-arm/xnu/bsd/sys/
H A Daio.h213 * 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
245 * aio_return() function may be called exactly once to retrieve the return status
247 * is used in a call to aio_return() or aio_error(), an error may be returned.
249 * asynchronous operation, then aio_return() may be successfully used to
252 ssize_t aio_return( struct aiocb * aiocbp );
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 DMakefile20 aio_return.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.
4789 my_result = aio_return( my_aiocbp );
4811 my_result = aio_return( my_aiocbp );
4862 my_result = aio_return( my_aiocbp );
4884 aio_return( my_aiocbp );
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_aio.c119 * user process calls aio_return or the process exits, either way that is our
754 * aio_return - return the return status associated with the async IO
761 aio_return(proc_t p, struct aio_return_args *uap, user_ssize_t *retval ) function
784 /* Done and valid for aio_return(), pull it off the list */
834 } /* aio_return */
1018 /* This will free if the aio_return() has already happened ... */
1452 * via aio_error and aio_return. We must keep completed requests until
1453 * released by the aio_return call.

Completed in 82 milliseconds