Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c144 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() local
173 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() argument
191 EFMElist->next = fmep; in fme_ready()
[all …]