Lines Matching refs:clnt
228 nlm_granted_1_cb(nlm4_testargs *argp, nlm4_res *resp, CLIENT *clnt) in nlm_granted_1_cb() argument
240 rv = nlm_granted_1(&args1, &res1, clnt); in nlm_granted_1_cb()
348 nlm_test_res_1_cb(nlm4_testres *res4, void *null, CLIENT *clnt) in nlm_test_res_1_cb() argument
359 return (nlm_test_res_1(&res1, null, clnt)); in nlm_test_res_1_cb()
399 nlm_lock_res_1_cb(nlm4_res *resp, void *null, CLIENT *clnt) in nlm_lock_res_1_cb() argument
404 return (nlm_lock_res_1(&res1, null, clnt)); in nlm_lock_res_1_cb()
408 nlm_granted_msg_1_cb(nlm4_testargs *argp, nlm4_res *resp, CLIENT *clnt) in nlm_granted_msg_1_cb() argument
417 rv = nlm_granted_msg_1(&args1, NULL, clnt); in nlm_granted_msg_1_cb()
455 nlm_cancel_res_1_cb(nlm4_res *res4, void *null, CLIENT *clnt) in nlm_cancel_res_1_cb() argument
460 return (nlm_cancel_res_1(&res1, null, clnt)); in nlm_cancel_res_1_cb()
490 nlm_unlock_res_1_cb(nlm4_res *res4, void *null, CLIENT *clnt) in nlm_unlock_res_1_cb() argument
495 return (nlm_unlock_res_1(&res1, null, clnt)); in nlm_unlock_res_1_cb()
526 nlm_granted_res_1_cb(nlm4_res *res4, void *null, CLIENT *clnt) in nlm_granted_res_1_cb() argument
531 return (nlm_granted_res_1(&res1, null, clnt)); in nlm_granted_res_1_cb()
798 nlm4_granted_msg_4_cb(nlm4_testargs *argp, nlm4_res *resp, CLIENT *clnt) in nlm4_granted_msg_4_cb() argument
802 rv = nlm4_granted_msg_4(argp, NULL, clnt); in nlm4_granted_msg_4_cb()