Home
last modified time | relevance | path

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

/freebsd/sys/nlm/
H A Dnlm_prot_svc.c149 case NLM_UNLOCK: in nlm_prog_1()
275 case NLM_UNLOCK: in nlm_prog_3()
H A Dnlm_prot.h295 #define NLM_UNLOCK ((unsigned long)(4)) macro
H A Dnlm_prot_clnt.c55 return (CLNT_CALL_EXT(clnt, ext, NLM_UNLOCK, in nlm_unlock_1()
/freebsd/include/rpcsvc/
H A Dnlm_prot.x271 nlm_res NLM_UNLOCK(struct nlm_unlockargs) = 4;
/freebsd/usr.sbin/rpc.lockd/
H A Dtest.c66 …if (clnt_call(clnt, NLM_UNLOCK, xdr_nlm_unlockargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCE…