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

  /src/sys/fs/nfs/nlm/
sm_inter.h 62 struct sm_stat_res { struct
66 typedef struct sm_stat_res sm_stat_res; typedef in typeref:struct:sm_stat_res
80 extern struct sm_stat_res * sm_stat_1(struct sm_name *, CLIENT *);
81 extern struct sm_stat_res * sm_stat_1_svc(struct sm_name *, struct svc_req *);
83 extern struct sm_stat_res * sm_mon_1(struct mon *, CLIENT *);
84 extern struct sm_stat_res * sm_mon_1_svc(struct mon *, struct svc_req *);
107 extern bool_t xdr_sm_stat_res(XDR *, sm_stat_res*);
sm_inter_xdr.c 88 xdr_sm_stat_res(XDR *xdrs, sm_stat_res *objp)
nlm_prot_impl.c 1154 sm_stat_res smstat;
1199 sm_stat_res smstat;
  /src/lib/librpcsvc/
sm_inter.x 89 struct sm_stat_res {
109 struct sm_stat_res SM_STAT(struct sm_name) = 1;
114 struct sm_stat_res SM_MON(struct mon) = 2;
  /src/usr.sbin/rpc.statd/
test.c 16 struct sm_stat_res *
19 static struct sm_stat_res res;
29 struct sm_stat_res *
32 static struct sm_stat_res res;
106 struct sm_stat_res *res;
statd.h 100 struct sm_stat_res *sm_stat_1_svc(sm_name *, struct svc_req *);
101 struct sm_stat_res *sm_mon_1_svc(mon *, struct svc_req *);
stat_proc.c 60 struct sm_stat_res *
63 static sm_stat_res smres;
92 struct sm_stat_res *
95 static sm_stat_res smres;
  /src/usr.sbin/rpc.lockd/
lockd_lock.c 769 struct sm_stat_res result;

Completed in 27 milliseconds