HomeSort by: relevance | last modified time | path
    Searched refs:nlm_lock (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/librpcsvc/
nlm_prot.x 60 struct nlm_lock {
73 struct nlm_lock alock;
82 struct nlm_lock alock;
88 struct nlm_lock alock;
93 struct nlm_lock alock;
267 nlm_res NLM_LOCK(struct nlm_lockargs) = 2;
  /src/sys/fs/nfs/nlm/
nlm_prot.h 65 struct nlm_lock { struct
73 typedef struct nlm_lock nlm_lock; typedef in typeref:struct:nlm_lock
79 struct nlm_lock alock;
89 struct nlm_lock alock;
96 struct nlm_lock alock;
102 struct nlm_lock alock;
292 #define NLM_LOCK ((unsigned long)(2))
418 extern bool_t xdr_nlm_lock(XDR *, nlm_lock*);
nlm_prot_xdr.c 93 xdr_nlm_lock(XDR *xdrs, nlm_lock *objp)
nlm_prot_server.c 52 nlm_convert_to_nlm4_lock(struct nlm4_lock *dst, struct nlm_lock *src)
nlm_advlock.c 538 nlm_convert_to_nlm_lock(struct nlm_lock *dst, struct nlm4_lock *src)
  /src/usr.sbin/rpc.lockd/
lock_proc.c 66 static void nlmtonlm4(struct nlm_lock *, struct nlm4_lock *);
314 * converts a struct nlm_lock to struct nlm4_lock
317 nlmtonlm4(struct nlm_lock *arg, struct nlm4_lock *arg4)
319 (void)memcpy(arg4, arg, sizeof(nlm_lock));
441 /* nlm_lock ---------------------------------------------------------------- */
460 log_from_addr("nlm_lock", rqstp);
757 * Purpose: non-monitored version of nlm_lock()
758 * Returns: as for nlm_lock()
759 * Notes: These locks are in the same style as the standard nlm_lock,
879 /* nlm_lock ---------------------------------------------------------------- *
    [all...]

Completed in 33 milliseconds