Lines Matching refs:MonList
98 MonList *lp;
126 lp = (MonList *)malloc(sizeof(MonList));
138 lp->next = hp->monList;
139 hp->monList = lp;
160 MonList *lp, *next;
161 MonList *last = NULL;
164 lp = hp->monList;
175 hp->monList = next;
294 * monList pointed to by the HostInfo is in normal memory.
295 * Hence if we read the monList before forking, we are
306 MonList *lp;
321 lp = hp->monList;