Symbol: nlm4_shareres
sys/fs/nfs/nlm/nlm_prot.h
266
typedef struct nlm4_shareres nlm4_shareres;
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
442
extern bool_t xdr_nlm4_shareres(XDR *, nlm4_shareres*);
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
437
nlm4_shareres res4;
sys/fs/nfs/nlm/nlm_prot_server.c
458
nlm4_shareres res4;
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
374
nlm4_shareres nlm4_share_4_res;
sys/fs/nfs/nlm/nlm_prot_svc.c
375
nlm4_shareres nlm4_unshare_4_res;
sys/fs/nfs/nlm/nlm_prot_xdr.c
423
xdr_nlm4_shareres(XDR *xdrs, nlm4_shareres *objp)
usr.sbin/rpc.lockd/lock_proc.c
1135
nlm4_shareres *
usr.sbin/rpc.lockd/lock_proc.c
1138
static nlm4_shareres result;
usr.sbin/rpc.lockd/lock_proc.c
1155
nlm4_shareres *
usr.sbin/rpc.lockd/lock_proc.c
1158
static nlm4_shareres result;