Searched refs:NLM_UNLOCK_MSG (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/sys/nlm/ |
| D | nlm_prot_svc.c | 181 case NLM_UNLOCK_MSG: in nlm_prog_1() 282 case NLM_UNLOCK_MSG: in nlm_prog_3()
|
| D | nlm_prot.h | 311 #define NLM_UNLOCK_MSG ((unsigned long)(9)) macro
|
| D | nlm_prot_clnt.c | 104 return (CLNT_CALL_EXT(clnt, ext, NLM_UNLOCK_MSG, in nlm_unlock_msg_1()
|
| /freebsd-10-stable/include/rpcsvc/ |
| D | nlm_prot.x | 290 void NLM_UNLOCK_MSG(struct nlm_unlockargs) = 9;
|
| /freebsd-10-stable/usr.sbin/rpc.lockd/ |
| D | kern.c | 431 (void)clnt_call(cli, NLM_UNLOCK_MSG, in unlock_request() 452 (void)clnt_call(cli, NLM_UNLOCK_MSG, in unlock_request()
|
| D | test.c | 151 …if (clnt_call(clnt, NLM_UNLOCK_MSG, xdr_nlm_unlockargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCC…
|