Searched refs:NLM_UNLOCK_RES (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/sys/nlm/ |
| D | nlm_prot_svc.c | 211 case NLM_UNLOCK_RES: in nlm_prog_1() 287 case NLM_UNLOCK_RES: in nlm_prog_3()
|
| D | nlm_prot.h | 326 #define NLM_UNLOCK_RES ((unsigned long)(14)) macro
|
| D | nlm_prot_clnt.c | 149 return (CLNT_CALL_EXT(clnt, ext, NLM_UNLOCK_RES, in nlm_unlock_res_1()
|
| /freebsd-10-stable/include/rpcsvc/ |
| D | nlm_prot.x | 295 void NLM_UNLOCK_RES(nlm_res) = 14;
|
| /freebsd-10-stable/usr.sbin/rpc.lockd/ |
| D | test.c | 226 if (clnt_call(clnt, NLM_UNLOCK_RES, xdr_nlm_res, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
|
| D | lock_proc.c | 676 transmit_result(NLM_UNLOCK_RES, &res, getrpcaddr(rqstp));
|