Searched refs:AIO_READ (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Daio_kern.h69 #define AIO_READ 0x00000001 /* a read */ macro
/xnu-2782.1.97/bsd/kern/
H A Dkern_aio.c740 error = aio_queue_async_request( p, uap->aiocbp, AIO_READ );
1688 if ( (entryp->flags & AIO_READ) != 0 ) {
2099 entryp->flags |= AIO_READ;
2113 if ( (entryp->flags & (AIO_READ | AIO_WRITE)) != 0 ) {

Completed in 24 milliseconds