Lines Matching refs:wait
389 struct timeval wait; in nfs4init() local
395 wait.tv_sec = RPC_RCVWAIT_MSEC / 1000; in nfs4init()
396 wait.tv_usec = 0; in nfs4init()
411 NFS_V4, wait, &fd, in nfs4init()
426 xdr_void, NULL, wait); in nfs4init()
563 struct timeval wait; in boot_nfs_mountroot() local
658 wait.tv_sec = RPC_RCVWAIT_MSEC / 1000; in boot_nfs_mountroot()
659 wait.tv_usec = 0; in boot_nfs_mountroot()
679 wait.tv_sec = ival / 10; in boot_nfs_mountroot()
680 wait.tv_usec = (ival % 10) * 100000; in boot_nfs_mountroot()
782 roothandle.version, wait, &fd, bufsize, bufsize); in boot_nfs_mountroot()
790 xdr_void, NULL, xdr_void, NULL, wait); in boot_nfs_mountroot()
804 roothandle.version, wait, &fd, bufsize, bufsize); in boot_nfs_mountroot()
814 xdr_void, NULL, xdr_void, NULL, wait); in boot_nfs_mountroot()