Home | History | Annotate | Download | only in m_syswrap

Lines Matching refs:tvp

1275    PRE_REG_READ2(long, "futimes", int, fd, struct timeval *, tvp);
1279 PRE_timeval_READ( "futimes(tvp[0])", ARG2 );
1280 PRE_timeval_READ( "futimes(tvp[1])", ARG2+sizeof(struct vki_timeval) );