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

/darwin-on-arm/xnu/bsd/sys/
H A Daio.h265 * asynchronous I/O request via aio_read(), aio_write(), or lio_listio(). This
280 int aio_write( struct aiocb * aiocbp );
/darwin-on-arm/xnu/bsd/man/man2/
H A DMakefile22 aio_write.2 \
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_aio.c1235 /* aio_write - asynchronously write uap->aiocbp->aio_nbytes bytes to the
1241 aio_write(proc_t p, struct aio_write_args *uap, int *retval ) function
1259 } /* aio_write */
/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.
4752 /* test direct IO (F_NOCACHE) and aio_write */
4774 my_err = aio_write( my_aiocbp );
4776 printf( "aio_write failed with error %d - \"%s\" \n", my_err, strerror( my_err) );
4814 printf( "aio_read or aio_write failed - wrong data read \n" );
4848 my_err = aio_write( my_aiocbp );
4850 printf( "aio_write failed with error %d - \"%s\" \n", my_err, strerror( my_err) );
4902 printf( "aio_fsync or aio_write failed - wrong data read \n" );

Completed in 85 milliseconds