Home
last modified time | relevance | path

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

/titanic_50/usr/src/ucblib/librpcsoc/
H A Dclnt_udp.c87 struct timeval cu_total; member
160 cu->cu_total.tv_sec = -1;
161 cu->cu_total.tv_usec = -1;
244 if (cu->cu_total.tv_usec == -1) {
247 timeout = cu->cu_total; /* use default timeout */
474 cu->cu_total = *(struct timeval *)info;
477 *(struct timeval *)info = cu->cu_total;
/titanic_50/usr/src/stand/lib/fs/nfs/
H A Dclnt_budp.c84 struct timeval cu_total; member
155 cu->cu_total.tv_sec = -1;
156 cu->cu_total.tv_usec = -1;
253 if (cu->cu_total.tv_usec == -1)
256 timeout = cu->cu_total; /* use default timeout */
/titanic_50/usr/src/lib/libnsl/rpc/
H A Dclnt_dg.c104 struct timeval cu_total; /* total time for the call */ member
202 cu->cu_total.tv_sec = -1; in clnt_dg_create()
203 cu->cu_total.tv_usec = -1; in clnt_dg_create()
288 if (cu->cu_total.tv_usec == -1) { in clnt_dg_call()
291 timeout = cu->cu_total; /* use default timeout */ in clnt_dg_call()
748 cu->cu_total = *(struct timeval *)info; in clnt_dg_control()
752 *(struct timeval *)info = cu->cu_total; in clnt_dg_control()
/titanic_50/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss_utils.c57 struct timeval cu_total; /* total time for the call */ member