Searched refs:mon_id (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/include/rpcsvc/
H A Dsm_inter.x57 struct sm_stat SM_UNMON(struct mon_id) = 3;
81 struct mon_id {
88 struct mon_id mon_id;
/freebsd-9.3-release/sys/nlm/
H A Dsm_inter.h31 struct mon_id { struct
35 typedef struct mon_id mon_id; typedef in typeref:struct:mon_id
38 struct mon_id mon_id; member in struct:mon
84 extern struct sm_stat * sm_unmon_1(struct mon_id *, CLIENT *);
85 extern struct sm_stat * sm_unmon_1_svc(struct mon_id *, struct svc_req *);
100 extern bool_t xdr_mon_id(XDR *, mon_id*);
H A Dsm_inter_xdr.c35 xdr_mon_id(XDR *xdrs, mon_id *objp)
49 if (!xdr_mon_id(xdrs, &objp->mon_id))
H A Dnlm_prot_impl.c1145 mon_id smmonid;
1222 smmon.mon_id.mon_name = host->nh_caller_name;
1223 smmon.mon_id.my_id.my_name = "localhost";
1224 smmon.mon_id.my_id.my_prog = NLM_PROG;
1225 smmon.mon_id.my_id.my_vers = NLM_SM;
1226 smmon.mon_id.my_id.my_proc = NLM_SM_NOTIFY;
/freebsd-9.3-release/usr.sbin/rpc.statd/
H A Dtest.c47 struct mon_id *argp;
112 mon.mon_id.mon_name = argv[1];
113 mon.mon_id.my_id.my_name = argv[1];
114 mon.mon_id.my_id.my_prog = SM_PROG;
115 mon.mon_id.my_id.my_vers = SM_VERS;
116 mon.mon_id.my_id.my_proc = 1; /* have it call sm_stat() !!! */
H A Dprocs.c160 if ((err = sm_check_hostname(req, arg->mon_id.mon_name)) == 0)
169 syslog(LOG_DEBUG, "monitor request for host %s", arg->mon_id.mon_name);
171 arg->mon_id.my_id.my_name,
172 arg->mon_id.my_id.my_prog,
173 arg->mon_id.my_id.my_vers,
174 arg->mon_id.my_id.my_proc);
181 if (getaddrinfo(arg->mon_id.mon_name, NULL, NULL, &ai) != 0)
183 syslog(LOG_ERR, "Invalid hostname to sm_mon: %s", arg->mon_id.mon_name);
187 if ((hp = find_host(arg->mon_id.mon_name, TRUE)))
196 strncpy(lp->notifyHost, arg->mon_id
[all...]
/freebsd-9.3-release/usr.sbin/rpc.lockd/
H A Dlockd.c1016 mon_host.mon_id.my_id.my_name = localhost;
1017 mon_host.mon_id.my_id.my_prog = NLM_PROG;
1018 mon_host.mon_id.my_id.my_vers = NLM_SM;
1019 mon_host.mon_id.my_id.my_proc = NLM_SM_NOTIFY; /* bsdi addition */
H A Dlockd_lock.c2070 smon.mon_id.mon_name = nhp->name;
2071 smon.mon_id.my_id.my_name = "localhost";
2072 smon.mon_id.my_id.my_prog = NLM_PROG;
2073 smon.mon_id.my_id.my_vers = NLM_SM;
2074 smon.mon_id.my_id.my_proc = NLM_SM_NOTIFY;
2108 struct mon_id smon_id;

Completed in 119 milliseconds