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

/xnu-2422.115.4/bsd/sys/
H A Daio.h251 * asynchronous I/O request via aio_read(), aio_write(), or lio_listio(). This
266 int aio_write( struct aiocb * aiocbp );
/xnu-2422.115.4/bsd/man/man2/
H A DMakefile22 aio_write.2 \
/xnu-2422.115.4/bsd/kern/
H A Dkern_aio.c1234 /* aio_write - asynchronously write uap->aiocbp->aio_nbytes bytes to the
1240 aio_write(proc_t p, struct aio_write_args *uap, int *retval ) function
1258 } /* aio_write */
/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.
4772 /* test direct IO (F_NOCACHE) and aio_write */
4794 my_err = aio_write( my_aiocbp );
4796 printf( "aio_write failed with error %d - \"%s\" \n", my_err, strerror( my_err) );
4834 printf( "aio_read or aio_write failed - wrong data read \n" );
4868 my_err = aio_write( my_aiocbp );
4870 printf( "aio_write failed with error %d - \"%s\" \n", my_err, strerror( my_err) );
4922 printf( "aio_fsync or aio_write failed - wrong data read \n" );

Completed in 93 milliseconds