Searched refs:nr_handle (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/klm/ |
H A D | nlm_rpc_handle.c | 135 if (rpcp->nr_handle == NULL) { in refresh_nlm_rpc() 140 CRED(), &rpcp->nr_handle); in refresh_nlm_rpc() 152 if (clnt_control(rpcp->nr_handle, CLSET_NODELAYONERR, in refresh_nlm_rpc() 157 ret = clnt_tli_kinit(rpcp->nr_handle, &hostp->nh_knc, in refresh_nlm_rpc() 174 stat = nlm_null_rpc(rpcp->nr_handle, rpcp->nr_vers); in refresh_nlm_rpc() 349 ASSERT(rpcp->nr_handle == NULL); in nlm_rpch_dtor() 355 if (rpcp->nr_handle != NULL) { in destroy_rpch() 356 AUTH_DESTROY(rpcp->nr_handle->cl_auth); in destroy_rpch() 357 CLNT_DESTROY(rpcp->nr_handle); in destroy_rpch() 358 rpcp->nr_handle = NULL; in destroy_rpch()
|
H A D | nlm_client.c | 791 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 D | nlm_impl.h | 279 CLIENT *nr_handle; /* (l) */ member
|
H A D | nlm_service.c | 94 _stat = (*(callb))(resp, NULL, (rpcp)->nr_handle); \ 98 CLNT_GETERR((rpcp)->nr_handle, &_err); \
|