Searched refs:cu_total (Results 1 – 3 of 3) sorted by relevance
92 struct timeval cu_total; member165 cu->cu_total.tv_sec = -1; in clntudp_bufcreate()166 cu->cu_total.tv_usec = -1; in clntudp_bufcreate()260 if (cu->cu_total.tv_usec == -1) { in clntudp_call()263 timeout = cu->cu_total; /* use default timeout */ in clntudp_call()455 cu->cu_total = *(struct timeval *)info; in clntudp_control()458 *(struct timeval *)info = cu->cu_total; in clntudp_control()
163 struct timeval cu_total; /* total time for the call */ member248 cu->cu_total.tv_sec = -1; in clnt_dg_create()249 cu->cu_total.tv_usec = -1; in clnt_dg_create()346 if (cu->cu_total.tv_usec == -1) { in clnt_dg_call()349 timeout = cu->cu_total; /* use default timeout */ in clnt_dg_call()676 cu->cu_total = *(struct timeval *)info; in clnt_dg_control()679 *(struct timeval *)info = cu->cu_total; in clnt_dg_control()
140 struct timeval cu_total; /* total time for the call */ member232 cu->cu_total.tv_sec = -1; in clnt_dg_create()233 cu->cu_total.tv_usec = -1; in clnt_dg_create()377 if (cu->cu_total.tv_usec == -1) { in clnt_dg_call()380 tvp = &cu->cu_total; /* use default timeout */ in clnt_dg_call()843 cu->cu_total = *(struct timeval *)info; in clnt_dg_control()846 *(struct timeval *)info = cu->cu_total; in clnt_dg_control()