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

  /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/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*);
  /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() !!! */

Completed in 30 milliseconds