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

/freebsd-11-stable/lib/libc/rpc/
H A Dclnt_simple.c182 CLSET_RETRY_TIMEOUT, (char *)(void *)&timeout);
H A Drpcb_clnt.c764 CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, (char *)&rpcbrmttime);
877 CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, (char *)&rpcbrmttime);
936 CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, (char *) &rpcbrmttime);
1122 CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, (char *)(void *)&rmttimeout);
H A Dkey_call.c405 (void) clnt_control(kcp->client, CLSET_RETRY_TIMEOUT,
H A Drpc_soc.c171 (void) CLNT_CONTROL(cl, CLSET_RETRY_TIMEOUT, &wait);
H A Dclnt_dg.c696 case CLSET_RETRY_TIMEOUT:
/freebsd-11-stable/sys/rpc/
H A Dclnt_rc.c191 CLNT_CONTROL(newclient, CLSET_RETRY_TIMEOUT, &rc->rc_retry);
385 case CLSET_RETRY_TIMEOUT:
H A Drpcb_clnt.c802 CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, (char *)&rpcbrmttime);
917 CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, (char *)&rpcbrmttime);
976 CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, (char *) &rpcbrmttime);
1167 CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, (char *)(void *)&rmttimeout);
H A Dclnt.h339 #define CLSET_RETRY_TIMEOUT 4 /* set retry timeout (timeval) */ macro
H A Dclnt_dg.c852 case CLSET_RETRY_TIMEOUT:
/freebsd-11-stable/include/rpc/
H A Dclnt.h226 #define CLSET_RETRY_TIMEOUT 4 /* set retry timeout (timeval) */ macro
/freebsd-11-stable/contrib/amd/amq/
H A Damq.c589 clnt_control(clnt, CLSET_RETRY_TIMEOUT, (char *) &tv);
/freebsd-11-stable/usr.bin/quota/
H A Dquota.c676 CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, (char *)(void *)&timeout);
/freebsd-11-stable/lib/libc/yp/
H A Dyplib.c565 clnt_control(ysd->dom_client, CLSET_RETRY_TIMEOUT, (char*)&tv);
/freebsd-11-stable/sys/fs/nfs/
H A Dnfs_commonkrpc.c330 * - CLSET_RETRY_TIMEOUT sets the initial timeout for the timer
345 CLNT_CONTROL(client, CLSET_RETRY_TIMEOUT, &timo);

Completed in 109 milliseconds