Home
last modified time | relevance | path

Searched refs:tottimeout (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_simple.c93 struct timeval timeout, tottimeout; in rpc_call() local
158 tottimeout.tv_sec = 25; in rpc_call()
159 tottimeout.tv_usec = 0; in rpc_call()
161 outproc, out, tottimeout); in rpc_call()
H A Drpcb_clnt.c64 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()
1266 tottimeout); in rpcb_gettime()
1298 tottimeout); in rpcb_taddr2uaddr()
[all …]
H A Dpmap_clnt.c55 static const struct timeval tottimeout = { 60, 0 }; variable
146 (caddr_t)&port, tottimeout) != RPC_SUCCESS) { in pmap_getport()
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.c542 struct timeval tottimeout; in statd_call_statd() local
580 tottimeout.tv_sec = SM_RPC_TIMEOUT; in statd_call_statd()
581 tottimeout.tv_usec = 0; in statd_call_statd()
584 &tottimeout)) == NULL) { in statd_call_statd()
591 xdr_void, NULL, tottimeout); in statd_call_statd()
618 (char *)&ntf, xdr_void, NULL, tottimeout); in statd_call_statd()
H A Dsm_proc.c752 struct timeval tottimeout; in statd_call_lockd() local
772 tottimeout.tv_sec = SM_RPC_TIMEOUT; in statd_call_lockd()
773 tottimeout.tv_usec = 0; in statd_call_lockd()
776 "ticotsord", &tottimeout); in statd_call_lockd()
782 (char *)&stat, xdr_void, NULL, tottimeout); in statd_call_lockd()
/illumos-gate/usr/src/cmd/fs.d/ufs/quota/
H A Dquota.c829 struct timeval tottimeout = {20, 0}; in callaurpc() local
848 &tottimeout); in callaurpc()
865 outproc, out, tottimeout); in callaurpc()