Lines Matching refs:client
91 CLIENT *client, rpcvers_t vers) in nlm_test_rpc() argument
94 return (nlm4_test_4(args, res, client)); in nlm_test_rpc()
105 stat = nlm_test_1(&args1, &res1, client); in nlm_test_rpc()
122 CLIENT *client, rpcvers_t vers) in nlm_lock_rpc() argument
125 return (nlm4_lock_4(args, res, client)); in nlm_lock_rpc()
139 stat = nlm_lock_1(&args1, &res1, client); in nlm_lock_rpc()
151 CLIENT *client, rpcvers_t vers) in nlm_cancel_rpc() argument
154 return (nlm4_cancel_4(args, res, client)); in nlm_cancel_rpc()
166 stat = nlm_cancel_1(&args1, &res1, client); in nlm_cancel_rpc()
178 CLIENT *client, rpcvers_t vers) in nlm_unlock_rpc() argument
181 return (nlm4_unlock_4(args, res, client)); in nlm_unlock_rpc()
191 stat = nlm_unlock_1(&args1, &res1, client); in nlm_unlock_rpc()
202 nlm_null_rpc(CLIENT *client, rpcvers_t vers) in nlm_null_rpc() argument
205 return (nlm4_null_4(NULL, NULL, client)); in nlm_null_rpc()
207 return (nlm_null_1(NULL, NULL, client)); in nlm_null_rpc()
237 CLIENT *client, rpcvers_t vers) in nlm_share_rpc() argument
240 return (nlm4_share_4(args, res, client)); in nlm_share_rpc()
251 stat = nlm_share_3(&args3, &res3, client); in nlm_share_rpc()
263 CLIENT *client, rpcvers_t vers) in nlm_unshare_rpc() argument
266 return (nlm4_unshare_4(args, res, client)); in nlm_unshare_rpc()
277 stat = nlm_unshare_3(&args3, &res3, client); in nlm_unshare_rpc()