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

  /src/sys/fs/nfs/nlm/
sm_inter.h 51 struct sm_stat { struct
54 typedef struct sm_stat sm_stat; typedef in typeref:struct:sm_stat
79 #define SM_STAT ((unsigned long)(1))
86 extern struct sm_stat * sm_unmon_1(struct mon_id *, CLIENT *);
87 extern struct sm_stat * sm_unmon_1_svc(struct mon_id *, struct svc_req *);
89 extern struct sm_stat * sm_unmon_all_1(struct my_id *, CLIENT *);
90 extern struct sm_stat * sm_unmon_all_1_svc(struct my_id *, struct svc_req *);
105 extern bool_t xdr_sm_stat(XDR *, sm_stat*);
sm_inter_xdr.c 70 xdr_sm_stat(XDR *xdrs, sm_stat *objp)
nlm_prot_impl.c 1543 sm_stat smstat;
  /src/lib/librpcsvc/
sm_inter.x 80 struct sm_stat {
109 struct sm_stat_res SM_STAT(struct sm_name) = 1;
117 struct sm_stat SM_UNMON(struct mon_id) = 3;
120 struct sm_stat SM_UNMON_ALL(struct my_id) = 4;
  /src/usr.sbin/rpc.statd/
test.c 22 if (clnt_call(clnt, SM_STAT, xdr_sm_name, argp, xdr_sm_stat_res,
42 struct sm_stat *
45 static struct sm_stat res;
55 struct sm_stat *
58 static struct sm_stat res;
102 mon.mon_id.my_id.my_proc = 1; /* have it call sm_stat() !!! */
statd.h 102 struct sm_stat *sm_unmon_1_svc(mon_id *, struct svc_req *);
103 struct sm_stat *sm_unmon_all_1_svc(my_id *, struct svc_req *);
stat_proc.c 74 syslog(LOG_ERR, "invalid hostname to sm_stat: %s",
194 struct sm_stat *
197 static sm_stat smres;
234 struct sm_stat *
237 static sm_stat smres;

Completed in 35 milliseconds