Symbol: nlm_shareres
sys/fs/nfs/nlm/nlm_prot.h
147
typedef struct nlm_shareres nlm_shareres;
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
427
extern bool_t xdr_nlm_shareres(XDR *, nlm_shareres*);
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
261
nlm_shareres nlm_share_3_res;
sys/fs/nfs/nlm/nlm_prot_svc.c
262
nlm_shareres nlm_unshare_3_res;
sys/fs/nfs/nlm/nlm_prot_xdr.c
218
xdr_nlm_shareres(XDR *xdrs, nlm_shareres *objp)
usr.sbin/rpc.lockd/lock_proc.c
721
nlm_shareres *
usr.sbin/rpc.lockd/lock_proc.c
724
static nlm_shareres result;
usr.sbin/rpc.lockd/lock_proc.c
741
nlm_shareres *
usr.sbin/rpc.lockd/lock_proc.c
744
static nlm_shareres result;
usr.sbin/rpc.lockd/test.c
264
nlm_shareres *
usr.sbin/rpc.lockd/test.c
268
static nlm_shareres res;
usr.sbin/rpc.lockd/test.c
280
nlm_shareres *
usr.sbin/rpc.lockd/test.c
284
static nlm_shareres res;