Home
last modified time | relevance | path

Searched refs:timeop (Results 1 – 1 of 1) sorted by relevance

/src/sys/fs/nfsclient/
H A Dnfs_clvfsops.c2148 struct timeval *timeop) in nfs_getnlminfo() argument
2164 if (timeop != NULL) { in nfs_getnlminfo()
2165 timeop->tv_sec = nmp->nm_timeo / NFS_HZ; in nfs_getnlminfo()
2166 timeop->tv_usec = (nmp->nm_timeo % NFS_HZ) * (1000000 / NFS_HZ); in nfs_getnlminfo()