Symbol: nlm_res
sys/nlm/nlm_advlock.c
559
nlm_convert_to_nlm4_res(struct nlm4_res *dst, struct nlm_res *src)
sys/nlm/nlm_advlock.c
604
nlm_res res1;
sys/nlm/nlm_advlock.c
633
nlm_res res1;
sys/nlm/nlm_advlock.c
660
nlm_res res1;
sys/nlm/nlm_prot.h
290
extern enum clnt_stat nlm_lock_1(struct nlm_lockargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
291
extern bool_t nlm_lock_1_svc(struct nlm_lockargs *, nlm_res *, struct svc_req *);
sys/nlm/nlm_prot.h
293
extern enum clnt_stat nlm_cancel_1(struct nlm_cancargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
294
extern bool_t nlm_cancel_1_svc(struct nlm_cancargs *, nlm_res *, struct svc_req *);
sys/nlm/nlm_prot.h
296
extern enum clnt_stat nlm_unlock_1(struct nlm_unlockargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
297
extern bool_t nlm_unlock_1_svc(struct nlm_unlockargs *, nlm_res *, struct svc_req *);
sys/nlm/nlm_prot.h
299
extern enum clnt_stat nlm_granted_1(struct nlm_testargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
300
extern bool_t nlm_granted_1_svc(struct nlm_testargs *, nlm_res *, struct svc_req *);
sys/nlm/nlm_prot.h
320
extern enum clnt_stat nlm_lock_res_1(nlm_res *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
321
extern bool_t nlm_lock_res_1_svc(nlm_res *, void *, struct svc_req *);
sys/nlm/nlm_prot.h
323
extern enum clnt_stat nlm_cancel_res_1(nlm_res *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
324
extern bool_t nlm_cancel_res_1_svc(nlm_res *, void *, struct svc_req *);
sys/nlm/nlm_prot.h
326
extern enum clnt_stat nlm_unlock_res_1(nlm_res *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
327
extern bool_t nlm_unlock_res_1_svc(nlm_res *, void *, struct svc_req *);
sys/nlm/nlm_prot.h
329
extern enum clnt_stat nlm_granted_res_1(nlm_res *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
330
extern bool_t nlm_granted_res_1_svc(nlm_res *, void *, struct svc_req *);
sys/nlm/nlm_prot.h
341
extern enum clnt_stat nlm_nm_lock_3(nlm_lockargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
342
extern bool_t nlm_nm_lock_3_svc(nlm_lockargs *, nlm_res *, struct svc_req *);
sys/nlm/nlm_prot.h
413
extern bool_t xdr_nlm_res(XDR *, nlm_res*);
sys/nlm/nlm_prot.h
54
typedef struct nlm_res nlm_res;
sys/nlm/nlm_prot_clnt.c
125
nlm_lock_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
134
nlm_cancel_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
143
nlm_unlock_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
152
nlm_granted_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
179
nlm_nm_lock_3(nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
35
nlm_lock_1(struct nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
44
nlm_cancel_1(struct nlm_cancargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
53
nlm_unlock_1(struct nlm_unlockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
62
nlm_granted_1(struct nlm_testargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_server.c
101
nlm_convert_to_nlm_res(struct nlm_res *dst, struct nlm4_res *src)
sys/nlm/nlm_prot_server.c
108
nlm_convert_to_nlm4_res(struct nlm4_res *dst, struct nlm_res *src)
sys/nlm/nlm_prot_server.c
153
nlm_lock_1_svc(struct nlm_lockargs *argp, nlm_res *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_server.c
174
nlm_cancel_1_svc(struct nlm_cancargs *argp, nlm_res *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_server.c
193
nlm_unlock_1_svc(struct nlm_unlockargs *argp, nlm_res *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_server.c
210
nlm_granted_1_svc(struct nlm_testargs *argp, nlm_res *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_server.c
264
nlm_res res;
sys/nlm/nlm_prot_server.c
294
nlm_res res;
sys/nlm/nlm_prot_server.c
322
nlm_res res;
sys/nlm/nlm_prot_server.c
348
nlm_res res;
sys/nlm/nlm_prot_server.c
385
nlm_lock_res_1_svc(nlm_res *argp, void *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_server.c
394
nlm_cancel_res_1_svc(nlm_res *argp, void *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_server.c
403
nlm_unlock_res_1_svc(nlm_res *argp, void *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_server.c
412
nlm_granted_res_1_svc(nlm_res *argp, void *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_server.c
471
nlm_nm_lock_3_svc(nlm_lockargs *argp, nlm_res *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_svc.c
108
nlm_res nlm_lock_res_1_arg;
sys/nlm/nlm_prot_svc.c
109
nlm_res nlm_cancel_res_1_arg;
sys/nlm/nlm_prot_svc.c
110
nlm_res nlm_unlock_res_1_arg;
sys/nlm/nlm_prot_svc.c
111
nlm_res nlm_granted_res_1_arg;
sys/nlm/nlm_prot_svc.c
115
nlm_res nlm_lock_1_res;
sys/nlm/nlm_prot_svc.c
116
nlm_res nlm_cancel_1_res;
sys/nlm/nlm_prot_svc.c
117
nlm_res nlm_unlock_1_res;
sys/nlm/nlm_prot_svc.c
118
nlm_res nlm_granted_1_res;
sys/nlm/nlm_prot_svc.c
259
nlm_res nlm_nm_lock_3_res;
sys/nlm/nlm_prot_xdr.c
64
xdr_nlm_res(XDR *xdrs, nlm_res *objp)
usr.sbin/rpc.lockd/lock_proc.c
330
transmit_result(int opcode, nlm_res *result, struct sockaddr *addr)
usr.sbin/rpc.lockd/lock_proc.c
512
nlm_res *
usr.sbin/rpc.lockd/lock_proc.c
515
static nlm_res res;
usr.sbin/rpc.lockd/lock_proc.c
537
static nlm_res res;
usr.sbin/rpc.lockd/lock_proc.c
563
nlm_res *
usr.sbin/rpc.lockd/lock_proc.c
566
static nlm_res res;
usr.sbin/rpc.lockd/lock_proc.c
588
static nlm_res res;
usr.sbin/rpc.lockd/lock_proc.c
614
nlm_res *
usr.sbin/rpc.lockd/lock_proc.c
617
static nlm_res res;
usr.sbin/rpc.lockd/lock_proc.c
634
static nlm_res res;
usr.sbin/rpc.lockd/lock_proc.c
667
nlm_res *
usr.sbin/rpc.lockd/lock_proc.c
670
static nlm_res res;
usr.sbin/rpc.lockd/lock_proc.c
688
static nlm_res res;
usr.sbin/rpc.lockd/lock_proc.c
723
nlm_lock_res_1_svc(nlm_res *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
739
nlm_cancel_res_1_svc(nlm_res *arg __unused, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
752
nlm_unlock_res_1_svc(nlm_res *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
768
nlm_granted_res_1_svc(nlm_res *arg __unused, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
834
nlm_res *
usr.sbin/rpc.lockd/lock_proc.c
837
static nlm_res res;
usr.sbin/rpc.lockd/lockd_lock.c
2171
static struct nlm_res retval;
usr.sbin/rpc.lockd/lockd_lock.h
22
void transmit_result(int, nlm_res *, struct sockaddr *);
usr.sbin/rpc.lockd/test.c
181
nlm_res *argp;
usr.sbin/rpc.lockd/test.c
196
nlm_res *argp;
usr.sbin/rpc.lockd/test.c
211
nlm_res *argp;
usr.sbin/rpc.lockd/test.c
226
nlm_res *argp;
usr.sbin/rpc.lockd/test.c
25
nlm_res *
usr.sbin/rpc.lockd/test.c
269
nlm_res *
usr.sbin/rpc.lockd/test.c
274
static nlm_res res;
usr.sbin/rpc.lockd/test.c
302
nlm_res res_block;
usr.sbin/rpc.lockd/test.c
303
nlm_res *out;
usr.sbin/rpc.lockd/test.c
31
static nlm_res res;
usr.sbin/rpc.lockd/test.c
43
nlm_res *
usr.sbin/rpc.lockd/test.c
48
static nlm_res res;
usr.sbin/rpc.lockd/test.c
58
nlm_res *
usr.sbin/rpc.lockd/test.c
63
static nlm_res res;
usr.sbin/rpc.lockd/test.c
73
nlm_res *
usr.sbin/rpc.lockd/test.c
78
static nlm_res res;