Home
last modified time | relevance | path

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

/freebsd/sys/nlm/
H A Dnlm_prot_svc.c179 case NLM_UNLOCK_MSG: in nlm_prog_1()
280 case NLM_UNLOCK_MSG: in nlm_prog_3()
H A Dnlm_prot.h310 #define NLM_UNLOCK_MSG ((unsigned long)(9)) macro
H A Dnlm_prot_clnt.c100 return (CLNT_CALL_EXT(clnt, ext, NLM_UNLOCK_MSG, in nlm_unlock_msg_1()
/freebsd/include/rpcsvc/
H A Dnlm_prot.x283 void NLM_UNLOCK_MSG(struct nlm_unlockargs) = 9;
/freebsd/usr.sbin/rpc.lockd/
H A Dkern.c427 (void)clnt_call(cli, NLM_UNLOCK_MSG, in unlock_request()
448 (void)clnt_call(cli, NLM_UNLOCK_MSG, in unlock_request()
H A Dtest.c142 …if (clnt_call(clnt, NLM_UNLOCK_MSG, xdr_nlm_unlockargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCC…