Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/dfshares/
H A Ddfshares.c94 struct timeval rpc_totout_new = {15, 0}; variable
105 (void) __rpc_control(CLCR_SET_RPCB_TIMEOUT, &rpc_totout_new); in pr_exports()
/illumos-gate/usr/src/cmd/fs.d/nfs/dfmounts/
H A Ddfmounts.c108 static struct timeval rpc_totout_new = {15, 0}; variable
127 (void) __rpc_control(CLCR_SET_RPCB_TIMEOUT, &rpc_totout_new); in pr_mounts()
/illumos-gate/usr/src/cmd/fs.d/nfs/showmount/
H A Dshowmount.c71 struct timeval rpc_totout_new = {15, 0}; variable
129 (void) __rpc_control(CLCR_SET_RPCB_TIMEOUT, &rpc_totout_new); in main()