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

/freebsd-10.0-release/sys/rpc/
H A Dclnt_rc.c108 rc->rc_client = NULL;
144 if (rc->rc_client) {
152 * that rc_client will still be NULL after it is re-locked below,
200 KASSERT(rc->rc_client == NULL, ("rc_client not null"));
202 rc->rc_client = newclient;
245 if (!rc->rc_client) {
263 if (!rc->rc_client) {
268 CLNT_ACQUIRE(rc->rc_client);
269 client = rc->rc_client;
[all...]
H A Dkrpc.h73 CLIENT* rc_client; /* underlying RPC client */ member in struct:rc_data

Completed in 91 milliseconds