Home
last modified time | relevance | path

Searched refs:NLM_GRANTED_MSG (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/nlm/
H A Dnlm_prot_svc.c185 case NLM_GRANTED_MSG: in nlm_prog_1()
281 case NLM_GRANTED_MSG: in nlm_prog_3()
H A Dnlm_prot.h313 #define NLM_GRANTED_MSG ((unsigned long)(10)) macro
H A Dnlm_prot_clnt.c109 return (CLNT_CALL_EXT(clnt, ext, NLM_GRANTED_MSG, in nlm_granted_msg_1()
/freebsd/include/rpcsvc/
H A Dnlm_prot.x284 void NLM_GRANTED_MSG(struct nlm_testargs) = 10;
/freebsd/usr.sbin/rpc.lockd/
H A Dtest.c157 …if (clnt_call(clnt, NLM_GRANTED_MSG, xdr_nlm_testargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCE…
H A Dlockd_lock.c2228 success = clnt_call(cli, NLM_GRANTED_MSG, in send_granted()