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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_simple.c95 struct timeval timeout, tottimeout; local
160 tottimeout.tv_sec = 25;
161 tottimeout.tv_usec = 0;
163 outproc, out, tottimeout);
H A Drpcb_clnt.c64 static struct timeval tottimeout = { 60, 0 }; variable in typeref:struct:timeval
114 *(struct timeval *)info = tottimeout;
117 tottimeout = *(struct timeval *)info;
489 (xdrproc_t)xdr_bool, (char *)&rslt, tottimeout);
526 (xdrproc_t)xdr_bool, (char *)&rslt, tottimeout);
664 tp = &tottimeout;
1117 (char *)&head, tottimeout);
1136 (char *)&head, tottimeout) == RPC_SUCCESS)
1255 (xdrproc_t)xdr_time_t, (char *)timep, tottimeout);
1266 tottimeout);
[all...]
H A Dpmap_clnt.c55 static const struct timeval tottimeout = { 60, 0 }; variable in typeref:struct:timeval
146 (caddr_t)&port, tottimeout) != RPC_SUCCESS) {
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.c544 struct timeval tottimeout; local
584 tottimeout.tv_sec = SM_RPC_TIMEOUT;
585 tottimeout.tv_usec = 0;
588 &tottimeout)) == NULL) {
595 xdr_void, NULL, tottimeout);
622 (char *)&ntf, xdr_void, NULL, tottimeout);
H A Dsm_proc.c738 struct timeval tottimeout; local
758 tottimeout.tv_sec = SM_RPC_TIMEOUT;
759 tottimeout.tv_usec = 0;
762 "ticotsord", &tottimeout);
768 (char *)&stat, xdr_void, NULL, tottimeout);
/illumos-gate/usr/src/cmd/fs.d/ufs/quota/
H A Dquota.c829 struct timeval tottimeout = {20, 0}; local
848 &tottimeout);
865 outproc, out, tottimeout);

Completed in 83 milliseconds