Home
last modified time | relevance | path

Searched refs:sm_stat_res (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/nlm/
H A Dsm_inter.h59 struct sm_stat_res { struct
63 typedef struct sm_stat_res sm_stat_res; argument
77 extern struct sm_stat_res * sm_stat_1(struct sm_name *, CLIENT *);
78 extern struct sm_stat_res * sm_stat_1_svc(struct sm_name *, struct svc_req *);
80 extern struct sm_stat_res * sm_mon_1(struct mon *, CLIENT *);
81 extern struct sm_stat_res * sm_mon_1_svc(struct mon *, struct svc_req *);
104 extern bool_t xdr_sm_stat_res(XDR *, sm_stat_res*);
H A Dsm_inter_xdr.c84 xdr_sm_stat_res(XDR *xdrs, sm_stat_res *objp) in xdr_sm_stat_res()
H A Dnlm_prot_impl.c1151 sm_stat_res smstat; in nlm_host_unmonitor()
1196 sm_stat_res smstat; in nlm_host_monitor()
/freebsd/usr.sbin/rpc.statd/
H A Dtest.c10 struct sm_stat_res *
15 static struct sm_stat_res res;
26 struct sm_stat_res *
31 static struct sm_stat_res res;
121 struct sm_stat_res *res; in main()
H A Dprocs.c112 struct sm_stat_res *sm_stat_1_svc(sm_name *arg, struct svc_req *req) in sm_stat_1_svc()
114 static sm_stat_res res; in sm_stat_1_svc()
153 struct sm_stat_res *sm_mon_1_svc(mon *arg, struct svc_req *req) in sm_mon_1_svc()
155 static sm_stat_res res; in sm_mon_1_svc()
/freebsd/include/rpcsvc/
H A Dsm_inter.x43 struct sm_stat_res SM_STAT(struct sm_name) = 1;
48 struct sm_stat_res SM_MON(struct mon) = 2;
106 struct sm_stat_res { struct
/freebsd/usr.sbin/rpc.lockd/
H A Dlockd_lock.c2009 struct sm_stat_res sres; in monitor_lock_host()