Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/rpc.statd/
H A Dprocs.c205 lp->next = hp->monList; in sm_mon_1_svc()
206 hp->monList = lp; in sm_mon_1_svc()
231 lp = hp->monList; in do_unmon()
241 else hp->monList = next; in do_unmon()
354 if (hp->monList) in sm_simu_crash_1_svc()
403 lp = hp->monList; in sm_notify_1_svc()
H A Dfile.c123 if (!spare_slot && !hp->monList && !hp->notifyReqd) in find_host()
235 if (this_host->monList) in init_file()
238 this_host->monList = NULL; in init_file()
H A Dstatd.h81 MonList *monList; /* List of clients to inform if we */ member