Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/dfshares/
H A Ddfshares.c102 struct timeval tout, rpc_totout_old; in pr_exports() local
104 (void) __rpc_control(CLCR_GET_RPCB_TIMEOUT, &rpc_totout_old); in pr_exports()
107 cl = mountprog_client_create(host, &rpc_totout_old); in pr_exports()
112 (void) __rpc_control(CLCR_SET_RPCB_TIMEOUT, &rpc_totout_old); in pr_exports()
/illumos-gate/usr/src/cmd/fs.d/nfs/dfmounts/
H A Ddfmounts.c124 struct timeval tout, rpc_totout_old; in pr_mounts() local
126 (void) __rpc_control(CLCR_GET_RPCB_TIMEOUT, &rpc_totout_old); in pr_mounts()
129 cl = mountprog_client_create(host, &rpc_totout_old); in pr_mounts()
134 (void) __rpc_control(CLCR_SET_RPCB_TIMEOUT, &rpc_totout_old); in pr_mounts()
/illumos-gate/usr/src/cmd/fs.d/nfs/showmount/
H A Dshowmount.c85 struct timeval tout, rpc_totout_old; in main() local
128 (void) __rpc_control(CLCR_GET_RPCB_TIMEOUT, &rpc_totout_old); in main()
131 cl = mountprog_client_create(host, &rpc_totout_old); in main()
136 (void) __rpc_control(CLCR_SET_RPCB_TIMEOUT, &rpc_totout_old); in main()