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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Daio_kern.h62 #define AIO_READ 0x00000001 macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_aio.c466 error = aio_queue_async_request( p, uap->aiocbp, AIO_READ );
1215 if ( (entryp->flags & AIO_READ) != 0 ) {
1321 if ( (entryp->flags & AIO_READ) != 0 ) {
1799 entryp->flags |= AIO_READ;
1813 if ( (entryp->flags & (AIO_READ | AIO_WRITE)) != 0 ) {

Completed in 96 milliseconds