Home
last modified time | relevance | path

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

/freebsd/sys/nlm/
H A Dnlm_prot_svc.c143 case NLM_CANCEL: in nlm_prog_1()
274 case NLM_CANCEL: in nlm_prog_3()
H A Dnlm_prot.h292 #define NLM_CANCEL ((unsigned long)(3)) macro
H A Dnlm_prot_clnt.c46 return (CLNT_CALL_EXT(clnt, ext, NLM_CANCEL, in nlm_cancel_1()
/freebsd/include/rpcsvc/
H A Dnlm_prot.x270 nlm_res NLM_CANCEL(struct nlm_cancargs) = 3;
/freebsd/usr.sbin/rpc.lockd/
H A Dtest.c51 …if (clnt_call(clnt, NLM_CANCEL, xdr_nlm_cancargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS…