Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dbrpc.h40 #define RPC_RCVWAIT_MSEC (20000) /* default response waittime */ macro
H A Dmount.c393 wait.tv_sec = RPC_RCVWAIT_MSEC / 1000; in nfs4init()
656 wait.tv_sec = RPC_RCVWAIT_MSEC / 1000; in boot_nfs_mountroot()
H A Drpc.c336 wait_time = (wait_time == 0) ? RPC_RCVWAIT_MSEC : (wait_time * 1000); in brpc_call()
H A Dclnt_btcp.c307 ct->ct_total.tv_sec = RPC_RCVWAIT_MSEC / 1000; in clntbtcp_call()
H A Dclnt_budp.c250 wait_time = RPC_RCVWAIT_MSEC; in clntbudp_call()