Home
last modified time | relevance | path

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

/freebsd/sys/nlm/
H A Dnlm_prot_impl.c1149 mon_id smmonid; in nlm_host_unmonitor() local
1162 smmonid.mon_name = host->nh_caller_name; in nlm_host_unmonitor()
1163 smmonid.my_id.my_name = "localhost"; in nlm_host_unmonitor()
1164 smmonid.my_id.my_prog = NLM_PROG; in nlm_host_unmonitor()
1165 smmonid.my_id.my_vers = NLM_SM; in nlm_host_unmonitor()
1166 smmonid.my_id.my_proc = NLM_SM_NOTIFY; in nlm_host_unmonitor()
1171 (xdrproc_t) xdr_mon, &smmonid, in nlm_host_unmonitor()