Symbol: nlm4_res
sys/nlm/nlm.h
168
extern int nlm_do_lock(nlm4_lockargs *argp, nlm4_res *result,
sys/nlm/nlm.h
178
extern int nlm_do_cancel(nlm4_cancargs *argp, nlm4_res *result,
sys/nlm/nlm.h
188
extern int nlm_do_unlock(nlm4_unlockargs *argp, nlm4_res *result,
sys/nlm/nlm.h
198
extern int nlm_do_granted(nlm4_testargs *argp, nlm4_res *result,
sys/nlm/nlm.h
205
extern void nlm_do_granted_res(nlm4_res *argp, struct svc_req *rqstp);
sys/nlm/nlm_advlock.c
559
nlm_convert_to_nlm4_res(struct nlm4_res *dst, struct nlm_res *src)
sys/nlm/nlm_advlock.c
597
nlm_lock_rpc(rpcvers_t vers, nlm4_lockargs *args, nlm4_res *res, CLIENT *client,
sys/nlm/nlm_advlock.c
626
nlm_cancel_rpc(rpcvers_t vers, nlm4_cancargs *args, nlm4_res *res, CLIENT *client,
sys/nlm/nlm_advlock.c
653
nlm_unlock_rpc(rpcvers_t vers, nlm4_unlockargs *args, nlm4_res *res, CLIENT *client,
sys/nlm/nlm_advlock.c
765
struct nlm4_res res;
sys/nlm/nlm_advlock.c
963
struct nlm4_res res;
sys/nlm/nlm_prot.h
225
typedef struct nlm4_res nlm4_res;
sys/nlm/nlm_prot.h
353
extern enum clnt_stat nlm4_lock_4(nlm4_lockargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
354
extern bool_t nlm4_lock_4_svc(nlm4_lockargs *, nlm4_res *, struct svc_req *);
sys/nlm/nlm_prot.h
356
extern enum clnt_stat nlm4_cancel_4(nlm4_cancargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
357
extern bool_t nlm4_cancel_4_svc(nlm4_cancargs *, nlm4_res *, struct svc_req *);
sys/nlm/nlm_prot.h
359
extern enum clnt_stat nlm4_unlock_4(nlm4_unlockargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
360
extern bool_t nlm4_unlock_4_svc(nlm4_unlockargs *, nlm4_res *, struct svc_req *);
sys/nlm/nlm_prot.h
362
extern enum clnt_stat nlm4_granted_4(nlm4_testargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
363
extern bool_t nlm4_granted_4_svc(nlm4_testargs *, nlm4_res *, struct svc_req *);
sys/nlm/nlm_prot.h
383
extern enum clnt_stat nlm4_lock_res_4(nlm4_res *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
384
extern bool_t nlm4_lock_res_4_svc(nlm4_res *, void *, struct svc_req *);
sys/nlm/nlm_prot.h
386
extern enum clnt_stat nlm4_cancel_res_4(nlm4_res *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
387
extern bool_t nlm4_cancel_res_4_svc(nlm4_res *, void *, struct svc_req *);
sys/nlm/nlm_prot.h
389
extern enum clnt_stat nlm4_unlock_res_4(nlm4_res *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
390
extern bool_t nlm4_unlock_res_4_svc(nlm4_res *, void *, struct svc_req *);
sys/nlm/nlm_prot.h
392
extern enum clnt_stat nlm4_granted_res_4(nlm4_res *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
393
extern bool_t nlm4_granted_res_4_svc(nlm4_res *, void *, struct svc_req *);
sys/nlm/nlm_prot.h
401
extern enum clnt_stat nlm4_nm_lock_4(nlm4_lockargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
402
extern bool_t nlm4_nm_lock_4_svc(nlm4_lockargs *, nlm4_res *, struct svc_req *);
sys/nlm/nlm_prot.h
434
extern bool_t xdr_nlm4_res(XDR *, nlm4_res*);
sys/nlm/nlm_prot_clnt.c
206
nlm4_lock_4(nlm4_lockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
215
nlm4_cancel_4(nlm4_cancargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
224
nlm4_unlock_4(nlm4_unlockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
233
nlm4_granted_4(nlm4_testargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
296
nlm4_lock_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
305
nlm4_cancel_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
314
nlm4_unlock_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
323
nlm4_granted_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
350
nlm4_nm_lock_4(nlm4_lockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_impl.c
1953
nlm_do_lock(nlm4_lockargs *argp, nlm4_res *result, struct svc_req *rqstp,
sys/nlm/nlm_prot_impl.c
2142
nlm_do_cancel(nlm4_cancargs *argp, nlm4_res *result, struct svc_req *rqstp,
sys/nlm/nlm_prot_impl.c
2232
nlm_do_unlock(nlm4_unlockargs *argp, nlm4_res *result, struct svc_req *rqstp,
sys/nlm/nlm_prot_impl.c
2294
nlm_do_granted(nlm4_testargs *argp, nlm4_res *result, struct svc_req *rqstp,
sys/nlm/nlm_prot_impl.c
2339
nlm_do_granted_res(nlm4_res *argp, struct svc_req *rqstp)
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
157
nlm4_res res4;
sys/nlm/nlm_prot_server.c
178
nlm4_res res4;
sys/nlm/nlm_prot_server.c
197
nlm4_res res4;
sys/nlm/nlm_prot_server.c
214
nlm4_res res4;
sys/nlm/nlm_prot_server.c
263
nlm4_res res4;
sys/nlm/nlm_prot_server.c
293
nlm4_res res4;
sys/nlm/nlm_prot_server.c
321
nlm4_res res4;
sys/nlm/nlm_prot_server.c
347
nlm4_res res4;
sys/nlm/nlm_prot_server.c
387
nlm4_res arg4;
sys/nlm/nlm_prot_server.c
396
nlm4_res arg4;
sys/nlm/nlm_prot_server.c
405
nlm4_res arg4;
sys/nlm/nlm_prot_server.c
414
nlm4_res arg4;
sys/nlm/nlm_prot_server.c
475
nlm4_res res4;
sys/nlm/nlm_prot_server.c
519
nlm4_lock_4_svc(nlm4_lockargs *argp, nlm4_res *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_server.c
527
nlm4_cancel_4_svc(nlm4_cancargs *argp, nlm4_res *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_server.c
535
nlm4_unlock_4_svc(nlm4_unlockargs *argp, nlm4_res *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_server.c
543
nlm4_granted_4_svc(nlm4_testargs *argp, nlm4_res *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_server.c
571
nlm4_res res4;
sys/nlm/nlm_prot_server.c
589
nlm4_res res4;
sys/nlm/nlm_prot_server.c
607
nlm4_res res4;
sys/nlm/nlm_prot_server.c
625
nlm4_res res4;
sys/nlm/nlm_prot_server.c
648
nlm4_lock_res_4_svc(nlm4_res *argp, void *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_server.c
655
nlm4_cancel_res_4_svc(nlm4_res *argp, void *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_server.c
662
nlm4_unlock_res_4_svc(nlm4_res *argp, void *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_server.c
669
nlm4_granted_res_4_svc(nlm4_res *argp, void *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_server.c
695
nlm4_nm_lock_4_svc(nlm4_lockargs *argp, nlm4_res *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_svc.c
355
nlm4_res nlm4_lock_res_4_arg;
sys/nlm/nlm_prot_svc.c
356
nlm4_res nlm4_cancel_res_4_arg;
sys/nlm/nlm_prot_svc.c
357
nlm4_res nlm4_unlock_res_4_arg;
sys/nlm/nlm_prot_svc.c
358
nlm4_res nlm4_granted_res_4_arg;
sys/nlm/nlm_prot_svc.c
366
nlm4_res nlm4_lock_4_res;
sys/nlm/nlm_prot_svc.c
367
nlm4_res nlm4_cancel_4_res;
sys/nlm/nlm_prot_svc.c
368
nlm4_res nlm4_unlock_4_res;
sys/nlm/nlm_prot_svc.c
369
nlm4_res nlm4_granted_4_res;
sys/nlm/nlm_prot_svc.c
372
nlm4_res nlm4_nm_lock_4_res;
sys/nlm/nlm_prot_xdr.c
347
xdr_nlm4_res(XDR *xdrs, nlm4_res *objp)
usr.sbin/rpc.lockd/lock_proc.c
1008
static nlm4_res res;
usr.sbin/rpc.lockd/lock_proc.c
1026
nlm4_res *
usr.sbin/rpc.lockd/lock_proc.c
1029
static nlm4_res res;
usr.sbin/rpc.lockd/lock_proc.c
1048
static nlm4_res res;
usr.sbin/rpc.lockd/lock_proc.c
1071
nlm4_res *
usr.sbin/rpc.lockd/lock_proc.c
1074
static nlm4_res res;
usr.sbin/rpc.lockd/lock_proc.c
1088
static nlm4_res res;
usr.sbin/rpc.lockd/lock_proc.c
1118
nlm4_res *
usr.sbin/rpc.lockd/lock_proc.c
1121
static nlm4_res res;
usr.sbin/rpc.lockd/lock_proc.c
1139
static nlm4_res res;
usr.sbin/rpc.lockd/lock_proc.c
1175
nlm4_lock_res_4_svc(nlm4_res *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
1191
nlm4_cancel_res_4_svc(nlm4_res *arg __unused, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
1204
nlm4_unlock_res_4_svc(nlm4_res *arg __unused, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
1217
nlm4_granted_res_4_svc(nlm4_res *arg __unused, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
1283
nlm4_res *
usr.sbin/rpc.lockd/lock_proc.c
1286
static nlm4_res res;
usr.sbin/rpc.lockd/lock_proc.c
358
transmit4_result(int opcode, nlm4_res *result, struct sockaddr *addr)
usr.sbin/rpc.lockd/lock_proc.c
971
nlm4_res *
usr.sbin/rpc.lockd/lock_proc.c
974
static nlm4_res res;
usr.sbin/rpc.lockd/lockd_lock.c
2172
static struct nlm4_res retval4;
usr.sbin/rpc.lockd/lockd_lock.h
23
void transmit4_result(int, nlm4_res *, struct sockaddr *);