Searched refs:nlm_rpc_t (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/klm/ |
H A D | nlm_rpc_handle.c | 64 static void destroy_rpch(nlm_rpc_t *); 65 static nlm_rpc_t *get_nlm_rpc_fromcache(struct nlm_host *, int); 67 static int refresh_nlm_rpc(struct nlm_host *, nlm_rpc_t *); 68 static void nlm_host_rele_rpc_locked(struct nlm_host *, nlm_rpc_t *); 70 static nlm_rpc_t * 73 nlm_rpc_t *rpcp; in get_nlm_rpc_fromcache() 131 refresh_nlm_rpc(struct nlm_host *hostp, nlm_rpc_t *rpcp) in refresh_nlm_rpc() 199 nlm_host_get_rpc(struct nlm_host *hostp, int vers, nlm_rpc_t **rpcpp) in nlm_host_get_rpc() 201 nlm_rpc_t *rpcp = NULL; in nlm_host_get_rpc() 279 nlm_rpc_t *, rpcp); in nlm_host_get_rpc() [all …]
|
H A D | nlm_impl.h | 282 } nlm_rpc_t; typedef 613 int nlm_host_get_rpc(struct nlm_host *, int, nlm_rpc_t **); 614 void nlm_host_rele_rpc(struct nlm_host *, nlm_rpc_t *);
|
H A D | nlm_service.c | 332 nlm_rpc_t *rpcp = NULL; in nlm_do_test() 483 nlm_rpc_t *rpcp = NULL; in nlm_do_lock() 707 nlm_rpc_t *rpcp = NULL; in nlm_block() 845 nlm_rpc_t *rpcp = NULL; in nlm_do_cancel() 941 nlm_rpc_t *rpcp = NULL; in nlm_do_unlock() 1038 nlm_rpc_t *rpcp = NULL; in nlm_do_granted()
|
H A D | nlm_client.c | 779 nlm_rpc_t *rpcp; in nlm_call_lock() 975 nlm_rpc_t *rpcp; in nlm_call_cancel() 1054 nlm_rpc_t *rpcp; in nlm_call_unlock() 1126 nlm_rpc_t *rpcp; in nlm_call_test() 1356 nlm_rpc_t *rpcp; in nlm_call_share() 1433 nlm_rpc_t *rpcp; in nlm_call_unshare()
|