Symbol: nlm_shareargs
sys/fs/nfs/nlm/nlm_prot.h
140
typedef struct nlm_shareargs nlm_shareargs;
sys/fs/nfs/nlm/nlm_prot.h
338
extern enum clnt_stat nlm_share_3(nlm_shareargs *, nlm_shareres *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
339
extern bool_t nlm_share_3_svc(nlm_shareargs *, nlm_shareres *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
341
extern enum clnt_stat nlm_unshare_3(nlm_shareargs *, nlm_shareres *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
342
extern bool_t nlm_unshare_3_svc(nlm_shareargs *, nlm_shareres *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
426
extern bool_t xdr_nlm_shareargs(XDR *, nlm_shareargs*);
sys/fs/nfs/nlm/nlm_prot_clnt.c
167
nlm_share_3(nlm_shareargs *argp, nlm_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/fs/nfs/nlm/nlm_prot_clnt.c
176
nlm_unshare_3(nlm_shareargs *argp, nlm_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/fs/nfs/nlm/nlm_prot_server.c
433
nlm_share_3_svc(nlm_shareargs *argp, nlm_shareres *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
454
nlm_unshare_3_svc(nlm_shareargs *argp, nlm_shareres *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_svc.c
255
nlm_shareargs nlm_share_3_arg;
sys/fs/nfs/nlm/nlm_prot_svc.c
256
nlm_shareargs nlm_unshare_3_arg;
sys/fs/nfs/nlm/nlm_prot_xdr.c
205
xdr_nlm_shareargs(XDR *xdrs, nlm_shareargs *objp)
usr.sbin/rpc.lockd/lock_proc.c
722
nlm_share_3_svc(nlm_shareargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
742
nlm_unshare_3_svc(nlm_shareargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/test.c
265
nlm_share_3(nlm_shareargs *argp, CLIENT *clnt)
usr.sbin/rpc.lockd/test.c
281
nlm_unshare_3(nlm_shareargs *argp, CLIENT *clnt)