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

  /src/lib/librpcsvc/
sm_inter.x 58 struct mon_id {
65 struct mon_id mon_id;
117 struct sm_stat SM_UNMON(struct mon_id) = 3;
  /src/sys/fs/nfs/nlm/
sm_inter.h 33 struct mon_id { struct
37 typedef struct mon_id mon_id; typedef in typeref:struct:mon_id
40 struct mon_id mon_id; member in struct:mon
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 *);
102 extern bool_t xdr_mon_id(XDR *, mon_id*);
sm_inter_xdr.c 37 xdr_mon_id(XDR *xdrs, mon_id *objp)
51 if (!xdr_mon_id(xdrs, &objp->mon_id))
nlm_prot_impl.c 1153 mon_id smmonid;
1230 smmon.mon_id.mon_name = host->nh_caller_name;
1231 smmon.mon_id.my_id.my_name = "localhost";
1232 smmon.mon_id.my_id.my_prog = NLM_PROG;
1233 smmon.mon_id.my_id.my_vers = NLM_SM;
1234 smmon.mon_id.my_id.my_proc = NLM_SM_NOTIFY;
  /src/usr.sbin/rpc.statd/
stat_proc.c 103 arg->mon_id.mon_name);
105 arg->mon_id.my_id.my_name, arg->mon_id.my_id.my_prog,
106 arg->mon_id.my_id.my_vers, arg->mon_id.my_id.my_proc);
115 if (getaddrinfo(arg->mon_id.mon_name, NULL, NULL, &ai) != 0) {
117 arg->mon_id.mon_name);
123 if ((hp = find_host(arg->mon_id.mon_name, &h)) == NULL)
130 strncpy(lp->notifyHost, arg->mon_id.my_id.my_name,
132 lp->notifyProg = arg->mon_id.my_id.my_prog
    [all...]
test.c 43 sm_unmon_1(struct mon_id *argp, CLIENT *clnt)
98 mon.mon_id.mon_name = argv[1];
99 mon.mon_id.my_id.my_name = argv[1];
100 mon.mon_id.my_id.my_prog = SM_PROG;
101 mon.mon_id.my_id.my_vers = SM_VERS;
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 *);
  /src/usr.sbin/rpc.lockd/
lockd_lock.c 790 my_mon.mon_id.mon_name = hp->name;
791 my_mon.mon_id.my_id.my_name = localhost;
792 my_mon.mon_id.my_id.my_prog = NLM_PROG;
793 my_mon.mon_id.my_id.my_vers = NLM_SM;
794 my_mon.mon_id.my_id.my_proc = NLM_SM_NOTIFY;

Completed in 34 milliseconds