Searched refs:NLM_GRANTED_RES (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/nlm/ |
H A D | nlm_prot_svc.c | 215 case NLM_GRANTED_RES: in nlm_prog_1() 286 case NLM_GRANTED_RES: in nlm_prog_3()
|
H A D | nlm_prot.h | 328 #define NLM_GRANTED_RES ((unsigned long)(15)) macro
|
H A D | nlm_prot_clnt.c | 154 return (CLNT_CALL_EXT(clnt, ext, NLM_GRANTED_RES, in nlm_granted_res_1()
|
/freebsd/include/rpcsvc/ |
H A D | nlm_prot.x | 289 void NLM_GRANTED_RES(nlm_res) = 15;
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | test.c | 232 if (clnt_call(clnt, NLM_GRANTED_RES, xdr_nlm_res, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
|
H A D | lock_proc.c | 698 transmit_result(NLM_GRANTED_RES, &res, getrpcaddr(rqstp)); in nlm_granted_msg_1_svc()
|