Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rpc.statd/
H A Dprocs.c203 lp->next = hp->monList; in sm_mon_1_svc()
204 hp->monList = lp; in sm_mon_1_svc()
229 lp = hp->monList; in do_unmon()
239 else hp->monList = next; in do_unmon()
352 if (hp->monList) in sm_simu_crash_1_svc()
401 lp = hp->monList; in sm_notify_1_svc()
H A Dfile.c121 if (!spare_slot && !hp->monList && !hp->notifyReqd) in find_host()
233 if (this_host->monList) in init_file()
236 this_host->monList = NULL; in init_file()
H A Dstatd.h79 MonList *monList; /* List of clients to inform if we */ member