Searched refs:NLM_GRANTED_MSG (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/nlm/ |
H A D | nlm_prot_svc.c | 185 case NLM_GRANTED_MSG: in nlm_prog_1() 281 case NLM_GRANTED_MSG: in nlm_prog_3()
|
H A D | nlm_prot.h | 313 #define NLM_GRANTED_MSG ((unsigned long)(10)) macro
|
H A D | nlm_prot_clnt.c | 109 return (CLNT_CALL_EXT(clnt, ext, NLM_GRANTED_MSG, in nlm_granted_msg_1()
|
/freebsd/include/rpcsvc/ |
H A D | nlm_prot.x | 284 void NLM_GRANTED_MSG(struct nlm_testargs) = 10;
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | test.c | 157 …if (clnt_call(clnt, NLM_GRANTED_MSG, xdr_nlm_testargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCE…
|
H A D | lockd_lock.c | 2228 success = clnt_call(cli, NLM_GRANTED_MSG, in send_granted()
|