Searched refs:fmep (Results 1 – 1 of 1) sorted by relevance
144 static void fme_eval(struct fme *fmep, fmd_event_t *ffep);145 static enum fme_state hypothesise(struct fme *fmep, struct event *ep,153 static void restore_suspects(struct fme *fmep);154 static void save_suspects(struct fme *fmep);171 struct fme *fmep; in alloc_fme() local173 fmep = MALLOC(sizeof (*fmep)); in alloc_fme()174 bzero(fmep, sizeof (*fmep)); in alloc_fme()175 return (fmep); in alloc_fme()184 fme_ready(struct fme *fmep) in fme_ready() argument191 EFMElist->next = fmep; in fme_ready()[all …]