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

/xnu-2422.115.4/bsd/sys/
H A Daio.h114 * aio_cancel() return values
179 int aio_cancel( int fd,
/xnu-2422.115.4/bsd/man/man2/
H A DMakefile17 aio_cancel.2 \
/xnu-2422.115.4/bsd/kern/
H A Dkern_aio.c497 * aio_cancel - attempt to cancel one or more async IO requests currently
504 aio_cancel(proc_t p, struct aio_cancel_args *uap, int *retval ) function
570 } /* aio_cancel */
965 * aio_cancel, close, and at exit.
975 * land data that has not been copied in (when called from aio_cancel() )
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dtests.c4947 /* test aio_cancel */
4950 my_err = aio_cancel( my_aiocbp->aio_fildes, my_aiocbp );
4952 printf( "aio_cancel failed with error %d - \"%s\" \n", my_err, strerror( my_err) );

Completed in 46 milliseconds