Searched refs:CLSET_RETRY_TIMEOUT (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/lib/libc/rpc/
H A Dclnt_simple.c184 CLSET_RETRY_TIMEOUT, (char *)(void *)&timeout);
H A Drpcb_clnt.c766 CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, (char *)&rpcbrmttime);
879 CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, (char *)&rpcbrmttime);
938 CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, (char *) &rpcbrmttime);
1124 CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, (char *)(void *)&rmttimeout);
H A Dkey_call.c407 (void) clnt_control(kcp->client, CLSET_RETRY_TIMEOUT,
H A Drpc_soc.c173 (void) CLNT_CONTROL(cl, CLSET_RETRY_TIMEOUT, &wait);
H A Dclnt_dg.c698 case CLSET_RETRY_TIMEOUT:
/freebsd-12-stable/sys/rpc/
H A Dclnt_rc.c214 CLNT_CONTROL(newclient, CLSET_RETRY_TIMEOUT, &rc->rc_retry);
409 case CLSET_RETRY_TIMEOUT:
H A Dclnt.h341 #define CLSET_RETRY_TIMEOUT 4 /* set retry timeout (timeval) */ macro
H A Drpcb_clnt.c804 CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, (char *)&rpcbrmttime);
919 CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, (char *)&rpcbrmttime);
978 CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, (char *) &rpcbrmttime);
1169 CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, (char *)(void *)&rmttimeout);
H A Dclnt_dg.c850 case CLSET_RETRY_TIMEOUT:
/freebsd-12-stable/include/rpc/
H A Dclnt.h228 #define CLSET_RETRY_TIMEOUT 4 /* set retry timeout (timeval) */ macro
/freebsd-12-stable/contrib/amd/amq/
H A Damq.c589 clnt_control(clnt, CLSET_RETRY_TIMEOUT, (char *) &tv);
/freebsd-12-stable/usr.bin/quota/
H A Dquota.c678 CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, (char *)(void *)&timeout);
/freebsd-12-stable/lib/libc/yp/
H A Dyplib.c567 clnt_control(ysd->dom_client, CLSET_RETRY_TIMEOUT, (char*)&tv);
/freebsd-12-stable/sys/fs/nfs/
H A Dnfs_commonkrpc.c385 * - CLSET_RETRY_TIMEOUT sets the initial timeout for the timer
400 CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, &timo);

Completed in 113 milliseconds