Searched refs:cu_total (Results 1 – 4 of 4) sorted by relevance
87 struct timeval cu_total; member160 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;
84 struct timeval cu_total; member155 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 */
104 struct timeval cu_total; /* total time for the call */ member202 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()
57 struct timeval cu_total; /* total time for the call */ member