Searched refs:fmep (Results 1 – 1 of 1) sorted by relevance
138 static void fme_eval(struct fme *fmep, fmd_event_t *ffep);139 static enum fme_state hypothesise(struct fme *fmep, struct event *ep,147 static void restore_suspects(struct fme *fmep);148 static void save_suspects(struct fme *fmep);165 struct fme *fmep; in alloc_fme() local167 fmep = MALLOC(sizeof (*fmep)); in alloc_fme()168 bzero(fmep, sizeof (*fmep)); in alloc_fme()169 return (fmep); in alloc_fme()178 fme_ready(struct fme *fmep) in fme_ready() argument185 EFMElist->next = fmep; in fme_ready()[all …]