Home | History | Annotate | Download | only in rpc.lockd

Lines Matching defs:timeo

269 	struct timeval timeo;
273 timeo.tv_sec = 0; /* No timeout - not expecting response */
274 timeo.tv_usec = 0;
277 result, xdr_void, &dummy, timeo);
297 struct timeval timeo;
301 timeo.tv_sec = 0; /* No timeout - not expecting response */
302 timeo.tv_usec = 0;
305 result, xdr_void, &dummy, timeo);
399 struct timeval timeo;
429 timeo.tv_sec = 0; /* No timeout - not expecting response */
430 timeo.tv_usec = 0;
433 &result, xdr_void, &dummy, timeo);
844 struct timeval timeo;
867 timeo.tv_sec = 0; /* No timeout - not expecting response */
868 timeo.tv_usec = 0;
871 &result, xdr_void, &dummy, timeo);