Home
last modified time | relevance | path

Searched refs:cu_total (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dclnt_udp.c85 struct timeval cu_total; member
158 cu->cu_total.tv_sec = -1;
159 cu->cu_total.tv_usec = -1;
242 if (cu->cu_total.tv_usec == -1) {
245 timeout = cu->cu_total; /* use default timeout */
472 cu->cu_total = *(struct timeval *)info;
475 *(struct timeval *)info = cu->cu_total;
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dclnt_budp.c82 struct timeval cu_total; member
148 cu->cu_total.tv_sec = -1; in clntbudp_bufcreate()
149 cu->cu_total.tv_usec = -1; in clntbudp_bufcreate()
236 if (cu->cu_total.tv_usec == -1) in clntbudp_call()
239 timeout = cu->cu_total; /* use default timeout */ in clntbudp_call()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_dg.c105 struct timeval cu_total; /* total time for the call */ member
203 cu->cu_total.tv_sec = -1; in clnt_dg_create()
204 cu->cu_total.tv_usec = -1; in clnt_dg_create()
289 if (cu->cu_total.tv_usec == -1) { in clnt_dg_call()
292 timeout = cu->cu_total; /* use default timeout */ in clnt_dg_call()
749 cu->cu_total = *(struct timeval *)info; in clnt_dg_control()
753 *(struct timeval *)info = cu->cu_total; in clnt_dg_control()
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss_utils.c55 struct timeval cu_total; /* total time for the call */ member