Home
last modified time | relevance | path

Searched refs:utimeout (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/rpc/
H A Dclnt_rc.c281 struct timeval utimeout) in clnt_reconnect_call() argument
323 resultsp, utimeout); in clnt_reconnect_call()
338 && utimeout.tv_sec == 0 in clnt_reconnect_call()
339 && utimeout.tv_usec == 0)) { in clnt_reconnect_call()
H A Dclnt_bck.c188 struct timeval utimeout, in clnt_bck_call() argument
231 timeout = utimeout; /* use supplied timeout */ in clnt_bck_call()
H A Dclnt_nl.c257 struct mbuf *args, struct mbuf **resultsp, struct timeval utimeout) in clnt_nl_call() argument
336 (nl->nl_timo ? nl->nl_timo : tvtohz(&utimeout)) / in clnt_nl_call()
H A Drpc_generic.c738 struct timeval utimeout) /* seconds to wait before giving up */ in clnt_call_private() argument
754 stat = CLNT_CALL_MBUF(cl, ext, proc, mreq, &mrep, utimeout); in clnt_call_private()
H A Dclnt_dg.c329 struct timeval utimeout) /* seconds to wait before giving up */ in clnt_dg_call() argument
377 tvp = &utimeout; /* use supplied timeout */ in clnt_dg_call()
H A Dclnt_vc.c287 struct timeval utimeout) in clnt_vc_call() argument
329 timeout = utimeout; /* use supplied timeout */ in clnt_vc_call()
/freebsd/lib/libc/rpc/
H A Dclnt_dg.c315 xdrproc_t xresults, void *resultsp, struct timeval utimeout) in clnt_dg_call() argument
347 timeout = utimeout; /* use supplied timeout */ in clnt_dg_call()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c9473 struct timeval utimeout; in nfsrpc_bindconnsess() local
9486 utimeout.tv_sec = 30; in nfsrpc_bindconnsess()
9487 utimeout.tv_usec = 0; in nfsrpc_bindconnsess()
9491 &nd->nd_mrep, utimeout); in nfsrpc_bindconnsess()