Home
last modified time | relevance | path

Searched refs:nlm_lock (Results 1 – 6 of 6) sorted by relevance

/freebsd/include/rpcsvc/
H A Dnlm_prot.x55 struct nlm_lock { struct
68 struct nlm_lock alock; argument
77 struct nlm_lock alock;
83 struct nlm_lock alock;
88 struct nlm_lock alock;
/freebsd/sys/nlm/
H A Dnlm_prot.h62 struct nlm_lock { struct
70 typedef struct nlm_lock nlm_lock; argument
76 struct nlm_lock alock;
86 struct nlm_lock alock;
93 struct nlm_lock alock;
99 struct nlm_lock alock;
415 extern bool_t xdr_nlm_lock(XDR *, nlm_lock*);
H A Dnlm_prot_xdr.c86 xdr_nlm_lock(XDR *xdrs, nlm_lock *objp) in xdr_nlm_lock()
H A Dnlm_prot_server.c48 nlm_convert_to_nlm4_lock(struct nlm4_lock *dst, struct nlm_lock *src) in nlm_convert_to_nlm4_lock()
H A Dnlm_advlock.c536 nlm_convert_to_nlm_lock(struct nlm_lock *dst, struct nlm4_lock *src) in nlm_convert_to_nlm_lock()
/freebsd/usr.sbin/rpc.lockd/
H A Dlock_proc.c383 nlmtonlm4(struct nlm_lock *arg, struct nlm4_lock *arg4) in nlmtonlm4()