Symbol: nlm_shareargs
sys/nlm/nlm_prot.h
137
typedef struct nlm_shareargs nlm_shareargs;
sys/nlm/nlm_prot.h
335
extern enum clnt_stat nlm_share_3(nlm_shareargs *, nlm_shareres *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
336
extern bool_t nlm_share_3_svc(nlm_shareargs *, nlm_shareres *, struct svc_req *);
sys/nlm/nlm_prot.h
338
extern enum clnt_stat nlm_unshare_3(nlm_shareargs *, nlm_shareres *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
339
extern bool_t nlm_unshare_3_svc(nlm_shareargs *, nlm_shareres *, struct svc_req *);
sys/nlm/nlm_prot.h
423
extern bool_t xdr_nlm_shareargs(XDR *, nlm_shareargs*);
sys/nlm/nlm_prot_clnt.c
161
nlm_share_3(nlm_shareargs *argp, nlm_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
170
nlm_unshare_3(nlm_shareargs *argp, nlm_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_server.c
429
nlm_share_3_svc(nlm_shareargs *argp, nlm_shareres *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_server.c
450
nlm_unshare_3_svc(nlm_shareargs *argp, nlm_shareres *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_svc.c
251
nlm_shareargs nlm_share_3_arg;
sys/nlm/nlm_prot_svc.c
252
nlm_shareargs nlm_unshare_3_arg;
sys/nlm/nlm_prot_xdr.c
198
xdr_nlm_shareargs(XDR *xdrs, nlm_shareargs *objp)
usr.sbin/rpc.lockd/lock_proc.c
791
nlm_share_3_svc(nlm_shareargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
811
nlm_unshare_3_svc(nlm_shareargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/test.c
241
nlm_shareargs *argp;
usr.sbin/rpc.lockd/test.c
256
nlm_shareargs *argp;