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

  /src/usr.sbin/rpc.lockd/
lockd_lock.h 7 enum nlm_stats getlock(nlm4_lockargs *, struct svc_req *, int);
8 enum nlm_stats unlock(nlm4_lock *, int);
lockd_lock.c 116 enum nlm_stats do_lock(struct file_lock *, int);
117 enum nlm_stats do_unlock(struct file_lock *);
214 enum nlm_stats
218 enum nlm_stats retval;
223 (enum nlm_stats)nlm4_denied_grace_period : nlm_denied_grace_period;
231 (enum nlm_stats)nlm4_denied_nolock : nlm_denied_nolocks;
238 (enum nlm_stats)nlm4_denied_nolock : nlm_denied_nolocks;
247 (enum nlm_stats)nlm4_denied_nolock : nlm_denied_nolocks;
257 (enum nlm_stats)nlm4_denied_nolock : nlm_denied_nolocks;
270 (enum nlm_stats)nlm4_denied_nolock : nlm_denied_nolocks
    [all...]
  /src/lib/librpcsvc/
nlm_prot.x 23 enum nlm_stats {
39 union nlm_testrply switch (nlm_stats stat) {
47 nlm_stats stat;
133 nlm_stats stat;
  /src/sys/fs/nfs/nlm/
nlm_prot.h 21 enum nlm_stats { enum
29 typedef enum nlm_stats nlm_stats; typedef in typeref:enum:nlm_stats
41 nlm_stats stat;
49 nlm_stats stat;
144 nlm_stats stat;
412 extern bool_t xdr_nlm_stats(XDR *, nlm_stats*);
nlm_prot_xdr.c 19 xdr_nlm_stats(XDR *xdrs, nlm_stats *objp)
nlm_prot_server.c 96 static enum nlm_stats
101 return (enum nlm_stats) src;

Completed in 12 milliseconds