Home
last modified time | relevance | path

Searched refs:NLM_UNLOCK (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/sys/nlm/
HDnlm_prot_svc.c151 case NLM_UNLOCK: in nlm_prog_1()
277 case NLM_UNLOCK: in nlm_prog_3()
HDnlm_prot.h296 #define NLM_UNLOCK ((unsigned long)(4)) macro
HDnlm_prot_clnt.c59 return (CLNT_CALL_EXT(clnt, ext, NLM_UNLOCK, in nlm_unlock_1()
/freebsd-11-stable/include/rpcsvc/
HDnlm_prot.x278 nlm_res NLM_UNLOCK(struct nlm_unlockargs) = 4;
/freebsd-11-stable/usr.sbin/rpc.lockd/
HDtest.c75 …if (clnt_call(clnt, NLM_UNLOCK, xdr_nlm_unlockargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCE…