Searched defs:cu_total (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss_utils.c57 struct timeval cu_total; /* total time for the call */ member in struct:cu_data
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dclnt_udp.c87 struct timeval cu_total; member in struct:cu_data
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;
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dclnt_budp.c84 struct timeval cu_total; member in struct:cu_data
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 */
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_dg.c104 struct timeval cu_total; /* total time for the call */ member in struct:cu_data
202 cu->cu_total.tv_sec = -1;
203 cu->cu_total.tv_usec = -1;
288 if (cu->cu_total.tv_usec == -1) {
291 timeout = cu->cu_total; /* use default timeout */
748 cu->cu_total = *(struct timeval *)info;
752 *(struct timeval *)info = cu->cu_total;

Completed in 64 milliseconds