Home
last modified time | relevance | path

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

/freebsd/sys/nlm/
H A Dnlm_prot_svc.c173 case NLM_CANCEL_MSG: in nlm_prog_1()
279 case NLM_CANCEL_MSG: in nlm_prog_3()
H A Dnlm_prot.h307 #define NLM_CANCEL_MSG ((unsigned long)(8)) macro
H A Dnlm_prot_clnt.c91 return (CLNT_CALL_EXT(clnt, ext, NLM_CANCEL_MSG, in nlm_cancel_msg_1()
/freebsd/include/rpcsvc/
H A Dnlm_prot.x282 void NLM_CANCEL_MSG(struct nlm_cancargs) =8;
/freebsd/usr.sbin/rpc.lockd/
H A Dtest.c127 …if (clnt_call(clnt, NLM_CANCEL_MSG, xdr_nlm_cancargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCES…