Symbol: nlm4_shareargs
sys/fs/nfs/nlm/nlm_prot.h
259
typedef struct nlm4_shareargs nlm4_shareargs;
sys/fs/nfs/nlm/nlm_prot.h
398
extern enum clnt_stat nlm4_share_4(nlm4_shareargs *, nlm4_shareres *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
399
extern bool_t nlm4_share_4_svc(nlm4_shareargs *, nlm4_shareres *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
401
extern enum clnt_stat nlm4_unshare_4(nlm4_shareargs *, nlm4_shareres *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
402
extern bool_t nlm4_unshare_4_svc(nlm4_shareargs *, nlm4_shareres *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
441
extern bool_t xdr_nlm4_shareargs(XDR *, nlm4_shareargs*);
sys/fs/nfs/nlm/nlm_prot_clnt.c
338
nlm4_share_4(nlm4_shareargs *argp, nlm4_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/fs/nfs/nlm/nlm_prot_clnt.c
347
nlm4_unshare_4(nlm4_shareargs *argp, nlm4_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/fs/nfs/nlm/nlm_prot_server.c
436
nlm4_shareargs args4;
sys/fs/nfs/nlm/nlm_prot_server.c
457
nlm4_shareargs args4;
sys/fs/nfs/nlm/nlm_prot_server.c
681
nlm4_share_4_svc(nlm4_shareargs *argp, nlm4_shareres *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
690
nlm4_unshare_4_svc(nlm4_shareargs *argp, nlm4_shareres *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_svc.c
363
nlm4_shareargs nlm4_share_4_arg;
sys/fs/nfs/nlm/nlm_prot_svc.c
364
nlm4_shareargs nlm4_unshare_4_arg;
sys/fs/nfs/nlm/nlm_prot_xdr.c
410
xdr_nlm4_shareargs(XDR *xdrs, nlm4_shareargs *objp)
usr.sbin/rpc.lockd/lock_proc.c
1136
nlm4_share_4_svc(nlm4_shareargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
1156
nlm4_unshare_4_svc(nlm4_shareargs *arg, struct svc_req *rqstp)