Symbol: nlm_res
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
606
nlm_res res1;
sys/fs/nfs/nlm/nlm_advlock.c
635
nlm_res res1;
sys/fs/nfs/nlm/nlm_advlock.c
662
nlm_res res1;
sys/fs/nfs/nlm/nlm_prot.h
293
extern enum clnt_stat nlm_lock_1(struct nlm_lockargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
294
extern bool_t nlm_lock_1_svc(struct nlm_lockargs *, nlm_res *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
296
extern enum clnt_stat nlm_cancel_1(struct nlm_cancargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
297
extern bool_t nlm_cancel_1_svc(struct nlm_cancargs *, nlm_res *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
299
extern enum clnt_stat nlm_unlock_1(struct nlm_unlockargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
300
extern bool_t nlm_unlock_1_svc(struct nlm_unlockargs *, nlm_res *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
302
extern enum clnt_stat nlm_granted_1(struct nlm_testargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
303
extern bool_t nlm_granted_1_svc(struct nlm_testargs *, nlm_res *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
323
extern enum clnt_stat nlm_lock_res_1(nlm_res *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
324
extern bool_t nlm_lock_res_1_svc(nlm_res *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
326
extern enum clnt_stat nlm_cancel_res_1(nlm_res *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
327
extern bool_t nlm_cancel_res_1_svc(nlm_res *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
329
extern enum clnt_stat nlm_unlock_res_1(nlm_res *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
330
extern bool_t nlm_unlock_res_1_svc(nlm_res *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
332
extern enum clnt_stat nlm_granted_res_1(nlm_res *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
333
extern bool_t nlm_granted_res_1_svc(nlm_res *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
344
extern enum clnt_stat nlm_nm_lock_3(nlm_lockargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
345
extern bool_t nlm_nm_lock_3_svc(nlm_lockargs *, nlm_res *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
416
extern bool_t xdr_nlm_res(XDR *, nlm_res*);
sys/fs/nfs/nlm/nlm_prot.h
57
typedef struct nlm_res nlm_res;
sys/fs/nfs/nlm/nlm_prot_clnt.c
131
nlm_lock_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/fs/nfs/nlm/nlm_prot_clnt.c
140
nlm_cancel_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/fs/nfs/nlm/nlm_prot_clnt.c
149
nlm_unlock_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/fs/nfs/nlm/nlm_prot_clnt.c
158
nlm_granted_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/fs/nfs/nlm/nlm_prot_clnt.c
185
nlm_nm_lock_3(nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/fs/nfs/nlm/nlm_prot_clnt.c
41
nlm_lock_1(struct nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/fs/nfs/nlm/nlm_prot_clnt.c
50
nlm_cancel_1(struct nlm_cancargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/fs/nfs/nlm/nlm_prot_clnt.c
59
nlm_unlock_1(struct nlm_unlockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/fs/nfs/nlm/nlm_prot_clnt.c
68
nlm_granted_1(struct nlm_testargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
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
157
nlm_lock_1_svc(struct nlm_lockargs *argp, nlm_res *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
178
nlm_cancel_1_svc(struct nlm_cancargs *argp, nlm_res *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
197
nlm_unlock_1_svc(struct nlm_unlockargs *argp, nlm_res *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
214
nlm_granted_1_svc(struct nlm_testargs *argp, nlm_res *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
268
nlm_res res;
sys/fs/nfs/nlm/nlm_prot_server.c
298
nlm_res res;
sys/fs/nfs/nlm/nlm_prot_server.c
326
nlm_res res;
sys/fs/nfs/nlm/nlm_prot_server.c
352
nlm_res res;
sys/fs/nfs/nlm/nlm_prot_server.c
389
nlm_lock_res_1_svc(nlm_res *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
398
nlm_cancel_res_1_svc(nlm_res *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
407
nlm_unlock_res_1_svc(nlm_res *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
416
nlm_granted_res_1_svc(nlm_res *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_server.c
475
nlm_nm_lock_3_svc(nlm_lockargs *argp, nlm_res *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_svc.c
112
nlm_res nlm_lock_res_1_arg;
sys/fs/nfs/nlm/nlm_prot_svc.c
113
nlm_res nlm_cancel_res_1_arg;
sys/fs/nfs/nlm/nlm_prot_svc.c
114
nlm_res nlm_unlock_res_1_arg;
sys/fs/nfs/nlm/nlm_prot_svc.c
115
nlm_res nlm_granted_res_1_arg;
sys/fs/nfs/nlm/nlm_prot_svc.c
119
nlm_res nlm_lock_1_res;
sys/fs/nfs/nlm/nlm_prot_svc.c
120
nlm_res nlm_cancel_1_res;
sys/fs/nfs/nlm/nlm_prot_svc.c
121
nlm_res nlm_unlock_1_res;
sys/fs/nfs/nlm/nlm_prot_svc.c
122
nlm_res nlm_granted_1_res;
sys/fs/nfs/nlm/nlm_prot_svc.c
263
nlm_res nlm_nm_lock_3_res;
sys/fs/nfs/nlm/nlm_prot_xdr.c
71
xdr_nlm_res(XDR *xdrs, nlm_res *objp)
usr.sbin/rpc.lockd/lock_proc.c
265
transmit_result(int opcode, nlm_res *result, struct sockaddr *addr)
usr.sbin/rpc.lockd/lock_proc.c
447
nlm_res *
usr.sbin/rpc.lockd/lock_proc.c
450
static nlm_res result;
usr.sbin/rpc.lockd/lock_proc.c
472
static nlm_res result;
usr.sbin/rpc.lockd/lock_proc.c
499
nlm_res *
usr.sbin/rpc.lockd/lock_proc.c
502
static nlm_res result;
usr.sbin/rpc.lockd/lock_proc.c
524
static nlm_res result;
usr.sbin/rpc.lockd/lock_proc.c
551
nlm_res *
usr.sbin/rpc.lockd/lock_proc.c
554
static nlm_res result;
usr.sbin/rpc.lockd/lock_proc.c
571
static nlm_res result;
usr.sbin/rpc.lockd/lock_proc.c
605
nlm_res *
usr.sbin/rpc.lockd/lock_proc.c
608
static nlm_res result;
usr.sbin/rpc.lockd/lock_proc.c
623
static nlm_res result;
usr.sbin/rpc.lockd/lock_proc.c
656
nlm_lock_res_1_svc(nlm_res *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
671
nlm_cancel_res_1_svc(nlm_res *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
685
nlm_unlock_res_1_svc(nlm_res *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
699
nlm_granted_res_1_svc(nlm_res *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
765
nlm_res *
usr.sbin/rpc.lockd/lock_proc.c
768
static nlm_res result;
usr.sbin/rpc.lockd/lockd_lock.c
617
static struct nlm_res retval;
usr.sbin/rpc.lockd/lockd_lock.h
18
void transmit_result(int, nlm_res *, struct sockaddr *);
usr.sbin/rpc.lockd/test.c
201
nlm_lock_res_1(nlm_res *argp, CLIENT *clnt)
usr.sbin/rpc.lockd/test.c
217
nlm_cancel_res_1(nlm_res *argp, CLIENT *clnt)
usr.sbin/rpc.lockd/test.c
233
nlm_unlock_res_1(nlm_res *argp, CLIENT *clnt)
usr.sbin/rpc.lockd/test.c
249
nlm_granted_res_1(nlm_res *argp, CLIENT *clnt)
usr.sbin/rpc.lockd/test.c
296
nlm_res *
usr.sbin/rpc.lockd/test.c
300
static nlm_res res;
usr.sbin/rpc.lockd/test.c
332
nlm_res res_block;
usr.sbin/rpc.lockd/test.c
333
nlm_res *out;
usr.sbin/rpc.lockd/test.c
37
nlm_res *
usr.sbin/rpc.lockd/test.c
41
static nlm_res res;
usr.sbin/rpc.lockd/test.c
55
nlm_res *
usr.sbin/rpc.lockd/test.c
59
static nlm_res res;
usr.sbin/rpc.lockd/test.c
71
nlm_res *
usr.sbin/rpc.lockd/test.c
75
static nlm_res res;
usr.sbin/rpc.lockd/test.c
87
nlm_res *
usr.sbin/rpc.lockd/test.c
91
static nlm_res res;