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

/freebsd-10.0-release/include/rpcsvc/
H A Dnlm_prot.x62 struct nlm_lock {
75 struct nlm_lock alock;
84 struct nlm_lock alock;
90 struct nlm_lock alock;
95 struct nlm_lock alock;
/freebsd-10.0-release/sys/nlm/
H A Dnlm_prot.h63 struct nlm_lock { struct
71 typedef struct nlm_lock nlm_lock; typedef in typeref:struct:nlm_lock
77 struct nlm_lock alock;
87 struct nlm_lock alock;
94 struct nlm_lock alock;
100 struct nlm_lock alock;
416 extern bool_t xdr_nlm_lock(XDR *, nlm_lock*);
H A Dnlm_prot_xdr.c90 xdr_nlm_lock(XDR *xdrs, nlm_lock *objp)
H A Dnlm_prot_server.c50 nlm_convert_to_nlm4_lock(struct nlm4_lock *dst, struct nlm_lock *src)
H A Dnlm_advlock.c532 nlm_convert_to_nlm_lock(struct nlm_lock *dst, struct nlm4_lock *src)
/freebsd-10.0-release/usr.sbin/rpc.lockd/
H A Dlock_proc.c386 * converts a struct nlm_lock to struct nlm4_lock
388 static void nlmtonlm4(struct nlm_lock *, struct nlm4_lock *);
391 struct nlm_lock *arg;
519 /* nlm_lock ---------------------------------------------------------------- */
540 log_from_addr("nlm_lock", rqstp);
869 * Purpose: non-monitored version of nlm_lock()
870 * Returns: as for nlm_lock()
871 * Notes: These locks are in the same style as the standard nlm_lock,
1016 /* nlm_lock ---------------------------------------------------------------- */

Completed in 129 milliseconds