Symbol: nlm4_unlockargs
sys/nlm/nlm.h
188
extern int nlm_do_unlock(nlm4_unlockargs *argp, nlm4_res *result,
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
961
struct nlm4_unlockargs args;
sys/nlm/nlm_prot.h
249
typedef struct nlm4_unlockargs nlm4_unlockargs;
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
374
extern enum clnt_stat nlm4_unlock_msg_4(nlm4_unlockargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
375
extern bool_t nlm4_unlock_msg_4_svc(nlm4_unlockargs *, void *, struct svc_req *);
sys/nlm/nlm_prot.h
437
extern bool_t xdr_nlm4_unlockargs(XDR *, nlm4_unlockargs*);
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
269
nlm4_unlock_msg_4(nlm4_unlockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_impl.c
2232
nlm_do_unlock(nlm4_unlockargs *argp, nlm4_res *result, struct svc_req *rqstp,
sys/nlm/nlm_prot_server.c
196
nlm4_unlockargs args4;
sys/nlm/nlm_prot_server.c
320
nlm4_unlockargs args4;
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
605
nlm4_unlock_msg_4_svc(nlm4_unlockargs *argp, void *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_svc.c
347
nlm4_unlockargs nlm4_unlock_4_arg;
sys/nlm/nlm_prot_svc.c
352
nlm4_unlockargs nlm4_unlock_msg_4_arg;
sys/nlm/nlm_prot_xdr.c
392
xdr_nlm4_unlockargs(XDR *xdrs, nlm4_unlockargs *objp)
usr.sbin/rpc.lockd/kern.c
412
struct nlm4_unlockargs arg4;
usr.sbin/rpc.lockd/lock_proc.c
1072
nlm4_unlock_4_svc(nlm4_unlockargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
1086
nlm4_unlock_msg_4_svc(nlm4_unlockargs *arg, struct svc_req *rqstp)