Searched refs:NLM_CANCEL_RES (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/nlm/ |
H A D | nlm_prot_svc.c | 203 case NLM_CANCEL_RES: in nlm_prog_1() 284 case NLM_CANCEL_RES: in nlm_prog_3()
|
H A D | nlm_prot.h | 322 #define NLM_CANCEL_RES ((unsigned long)(13)) macro
|
H A D | nlm_prot_clnt.c | 136 return (CLNT_CALL_EXT(clnt, ext, NLM_CANCEL_RES, in nlm_cancel_res_1()
|
/freebsd/include/rpcsvc/ |
H A D | nlm_prot.x | 287 void NLM_CANCEL_RES(nlm_res) = 13;
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | test.c | 202 if (clnt_call(clnt, NLM_CANCEL_RES, xdr_nlm_res, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
|
H A D | lock_proc.c | 602 transmit_result(NLM_CANCEL_RES, &res, getrpcaddr(rqstp)); in nlm_cancel_msg_1_svc()
|