Home
last modified time | relevance | path

Searched refs:rc_client (Results 1 – 2 of 2) sorted by relevance

/src/sys/rpc/
H A Dclnt_rc.c110 rc->rc_client = NULL; in clnt_reconnect_create()
151 if (rc->rc_client) { in clnt_reconnect_connect()
256 KASSERT(rc->rc_client == NULL, ("rc_client not null")); in clnt_reconnect_connect()
258 rc->rc_client = newclient; in clnt_reconnect_connect()
301 if (!rc->rc_client) { in clnt_reconnect_call()
319 if (!rc->rc_client) { in clnt_reconnect_call()
324 CLNT_ACQUIRE(rc->rc_client); in clnt_reconnect_call()
325 client = rc->rc_client; in clnt_reconnect_call()
371 if (rc->rc_client == client) { in clnt_reconnect_call()
372 rc->rc_client = NULL; in clnt_reconnect_call()
[all …]
H A Dkrpc.h80 CLIENT* rc_client; /* underlying RPC client */ member