Searched defs:vev (Results 1 - 1 of 1) sorted by path

/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c1728 const struct vki_io_event *vev = ((struct vki_io_event *)ARG4) + i; local
1729 const struct vki_iocb *cb = (struct vki_iocb *)(Addr)vev->obj;
1733 if (vev->result > 0)
1734 POST_MEM_WRITE( cb->aio_buf, vev->result );
1747 if (vev->result > 0) {
1749 Int remains = vev->result;

Completed in 558 milliseconds