Home
last modified time | relevance | path

Searched refs:NLM4_GRANTED_MSG (Results 1 – 5 of 5) sorted by relevance

/freebsd/include/rpcsvc/
H A Dnlm_prot.x309 void NLM4_GRANTED_MSG(nlm4_testargs) = 10;
/freebsd/sys/nlm/
H A Dnlm_prot_svc.c439 case NLM4_GRANTED_MSG: in nlm_prog_4()
H A Dnlm_prot.h376 #define NLM4_GRANTED_MSG ((unsigned long)(10)) macro
H A Dnlm_prot_clnt.c280 return (CLNT_CALL_EXT(clnt, ext, NLM4_GRANTED_MSG, in nlm4_granted_msg_4()
/freebsd/usr.sbin/rpc.lockd/
H A Dlockd_lock.c2205 success = clnt_call(cli, NLM4_GRANTED_MSG, in send_granted()