Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c138 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() local
167 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() argument
185 EFMElist->next = fmep; in fme_ready()
[all …]