Home
last modified time | relevance | path

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

/freebsd/sys/nlm/
H A Dnlm_prot_svc.c137 case NLM_LOCK: in nlm_prog_1()
273 case NLM_LOCK: in nlm_prog_3()
H A Dnlm_prot.h289 #define NLM_LOCK ((unsigned long)(2)) macro
H A Dnlm_prot_clnt.c37 return (CLNT_CALL_EXT(clnt, ext, NLM_LOCK, in nlm_lock_1()
/freebsd/include/rpcsvc/
H A Dnlm_prot.x268 nlm_res NLM_LOCK(struct nlm_lockargs) = 2;
/freebsd/usr.sbin/rpc.lockd/
H A Dtest.c34 …if (st = clnt_call(clnt, NLM_LOCK, xdr_nlm_lockargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCC…