Lines Matching refs:fme

76 static struct fme *Nfmep;
85 static struct fme { struct
86 struct fme *next; /* next exercise */ argument
144 static void fme_eval(struct fme *fmep, fmd_event_t *ffep); argument
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);
155 static void destroy_fme(struct fme *f);
166 static void destroy_fme_bufs(struct fme *fp);
168 static struct fme *
171 struct fme *fmep; in alloc_fme()
183 static struct fme *
184 fme_ready(struct fme *fmep) in fme_ready()
227 set_needed_arrows(struct event *ep, struct event *ep2, struct fme *fmep) in set_needed_arrows()
246 unset_needed_arrows(struct event *ep, struct event *ep2, struct fme *fmep) in unset_needed_arrows()
262 static void clear_arrows(struct event *ep, struct event *ep2, struct fme *fmep);
330 static struct fme *
458 struct fme *sfp, *fp; in fme_fini()
508 serialize_observation(struct fme *fp, const char *cls, const struct ipath *ipp) in serialize_observation()
543 init_fme_bufs(struct fme *fp) in init_fme_bufs()
564 destroy_fme_bufs(struct fme *fp) in destroy_fme_bufs()
591 reconstitute_observations(struct fme *fmep) in reconstitute_observations()
699 struct fme *fmep; in fme_restart()
922 destroy_fme(struct fme *f) in destroy_fme()
973 fme_print(int flags, struct fme *fmep) in fme_print()
1036 serd_eval(struct fme *fmep, fmd_hdl_t *hdl, fmd_event_t *ffep, in serd_eval()
1321 upsets_eval(struct fme *fmep, fmd_event_t *ffep) in upsets_eval()
1361 struct fme *nfmep; in upsets_eval()
1608 static int mark_arrows(struct fme *fmep, struct event *ep, int mark,
1613 clear_arrows(struct event *ep, struct event *ep2, struct fme *fmep) in clear_arrows()
1636 struct fme *fmep = NULL; in fme_receive_report()
1637 struct fme *ofmep = NULL; in fme_receive_report()
1638 struct fme *cfmep, *svfmep; in fme_receive_report()
1852 struct fme *fmep; in fme_status()
1913 print_suspects(int circumstance, struct fme *fmep) in print_suspects()
2137 static void publish_suspects(struct fme *fmep, struct rsl *srl);
2239 trim_suspects(struct fme *fmep, struct rsl *begin, struct rsl *begin2, in trim_suspects()
2766 publish_suspects(struct fme *fmep, struct rsl *srl) in publish_suspects()
3117 fme_undiagnosable(struct fme *f) in fme_undiagnosable()
3179 struct fme *prev = NULL; in fme_close_case()
3180 struct fme *fmep; in fme_close_case()
3251 fme_set_timer(struct fme *fmep, unsigned long long wull) in fme_set_timer()
3291 fme_timer_fired(struct fme *fmep, id_t tid) in fme_timer_fired()
3293 struct fme *ffmep = NULL; in fme_timer_fired()
3319 save_suspects(struct fme *fmep) in save_suspects()
3347 restore_suspects(struct fme *fmep) in restore_suspects()
3365 fme_eval(struct fme *fmep, fmd_event_t *ffep) in fme_eval()
3439 struct fme *nfmep; in fme_eval()
3521 static int triggered(struct fme *fmep, struct event *ep, int mark);
3522 static enum fme_state effects_test(struct fme *fmep,
3525 static enum fme_state requirements_test(struct fme *fmep, struct event *ep,
3527 static enum fme_state causes_test(struct fme *fmep, struct event *ep,
3531 checkconstraints(struct fme *fmep, struct arrow *arrowp) in checkconstraints()
3599 triggered(struct fme *fmep, struct event *ep, int mark) in triggered()
3622 mark_arrows(struct fme *fmep, struct event *ep, int mark, in mark_arrows()
3781 effects_test(struct fme *fmep, struct event *fault_event, in effects_test()
3839 requirements_test(struct fme *fmep, struct event *ep, in requirements_test()
4060 causes_test(struct fme *fmep, struct event *ep, in causes_test()
4173 hypothesise(struct fme *fmep, struct event *ep, in hypothesise()