Home
last modified time | relevance | path

Searched refs:NLM_UNLOCK_RES (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/sys/nlm/
HDnlm_prot_svc.c211 case NLM_UNLOCK_RES: in nlm_prog_1()
287 case NLM_UNLOCK_RES: in nlm_prog_3()
HDnlm_prot.h325 #define NLM_UNLOCK_RES ((unsigned long)(14)) macro
HDnlm_prot_clnt.c147 return (CLNT_CALL_EXT(clnt, ext, NLM_UNLOCK_RES, in nlm_unlock_res_1()
/freebsd-14-stable/include/rpcsvc/
HDnlm_prot.x294 void NLM_UNLOCK_RES(nlm_res) = 14;
/freebsd-14-stable/usr.sbin/rpc.lockd/
HDtest.c225 if (clnt_call(clnt, NLM_UNLOCK_RES, xdr_nlm_res, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
HDlock_proc.c645 transmit_result(NLM_UNLOCK_RES, &res, getrpcaddr(rqstp)); in nlm_unlock_msg_1_svc()