Home | History | Annotate | Download | only in m_syswrap

Lines Matching refs:aio_read

3796 // We must record the aiocbp for each aio_read() in a table so that when
3798 // aio_read() as having been written. We don't have to do this for
3824 // If we found the aiocbp in our own table it must have been an aio_read(),
3858 PRE(aio_read)
3862 PRINT( "aio_read ( %#lx )", ARG1 );
3863 PRE_REG_READ1(long, "aio_read", struct vki_aiocb*, aiocbp);
3864 PRE_MEM_READ( "aio_read(aiocbp)", ARG1, sizeof(struct vki_aiocb));
3867 if (ML_(fd_allowed)(aiocbp->aio_fildes, "aio_read", tid, /*isNewFd*/False)) {
3868 PRE_MEM_WRITE("aio_read(aiocbp->aio_buf)",
3877 POST(aio_read)
3885 // should have caused the aio_read() to fail and we shouldn't have reached
8260 MACXY(__NR_aio_read, aio_read),