Symbol: nlm_unlockargs
sys/nlm/nlm_advlock.c
659
nlm_unlockargs args1;
sys/nlm/nlm_prot.h
101
typedef struct nlm_unlockargs nlm_unlockargs;
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
311
extern enum clnt_stat nlm_unlock_msg_1(struct nlm_unlockargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
312
extern bool_t nlm_unlock_msg_1_svc(struct nlm_unlockargs *, void *, struct svc_req *);
sys/nlm/nlm_prot.h
419
extern bool_t xdr_nlm_unlockargs(XDR *, nlm_unlockargs*);
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
98
nlm_unlock_msg_1(struct nlm_unlockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
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
318
nlm_unlock_msg_1_svc(struct nlm_unlockargs *argp, void *result, struct svc_req *rqstp)
sys/nlm/nlm_prot_svc.c
100
struct nlm_unlockargs nlm_unlock_1_arg;
sys/nlm/nlm_prot_svc.c
105
struct nlm_unlockargs nlm_unlock_msg_1_arg;
sys/nlm/nlm_prot_xdr.c
152
xdr_nlm_unlockargs(XDR *xdrs, nlm_unlockargs *objp)
usr.sbin/rpc.lockd/kern.c
413
struct nlm_unlockargs arg;
usr.sbin/rpc.lockd/lock_proc.c
615
nlm_unlock_1_svc(nlm_unlockargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
632
nlm_unlock_msg_1_svc(nlm_unlockargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/test.c
136
struct nlm_unlockargs *argp;
usr.sbin/rpc.lockd/test.c
60
struct nlm_unlockargs *argp;