HomeSort by: relevance | last modified time | path
    Searched defs:tvout (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/nfs/
nfs_socket.c 1018 struct timeval tvin, tvout; local in function:nfs_getreq
1020 memset(&tvout, 0, sizeof tvout); /* XXX gcc */
1218 tvout.tv_sec = fxdr_unsigned(long, tvout.tv_sec);
1219 tvout.tv_usec = fxdr_unsigned(long, tvout.tv_usec);
1221 nuidp->nu_timestamp.tv_sec > tvout.tv_sec ||
1222 (nuidp->nu_timestamp.tv_sec == tvout.tv_sec &&
1223 nuidp->nu_timestamp.tv_usec > tvout.tv_usec))
    [all...]
nfs_socket.c 1018 struct timeval tvin, tvout; local in function:nfs_getreq
1020 memset(&tvout, 0, sizeof tvout); /* XXX gcc */
1218 tvout.tv_sec = fxdr_unsigned(long, tvout.tv_sec);
1219 tvout.tv_usec = fxdr_unsigned(long, tvout.tv_usec);
1221 nuidp->nu_timestamp.tv_sec > tvout.tv_sec ||
1222 (nuidp->nu_timestamp.tv_sec == tvout.tv_sec &&
1223 nuidp->nu_timestamp.tv_usec > tvout.tv_usec))
    [all...]
nfs_socket.c 1018 struct timeval tvin, tvout; local in function:nfs_getreq
1020 memset(&tvout, 0, sizeof tvout); /* XXX gcc */
1218 tvout.tv_sec = fxdr_unsigned(long, tvout.tv_sec);
1219 tvout.tv_usec = fxdr_unsigned(long, tvout.tv_usec);
1221 nuidp->nu_timestamp.tv_sec > tvout.tv_sec ||
1222 (nuidp->nu_timestamp.tv_sec == tvout.tv_sec &&
1223 nuidp->nu_timestamp.tv_usec > tvout.tv_usec))
    [all...]
nfs_socket.c 1018 struct timeval tvin, tvout; local in function:nfs_getreq
1020 memset(&tvout, 0, sizeof tvout); /* XXX gcc */
1218 tvout.tv_sec = fxdr_unsigned(long, tvout.tv_sec);
1219 tvout.tv_usec = fxdr_unsigned(long, tvout.tv_usec);
1221 nuidp->nu_timestamp.tv_sec > tvout.tv_sec ||
1222 (nuidp->nu_timestamp.tv_sec == tvout.tv_sec &&
1223 nuidp->nu_timestamp.tv_usec > tvout.tv_usec))
    [all...]

Completed in 118 milliseconds