Searched refs:NLM_UNLOCK_MSG (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/nlm/ |
H A D | nlm_prot_svc.c | 179 case NLM_UNLOCK_MSG: in nlm_prog_1() 280 case NLM_UNLOCK_MSG: in nlm_prog_3()
|
H A D | nlm_prot.h | 310 #define NLM_UNLOCK_MSG ((unsigned long)(9)) macro
|
H A D | nlm_prot_clnt.c | 100 return (CLNT_CALL_EXT(clnt, ext, NLM_UNLOCK_MSG, in nlm_unlock_msg_1()
|
/freebsd/include/rpcsvc/ |
H A D | nlm_prot.x | 283 void NLM_UNLOCK_MSG(struct nlm_unlockargs) = 9;
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | kern.c | 427 (void)clnt_call(cli, NLM_UNLOCK_MSG, in unlock_request() 448 (void)clnt_call(cli, NLM_UNLOCK_MSG, in unlock_request()
|
H A D | test.c | 142 …if (clnt_call(clnt, NLM_UNLOCK_MSG, xdr_nlm_unlockargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCC…
|