Searched refs:utimeout (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/rpc/ |
H A D | clnt_rc.c | 281 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 D | clnt_bck.c | 188 struct timeval utimeout, in clnt_bck_call() argument 231 timeout = utimeout; /* use supplied timeout */ in clnt_bck_call()
|
H A D | clnt_nl.c | 257 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 D | rpc_generic.c | 738 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 D | clnt_dg.c | 329 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 D | clnt_vc.c | 287 struct timeval utimeout) in clnt_vc_call() argument 329 timeout = utimeout; /* use supplied timeout */ in clnt_vc_call()
|
/freebsd/lib/libc/rpc/ |
H A D | clnt_dg.c | 315 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 D | nfs_clrpcops.c | 9473 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()
|