Searched refs:NLM_UNLOCK_RES (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/nlm/ |
H A D | nlm_prot_svc.c | 209 case NLM_UNLOCK_RES: in nlm_prog_1() 285 case NLM_UNLOCK_RES: in nlm_prog_3()
|
H A D | nlm_prot.h | 325 #define NLM_UNLOCK_RES ((unsigned long)(14)) macro
|
H A D | nlm_prot_clnt.c | 145 return (CLNT_CALL_EXT(clnt, ext, NLM_UNLOCK_RES, in nlm_unlock_res_1()
|
/freebsd/include/rpcsvc/ |
H A D | nlm_prot.x | 288 void NLM_UNLOCK_RES(nlm_res) = 14;
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | test.c | 217 if (clnt_call(clnt, NLM_UNLOCK_RES, xdr_nlm_res, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
|
H A D | lock_proc.c | 645 transmit_result(NLM_UNLOCK_RES, &res, getrpcaddr(rqstp)); in nlm_unlock_msg_1_svc()
|