Symbol: nlm4_res
sys/fs/nfs/nlm/nlm.h
170
extern int nlm_do_lock(nlm4_lockargs *argp, nlm4_res *result,
sys/fs/nfs/nlm/nlm.h
180
extern int nlm_do_cancel(nlm4_cancargs *argp, nlm4_res *result,
sys/fs/nfs/nlm/nlm.h
190
extern int nlm_do_unlock(nlm4_unlockargs *argp, nlm4_res *result,
sys/fs/nfs/nlm/nlm.h
200
extern int nlm_do_granted(nlm4_testargs *argp, nlm4_res *result,
sys/fs/nfs/nlm/nlm.h
207
extern void nlm_do_granted_res(nlm4_res *argp, struct svc_req *rqstp);
sys/fs/nfs/nlm/nlm_advlock.c
561
nlm_convert_to_nlm4_res(struct nlm4_res *dst, struct nlm_res *src)
sys/fs/nfs/nlm/nlm_advlock.c
599
nlm_lock_rpc(rpcvers_t vers, nlm4_lockargs *args, nlm4_res *res, CLIENT *client,
sys/fs/nfs/nlm/nlm_advlock.c
628
nlm_cancel_rpc(rpcvers_t vers, nlm4_cancargs *args, nlm4_res *res, CLIENT *client,
sys/fs/nfs/nlm/nlm_advlock.c
655
nlm_unlock_rpc(rpcvers_t vers, nlm4_unlockargs *args, nlm4_res *res, CLIENT *client,
sys/fs/nfs/nlm/nlm_advlock.c
767
struct nlm4_res res;
sys/fs/nfs/nlm/nlm_advlock.c
966
struct nlm4_res res;
sys/fs/nfs/nlm/nlm_prot.h
228
typedef struct nlm4_res nlm4_res;
sys/fs/nfs/nlm/nlm_prot.h
356
extern enum clnt_stat nlm4_lock_4(nlm4_lockargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
357
extern bool_t nlm4_lock_4_svc(nlm4_lockargs *, nlm4_res *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
359
extern enum clnt_stat nlm4_cancel_4(nlm4_cancargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
360
extern bool_t nlm4_cancel_4_svc(nlm4_cancargs *, nlm4_res *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
362
extern enum clnt_stat nlm4_unlock_4(nlm4_unlockargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
363
extern bool_t nlm4_unlock_4_svc(nlm4_unlockargs *, nlm4_res *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
365
extern enum clnt_stat nlm4_granted_4(nlm4_testargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
366
extern bool_t nlm4_granted_4_svc(nlm4_testargs *, nlm4_res *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
386
extern enum clnt_stat nlm4_lock_res_4(nlm4_res *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
387
extern bool_t nlm4_lock_res_4_svc(nlm4_res *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
389
extern enum clnt_stat nlm4_cancel_res_4(nlm4_res *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
390
extern bool_t nlm4_cancel_res_4_svc(nlm4_res *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
392
extern enum clnt_stat nlm4_unlock_res_4(nlm4_res *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
393
extern bool_t nlm4_unlock_res_4_svc(nlm4_res *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
395
extern enum clnt_stat nlm4_granted_res_4(nlm4_res *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
396
extern bool_t nlm4_granted_res_4_svc(nlm4_res *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
404
extern enum clnt_stat nlm4_nm_lock_4(nlm4_lockargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
405
extern bool_t nlm4_nm_lock_4_svc(nlm4_lockargs *, nlm4_res *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
437
extern bool_t xdr_nlm4_res(XDR *, nlm4_res*);
sys/fs/nfs/nlm/nlm_prot_clnt.c
212
nlm4_lock_4(nlm4_lockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/fs/nfs/nlm/nlm_prot_clnt.c
221
nlm4_cancel_4(nlm4_cancargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/fs/nfs/nlm/nlm_prot_clnt.c
230
nlm4_unlock_4(nlm4_unlockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/fs/nfs/nlm/nlm_prot_clnt.c
239
nlm4_granted_4(nlm4_testargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/fs/nfs/nlm/nlm_prot_clnt.c
302
nlm4_lock_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/fs/nfs/nlm/nlm_prot_clnt.c
311
nlm4_cancel_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/fs/nfs/nlm/nlm_prot_clnt.c
320
nlm4_unlock_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/fs/nfs/nlm/nlm_prot_clnt.c
329
nlm4_granted_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/fs/nfs/nlm/nlm_prot_clnt.c
356
nlm4_nm_lock_4(nlm4_lockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/fs/nfs/nlm/nlm_prot_impl.c
1961
nlm_do_lock(nlm4_lockargs *argp, nlm4_res *result, struct svc_req *rqstp,
sys/fs/nfs/nlm/nlm_prot_impl.c
2150
nlm_do_cancel(nlm4_cancargs *argp, nlm4_res *result, struct svc_req *rqstp,
sys/fs/nfs/nlm/nlm_prot_impl.c
2240
nlm_do_unlock(nlm4_unlockargs *argp, nlm4_res *result, struct svc_req *rqstp,
sys/fs/nfs/nlm/nlm_prot_impl.c
2302
nlm_do_granted(nlm4_testargs *argp, nlm4_res *result, struct svc_req *rqstp,
sys/fs/nfs/nlm/nlm_prot_impl.c
2347
nlm_do_granted_res(nlm4_res *argp, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
105
nlm_convert_to_nlm_res(struct nlm_res *dst, struct nlm4_res *src)
sys/fs/nfs/nlm/nlm_prot_server.c
112
nlm_convert_to_nlm4_res(struct nlm4_res *dst, struct nlm_res *src)
sys/fs/nfs/nlm/nlm_prot_server.c
161
nlm4_res res4;
sys/fs/nfs/nlm/nlm_prot_server.c
182
nlm4_res res4;
sys/fs/nfs/nlm/nlm_prot_server.c
201
nlm4_res res4;
sys/fs/nfs/nlm/nlm_prot_server.c
218
nlm4_res res4;
sys/fs/nfs/nlm/nlm_prot_server.c
267
nlm4_res res4;
sys/fs/nfs/nlm/nlm_prot_server.c
297
nlm4_res res4;
sys/fs/nfs/nlm/nlm_prot_server.c
325
nlm4_res res4;
sys/fs/nfs/nlm/nlm_prot_server.c
351
nlm4_res res4;
sys/fs/nfs/nlm/nlm_prot_server.c
391
nlm4_res arg4;
sys/fs/nfs/nlm/nlm_prot_server.c
400
nlm4_res arg4;
sys/fs/nfs/nlm/nlm_prot_server.c
409
nlm4_res arg4;
sys/fs/nfs/nlm/nlm_prot_server.c
418
nlm4_res arg4;
sys/fs/nfs/nlm/nlm_prot_server.c
479
nlm4_res res4;
sys/fs/nfs/nlm/nlm_prot_server.c
523
nlm4_lock_4_svc(nlm4_lockargs *argp, nlm4_res *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
531
nlm4_cancel_4_svc(nlm4_cancargs *argp, nlm4_res *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
539
nlm4_unlock_4_svc(nlm4_unlockargs *argp, nlm4_res *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
547
nlm4_granted_4_svc(nlm4_testargs *argp, nlm4_res *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
575
nlm4_res res4;
sys/fs/nfs/nlm/nlm_prot_server.c
593
nlm4_res res4;
sys/fs/nfs/nlm/nlm_prot_server.c
611
nlm4_res res4;
sys/fs/nfs/nlm/nlm_prot_server.c
629
nlm4_res res4;
sys/fs/nfs/nlm/nlm_prot_server.c
652
nlm4_lock_res_4_svc(nlm4_res *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
659
nlm4_cancel_res_4_svc(nlm4_res *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
666
nlm4_unlock_res_4_svc(nlm4_res *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
673
nlm4_granted_res_4_svc(nlm4_res *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
699
nlm4_nm_lock_4_svc(nlm4_lockargs *argp, nlm4_res *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_svc.c
359
nlm4_res nlm4_lock_res_4_arg;
sys/fs/nfs/nlm/nlm_prot_svc.c
360
nlm4_res nlm4_cancel_res_4_arg;
sys/fs/nfs/nlm/nlm_prot_svc.c
361
nlm4_res nlm4_unlock_res_4_arg;
sys/fs/nfs/nlm/nlm_prot_svc.c
362
nlm4_res nlm4_granted_res_4_arg;
sys/fs/nfs/nlm/nlm_prot_svc.c
370
nlm4_res nlm4_lock_4_res;
sys/fs/nfs/nlm/nlm_prot_svc.c
371
nlm4_res nlm4_cancel_4_res;
sys/fs/nfs/nlm/nlm_prot_svc.c
372
nlm4_res nlm4_unlock_4_res;
sys/fs/nfs/nlm/nlm_prot_svc.c
373
nlm4_res nlm4_granted_4_res;
sys/fs/nfs/nlm/nlm_prot_svc.c
376
nlm4_res nlm4_nm_lock_4_res;
sys/fs/nfs/nlm/nlm_prot_xdr.c
354
xdr_nlm4_res(XDR *xdrs, nlm4_res *objp)
usr.sbin/rpc.lockd/lock_proc.c
1019
nlm4_res *
usr.sbin/rpc.lockd/lock_proc.c
1022
static nlm4_res result;
usr.sbin/rpc.lockd/lock_proc.c
1037
static nlm4_res result;
usr.sbin/rpc.lockd/lock_proc.c
1070
nlm4_lock_res_4_svc(nlm4_res *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
1085
nlm4_cancel_res_4_svc(nlm4_res *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
1099
nlm4_unlock_res_4_svc(nlm4_res *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
1113
nlm4_granted_res_4_svc(nlm4_res *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
1179
nlm4_res *
usr.sbin/rpc.lockd/lock_proc.c
1182
static nlm4_res result;
usr.sbin/rpc.lockd/lock_proc.c
293
transmit4_result(int opcode, nlm4_res *result, struct sockaddr *addr)
usr.sbin/rpc.lockd/lock_proc.c
885
nlm4_res *
usr.sbin/rpc.lockd/lock_proc.c
888
static nlm4_res result;
usr.sbin/rpc.lockd/lock_proc.c
904
static nlm4_res result;
usr.sbin/rpc.lockd/lock_proc.c
924
nlm4_res *
usr.sbin/rpc.lockd/lock_proc.c
927
static nlm4_res result;
usr.sbin/rpc.lockd/lock_proc.c
946
static nlm4_res result;
usr.sbin/rpc.lockd/lock_proc.c
971
nlm4_res *
usr.sbin/rpc.lockd/lock_proc.c
974
static nlm4_res result;
usr.sbin/rpc.lockd/lock_proc.c
988
static nlm4_res result;
usr.sbin/rpc.lockd/lockd_lock.c
618
static struct nlm4_res retval4;
usr.sbin/rpc.lockd/lockd_lock.h
19
void transmit4_result(int, nlm4_res *, struct sockaddr *);