Searched refs:aio_read (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/main/memcheck/tests/darwin/
H A Daio.c38 assert( aio_read(&a) < 0); // invalid fd
44 assert( aio_read(&a) < 0); // unaddressable aio_buf
49 assert( aio_read(&a) == 0 );
51 assert( aio_read(&a) < 0 ); // (don't crash on the repeated &a)
H A Daio.stderr.exp2 Warning: invalid file descriptor -1 in syscall aio_read()
3 Syscall param aio_read(aiocbp->aio_buf) points to unaddressable byte(s)
H A Dscalar.stderr.exp816 Syscall param aio_read(aiocbp) contains uninitialised byte(s)
819 Syscall param aio_read(aiocbp) points to unaddressable byte(s)
/external/valgrind/main/coregrind/m_syswrap/
H A Dpriv_syswrap-darwin.h378 DECL_TEMPLATE(darwin, aio_read); // 318
H A Dsyswrap-darwin.c3777 // We must record the aiocbp for each aio_read() in a table so that when
3779 // aio_read() as having been written. We don't have to do this for
3805 // If we found the aiocbp in our own table it must have been an aio_read(),
3839 PRE(aio_read)
3843 PRINT( "aio_read ( %#lx )", ARG1 );
3844 PRE_REG_READ1(long, "aio_read", struct vki_aiocb*, aiocbp);
3845 PRE_MEM_READ( "aio_read(aiocbp)", ARG1, sizeof(struct vki_aiocb));
3848 if (ML_(fd_allowed)(aiocbp->aio_fildes, "aio_read", tid, /*isNewFd*/False)) {
3849 PRE_MEM_WRITE("aio_read(aiocbp->aio_buf)",
3858 POST(aio_read)
[all...]
/external/kernel-headers/original/linux/
H A Dfs.h1058 ssize_t (*aio_read) (struct kiocb *, char __user *, size_t, loff_t); member in struct:file_operations

Completed in 76 milliseconds