Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/nfs/dfshares/
H A Ddfshares.c95 struct timeval rpc_totout_new = {15, 0}; variable
107 (void) __rpc_control(CLCR_SET_RPCB_TIMEOUT, &rpc_totout_new);
/titanic_41/usr/src/cmd/fs.d/nfs/dfmounts/
H A Ddfmounts.c109 static struct timeval rpc_totout_new = {15, 0}; variable
129 (void) __rpc_control(CLCR_SET_RPCB_TIMEOUT, &rpc_totout_new);
/titanic_41/usr/src/cmd/fs.d/nfs/showmount/
H A Dshowmount.c70 struct timeval rpc_totout_new = {15, 0}; variable
129 __rpc_control(CLCR_SET_RPCB_TIMEOUT, &rpc_totout_new); in main()