HomeSort by: relevance | last modified time | path
    Searched refs:MonList (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/rpc.statd/
statd.h 57 * lost after a re-boot. Hence the actual values of MonList * pointers
70 } MonList;
76 MonList *monList; /* List of clients to inform if we
stat_proc.c 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
    [all...]

Completed in 39 milliseconds