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

  /src/sys/nfs/
nfs_iod.c 341 struct timeval ktvout, tv; local in function:nfs_getnickauth
345 memset(&ktvout, 0, sizeof ktvout); /* XXX gcc */
393 *verfp++ = ktvout.tv_sec;
394 *verfp++ = ktvout.tv_usec;
409 struct timeval ktvin, ktvout; local in function:nfs_savenickauth
415 memset(&ktvout, 0, sizeof ktvout); /* XXX gcc */
431 ktvout.tv_sec = fxdr_unsigned(long, ktvout.tv_sec)
    [all...]
nfs_socket.c 600 struct timeval ktvin, ktvout; local in function:nfs_rephead
602 memset(&ktvout, 0, sizeof ktvout); /* XXX gcc */
633 *tl = ktvout.tv_sec;
635 *tl++ = ktvout.tv_usec;

Completed in 12 milliseconds