Home
last modified time | relevance | path

Searched refs:nr_handle (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_rpc_handle.c136 if (rpcp->nr_handle == NULL) { in refresh_nlm_rpc()
141 CRED(), &rpcp->nr_handle); in refresh_nlm_rpc()
153 if (clnt_control(rpcp->nr_handle, CLSET_NODELAYONERR, in refresh_nlm_rpc()
158 ret = clnt_tli_kinit(rpcp->nr_handle, &hostp->nh_knc, in refresh_nlm_rpc()
175 stat = nlm_null_rpc(rpcp->nr_handle, rpcp->nr_vers); in refresh_nlm_rpc()
183 (void) CLNT_CONTROL(rpcp->nr_handle, CLSET_XID, in refresh_nlm_rpc()
362 ASSERT(rpcp->nr_handle == NULL); in nlm_rpch_dtor()
368 if (rpcp->nr_handle != NULL) { in destroy_rpch()
369 AUTH_DESTROY(rpcp->nr_handle->cl_auth); in destroy_rpch()
370 CLNT_DESTROY(rpcp->nr_handle); in destroy_rpch()
[all …]
H A Dnlm_client.c791 stat = nlm_lock_rpc(&args, &res, rpcp->nr_handle, vers); in nlm_call_lock()
984 stat = nlm_cancel_rpc(&cargs, &res, rpcp->nr_handle, vers); in nlm_call_cancel()
1063 stat = nlm_unlock_rpc(&args, &res, rpcp->nr_handle, vers); in nlm_call_unlock()
1135 stat = nlm_test_rpc(&args, &res, rpcp->nr_handle, vers); in nlm_call_test()
1365 stat = nlm_share_rpc(&args, &res, rpcp->nr_handle, vers); in nlm_call_share()
1442 stat = nlm_unshare_rpc(&args, &res, rpcp->nr_handle, vers); in nlm_call_unshare()
H A Dnlm_service.c95 _stat = (*(callb))(resp, NULL, (rpcp)->nr_handle); \
99 CLNT_GETERR((rpcp)->nr_handle, &_err); \
784 status = (*grant_cb)(&args, &res, (rpcp)->nr_handle); in nlm_block()
788 CLNT_GETERR((rpcp)->nr_handle, &err); in nlm_block()
H A Dnlm_impl.h279 CLIENT *nr_handle; /* (l) */ member