Searched refs:NLM_LOCK_RES (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/nlm/ |
H A D | nlm_prot_svc.c | 197 case NLM_LOCK_RES: in nlm_prog_1() 283 case NLM_LOCK_RES: in nlm_prog_3()
|
H A D | nlm_prot.h | 319 #define NLM_LOCK_RES ((unsigned long)(12)) macro
|
H A D | nlm_prot_clnt.c | 127 return (CLNT_CALL_EXT(clnt, ext, NLM_LOCK_RES, in nlm_lock_res_1()
|
/freebsd/include/rpcsvc/ |
H A D | nlm_prot.x | 286 void NLM_LOCK_RES(nlm_res) = 12;
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | test.c | 187 if (clnt_call(clnt, NLM_LOCK_RES, xdr_nlm_res, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
|
H A D | lock_proc.c | 552 transmit_result(NLM_LOCK_RES, &res, getrpcaddr(rqstp)); in nlm_lock_msg_1_svc()
|