Home
last modified time | relevance | path

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

/freebsd/include/rpcsvc/
H A Dnlm_prot.x304 nlm4_res NLM4_GRANTED(nlm4_testargs) = 5;
/freebsd/sys/nlm/
H A Dnlm_prot_svc.c409 case NLM4_GRANTED: in nlm_prog_4()
H A Dnlm_prot.h361 #define NLM4_GRANTED ((unsigned long)(5)) macro
H A Dnlm_prot_clnt.c235 return (CLNT_CALL_EXT(clnt, ext, NLM4_GRANTED, in nlm4_granted_4()
/freebsd/usr.sbin/rpc.lockd/
H A Dlockd_lock.c2209 success = clnt_call(cli, NLM4_GRANTED, in send_granted()