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

/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c1526 const struct vki_io_event *vev = ((struct vki_io_event *)ARG4) + i; local
1527 const struct vki_iocb *cb = (struct vki_iocb *)(Addr)vev->obj;
1531 if (vev->result > 0)
1532 POST_MEM_WRITE( cb->aio_buf, vev->result );
1545 if (vev->result > 0) {
1547 Int remains = vev->result;

Completed in 210 milliseconds