Searched refs:CLNT_CALL_EXT (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/nlm/ |
H A D | nlm_prot_clnt.c | 19 return (CLNT_CALL_EXT(clnt, ext, NLM_SM_NOTIFY, in nlm_sm_notify_0() 28 return (CLNT_CALL_EXT(clnt, ext, NLM_TEST, in nlm_test_1() 37 return (CLNT_CALL_EXT(clnt, ext, NLM_LOCK, in nlm_lock_1() 46 return (CLNT_CALL_EXT(clnt, ext, NLM_CANCEL, in nlm_cancel_1() 55 return (CLNT_CALL_EXT(clnt, ext, NLM_UNLOCK, in nlm_unlock_1() 64 return (CLNT_CALL_EXT(clnt, ext, NLM_GRANTED, in nlm_granted_1() 73 return (CLNT_CALL_EXT(clnt, ext, NLM_TEST_MSG, in nlm_test_msg_1() 82 return (CLNT_CALL_EXT(clnt, ext, NLM_LOCK_MSG, in nlm_lock_msg_1() 91 return (CLNT_CALL_EXT(clnt, ext, NLM_CANCEL_MSG, in nlm_cancel_msg_1() 100 return (CLNT_CALL_EXT(clnt, ext, NLM_UNLOCK_MSG, in nlm_unlock_msg_1() [all …]
|
/freebsd/sys/rpc/ |
H A D | clnt.h | 216 #define CLNT_CALL_EXT(rh, ext, proc, xargs, argsp, xres, resp, secs) \ macro
|
/freebsd/sys/rpc/rpcsec_gss/ |
H A D | rpcsec_gss.c | 896 call_stat = CLNT_CALL_EXT(gd->gd_clnt, &ext, NULLPROC, in rpc_gss_init() 1080 CLNT_CALL_EXT(gd->gd_clnt, &ext, NULLPROC, in rpc_gss_destroy_context()
|