| /netbsd/src/sys/fs/nfs/nlm/ |
| D | nlm_prot.h | 224 struct nlm4_res { struct 228 typedef struct nlm4_res nlm4_res; typedef 356 extern enum clnt_stat nlm4_lock_4(nlm4_lockargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, s… 357 extern bool_t nlm4_lock_4_svc(nlm4_lockargs *, nlm4_res *, struct svc_req *); 359 extern enum clnt_stat nlm4_cancel_4(nlm4_cancargs *, nlm4_res *, CLIENT *, struct rpc_callextra *,… 360 extern bool_t nlm4_cancel_4_svc(nlm4_cancargs *, nlm4_res *, struct svc_req *); 362 extern enum clnt_stat nlm4_unlock_4(nlm4_unlockargs *, nlm4_res *, CLIENT *, struct rpc_callextra … 363 extern bool_t nlm4_unlock_4_svc(nlm4_unlockargs *, nlm4_res *, struct svc_req *); 365 extern enum clnt_stat nlm4_granted_4(nlm4_testargs *, nlm4_res *, CLIENT *, struct rpc_callextra *… 366 extern bool_t nlm4_granted_4_svc(nlm4_testargs *, nlm4_res *, struct svc_req *); [all …]
|
| D | nlm_prot_server.c | 105 nlm_convert_to_nlm_res(struct nlm_res *dst, struct nlm4_res *src) in nlm_convert_to_nlm_res() 112 nlm_convert_to_nlm4_res(struct nlm4_res *dst, struct nlm_res *src) in nlm_convert_to_nlm4_res() 161 nlm4_res res4; in nlm_lock_1_svc() 182 nlm4_res res4; in nlm_cancel_1_svc() 201 nlm4_res res4; in nlm_unlock_1_svc() 218 nlm4_res res4; in nlm_granted_1_svc() 267 nlm4_res res4; in nlm_lock_msg_1_svc() 297 nlm4_res res4; in nlm_cancel_msg_1_svc() 325 nlm4_res res4; in nlm_unlock_msg_1_svc() 351 nlm4_res res4; in nlm_granted_msg_1_svc() [all …]
|
| D | nlm.h | 170 extern int nlm_do_lock(nlm4_lockargs *argp, nlm4_res *result, 180 extern int nlm_do_cancel(nlm4_cancargs *argp, nlm4_res *result, 190 extern int nlm_do_unlock(nlm4_unlockargs *argp, nlm4_res *result, 200 extern int nlm_do_granted(nlm4_testargs *argp, nlm4_res *result, 207 extern void nlm_do_granted_res(nlm4_res *argp, struct svc_req *rqstp);
|
| D | nlm_prot_svc.c | 359 nlm4_res nlm4_lock_res_4_arg; in nlm_prog_4() 360 nlm4_res nlm4_cancel_res_4_arg; in nlm_prog_4() 361 nlm4_res nlm4_unlock_res_4_arg; in nlm_prog_4() 362 nlm4_res nlm4_granted_res_4_arg; in nlm_prog_4() 370 nlm4_res nlm4_lock_4_res; in nlm_prog_4() 371 nlm4_res nlm4_cancel_4_res; in nlm_prog_4() 372 nlm4_res nlm4_unlock_4_res; in nlm_prog_4() 373 nlm4_res nlm4_granted_4_res; in nlm_prog_4() 376 nlm4_res nlm4_nm_lock_4_res; in nlm_prog_4()
|
| D | nlm_prot_clnt.c | 212 nlm4_lock_4(nlm4_lockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struc… in nlm4_lock_4() 221 nlm4_cancel_4(nlm4_cancargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, str… in nlm4_cancel_4() 230 nlm4_unlock_4(nlm4_unlockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, s… in nlm4_unlock_4() 239 nlm4_granted_4(nlm4_testargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, st… in nlm4_granted_4() 302 nlm4_lock_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct tim… in nlm4_lock_res_4() 311 nlm4_cancel_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct t… in nlm4_cancel_res_4() 320 nlm4_unlock_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct t… in nlm4_unlock_res_4() 329 nlm4_granted_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct … in nlm4_granted_res_4() 356 nlm4_nm_lock_4(nlm4_lockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, st… in nlm4_nm_lock_4()
|
| D | nlm_advlock.c | 561 nlm_convert_to_nlm4_res(struct nlm4_res *dst, struct nlm_res *src) in nlm_convert_to_nlm4_res() 599 nlm_lock_rpc(rpcvers_t vers, nlm4_lockargs *args, nlm4_res *res, CLIENT *client, in nlm_lock_rpc() 628 nlm_cancel_rpc(rpcvers_t vers, nlm4_cancargs *args, nlm4_res *res, CLIENT *client, in nlm_cancel_rpc() 655 nlm_unlock_rpc(rpcvers_t vers, nlm4_unlockargs *args, nlm4_res *res, CLIENT *client, in nlm_unlock_rpc() 767 struct nlm4_res res; in nlm_setlock() 966 struct nlm4_res res; in nlm_clearlock()
|
| D | nlm_prot_impl.c | 1961 nlm_do_lock(nlm4_lockargs *argp, nlm4_res *result, struct svc_req *rqstp, in nlm_do_lock() 2150 nlm_do_cancel(nlm4_cancargs *argp, nlm4_res *result, struct svc_req *rqstp, in nlm_do_cancel() 2240 nlm_do_unlock(nlm4_unlockargs *argp, nlm4_res *result, struct svc_req *rqstp, in nlm_do_unlock() 2302 nlm_do_granted(nlm4_testargs *argp, nlm4_res *result, struct svc_req *rqstp, in nlm_do_granted() 2347 nlm_do_granted_res(nlm4_res *argp, struct svc_req *rqstp) in nlm_do_granted_res()
|
| D | nlm_prot_xdr.c | 354 xdr_nlm4_res(XDR *xdrs, nlm4_res *objp) in xdr_nlm4_res()
|
| /netbsd/src/lib/librpcsvc/ |
| D | nlm_prot.x | 205 struct nlm4_res { struct 300 nlm4_res NLM4_LOCK(nlm4_lockargs) = 2; 301 nlm4_res NLM4_CANCEL(nlm4_cancargs) = 3; 302 nlm4_res NLM4_UNLOCK(nlm4_unlockargs) = 4; 303 nlm4_res NLM4_GRANTED(nlm4_testargs) = 5; 310 void NLM4_LOCK_RES(nlm4_res) = 12; 311 void NLM4_CANCEL_RES(nlm4_res) = 13; 312 void NLM4_UNLOCK_RES(nlm4_res) = 14; 313 void NLM4_GRANTED_RES(nlm4_res) = 15; 316 nlm4_res NLM4_NM_LOCK(nlm4_lockargs) = 22;
|
| /netbsd/src/usr.sbin/rpc.lockd/ |
| D | lock_proc.c | 293 transmit4_result(int opcode, nlm4_res *result, struct sockaddr *addr) in transmit4_result() 885 nlm4_res * 888 static nlm4_res result; in nlm4_lock_4_svc() 904 static nlm4_res result; in nlm4_lock_msg_4_svc() 924 nlm4_res * 927 static nlm4_res result; in nlm4_cancel_4_svc() 946 static nlm4_res result; in nlm4_cancel_msg_4_svc() 971 nlm4_res * 974 static nlm4_res result; in nlm4_unlock_4_svc() 988 static nlm4_res result; in nlm4_unlock_msg_4_svc() [all …]
|
| D | lockd_lock.h | 19 void transmit4_result(int, nlm4_res *, struct sockaddr *);
|
| D | lockd_lock.c | 618 static struct nlm4_res retval4; in send_granted()
|