Symbol: nlm_unlockargs
sys/fs/nfs/nlm/nlm_advlock.c
661
nlm_unlockargs args1;
sys/fs/nfs/nlm/nlm_prot.h
104
typedef struct nlm_unlockargs nlm_unlockargs;
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
314
extern enum clnt_stat nlm_unlock_msg_1(struct nlm_unlockargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/fs/nfs/nlm/nlm_prot.h
315
extern bool_t nlm_unlock_msg_1_svc(struct nlm_unlockargs *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
422
extern bool_t xdr_nlm_unlockargs(XDR *, nlm_unlockargs*);
sys/fs/nfs/nlm/nlm_prot_clnt.c
104
nlm_unlock_msg_1(struct nlm_unlockargs *argp, void *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_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
322
nlm_unlock_msg_1_svc(struct nlm_unlockargs *argp, void *result, struct svc_req *rqstp)
sys/fs/nfs/nlm/nlm_prot_svc.c
104
struct nlm_unlockargs nlm_unlock_1_arg;
sys/fs/nfs/nlm/nlm_prot_svc.c
109
struct nlm_unlockargs nlm_unlock_msg_1_arg;
sys/fs/nfs/nlm/nlm_prot_xdr.c
159
xdr_nlm_unlockargs(XDR *xdrs, nlm_unlockargs *objp)
usr.sbin/rpc.lockd/lock_proc.c
552
nlm_unlock_1_svc(nlm_unlockargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/lock_proc.c
569
nlm_unlock_msg_1_svc(nlm_unlockargs *arg, struct svc_req *rqstp)
usr.sbin/rpc.lockd/test.c
153
nlm_unlock_msg_1(struct nlm_unlockargs *argp, CLIENT *clnt)
usr.sbin/rpc.lockd/test.c
72
nlm_unlock_1(struct nlm_unlockargs *argp, CLIENT *clnt)