Symbol: nlm_shareres
sys/nlm/nlm_prot.h
144
typedef struct nlm_shareres nlm_shareres;
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
424
extern bool_t xdr_nlm_shareres(XDR *, nlm_shareres*);
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
257
nlm_shareres nlm_share_3_res;
sys/nlm/nlm_prot_svc.c
258
nlm_shareres nlm_unshare_3_res;
sys/nlm/nlm_prot_xdr.c
211
xdr_nlm_shareres(XDR *xdrs, nlm_shareres *objp)
usr.sbin/rpc.lockd/lock_proc.c
790
nlm_shareres *
usr.sbin/rpc.lockd/lock_proc.c
793
static nlm_shareres res;
usr.sbin/rpc.lockd/lock_proc.c
810
nlm_shareres *
usr.sbin/rpc.lockd/lock_proc.c
813
static nlm_shareres res;
usr.sbin/rpc.lockd/test.c
239
nlm_shareres *
usr.sbin/rpc.lockd/test.c
244
static nlm_shareres res;
usr.sbin/rpc.lockd/test.c
254
nlm_shareres *
usr.sbin/rpc.lockd/test.c
259
static nlm_shareres res;