Searched refs:tottimeout (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | clnt_simple.c | 95 struct timeval timeout, tottimeout; in rpc_call() local 160 tottimeout.tv_sec = 25; in rpc_call() 161 tottimeout.tv_usec = 0; in rpc_call() 163 outproc, out, tottimeout); in rpc_call()
|
H A D | rpcb_clnt.c | 64 static struct timeval tottimeout = { 60, 0 }; variable 114 *(struct timeval *)info = tottimeout; in __rpc_control() 117 tottimeout = *(struct timeval *)info; in __rpc_control() 489 (xdrproc_t)xdr_bool, (char *)&rslt, tottimeout); in rpcb_set() 526 (xdrproc_t)xdr_bool, (char *)&rslt, tottimeout); in rpcb_unset() 664 tp = &tottimeout; in __rpcb_findaddr_timed() 1117 (char *)&head, tottimeout); in rpcb_getmaps() 1136 (char *)&head, tottimeout) == RPC_SUCCESS) in rpcb_getmaps() 1255 (xdrproc_t)xdr_time_t, (char *)timep, tottimeout); in rpcb_gettime() 1266 tottimeout); in rpcb_gettime() [all …]
|
H A D | pmap_clnt.c | 55 static const struct timeval tottimeout = { 60, 0 }; variable 146 (caddr_t)&port, tottimeout) != RPC_SUCCESS) { in pmap_getport()
|
/titanic_50/usr/src/cmd/fs.d/nfs/statd/ |
H A D | sm_statd.c | 544 struct timeval tottimeout; in statd_call_statd() local 584 tottimeout.tv_sec = SM_RPC_TIMEOUT; in statd_call_statd() 585 tottimeout.tv_usec = 0; in statd_call_statd() 588 &tottimeout)) == NULL) { in statd_call_statd() 595 xdr_void, NULL, tottimeout); in statd_call_statd() 622 (char *)&ntf, xdr_void, NULL, tottimeout); in statd_call_statd()
|
H A D | sm_proc.c | 738 struct timeval tottimeout; in statd_call_lockd() local 758 tottimeout.tv_sec = SM_RPC_TIMEOUT; in statd_call_lockd() 759 tottimeout.tv_usec = 0; in statd_call_lockd() 762 "ticotsord", &tottimeout); in statd_call_lockd() 768 (char *)&stat, xdr_void, NULL, tottimeout); in statd_call_lockd()
|
/titanic_50/usr/src/cmd/fs.d/ufs/quota/ |
H A D | quota.c | 829 struct timeval tottimeout = {20, 0}; in callaurpc() local 848 &tottimeout); in callaurpc() 865 outproc, out, tottimeout); in callaurpc()
|