Symbol: fme
usr/src/cmd/fm/modules/common/eversholt/fme.c
1036
serd_eval(struct fme *fmep, fmd_hdl_t *hdl, fmd_event_t *ffep,
usr/src/cmd/fm/modules/common/eversholt/fme.c
1321
upsets_eval(struct fme *fmep, fmd_event_t *ffep)
usr/src/cmd/fm/modules/common/eversholt/fme.c
1361
struct fme *nfmep;
usr/src/cmd/fm/modules/common/eversholt/fme.c
144
static void fme_eval(struct fme *fmep, fmd_event_t *ffep);
usr/src/cmd/fm/modules/common/eversholt/fme.c
145
static enum fme_state hypothesise(struct fme *fmep, struct event *ep,
usr/src/cmd/fm/modules/common/eversholt/fme.c
153
static void restore_suspects(struct fme *fmep);
usr/src/cmd/fm/modules/common/eversholt/fme.c
154
static void save_suspects(struct fme *fmep);
usr/src/cmd/fm/modules/common/eversholt/fme.c
155
static void destroy_fme(struct fme *f);
usr/src/cmd/fm/modules/common/eversholt/fme.c
1608
static int mark_arrows(struct fme *fmep, struct event *ep, int mark,
usr/src/cmd/fm/modules/common/eversholt/fme.c
1613
clear_arrows(struct event *ep, struct event *ep2, struct fme *fmep)
usr/src/cmd/fm/modules/common/eversholt/fme.c
1636
struct fme *fmep = NULL;
usr/src/cmd/fm/modules/common/eversholt/fme.c
1637
struct fme *ofmep = NULL;
usr/src/cmd/fm/modules/common/eversholt/fme.c
1638
struct fme *cfmep, *svfmep;
usr/src/cmd/fm/modules/common/eversholt/fme.c
166
static void destroy_fme_bufs(struct fme *fp);
usr/src/cmd/fm/modules/common/eversholt/fme.c
168
static struct fme *
usr/src/cmd/fm/modules/common/eversholt/fme.c
171
struct fme *fmep;
usr/src/cmd/fm/modules/common/eversholt/fme.c
183
static struct fme *
usr/src/cmd/fm/modules/common/eversholt/fme.c
184
fme_ready(struct fme *fmep)
usr/src/cmd/fm/modules/common/eversholt/fme.c
1852
struct fme *fmep;
usr/src/cmd/fm/modules/common/eversholt/fme.c
1913
print_suspects(int circumstance, struct fme *fmep)
usr/src/cmd/fm/modules/common/eversholt/fme.c
2137
static void publish_suspects(struct fme *fmep, struct rsl *srl);
usr/src/cmd/fm/modules/common/eversholt/fme.c
2239
trim_suspects(struct fme *fmep, struct rsl *begin, struct rsl *begin2,
usr/src/cmd/fm/modules/common/eversholt/fme.c
227
set_needed_arrows(struct event *ep, struct event *ep2, struct fme *fmep)
usr/src/cmd/fm/modules/common/eversholt/fme.c
246
unset_needed_arrows(struct event *ep, struct event *ep2, struct fme *fmep)
usr/src/cmd/fm/modules/common/eversholt/fme.c
262
static void clear_arrows(struct event *ep, struct event *ep2, struct fme *fmep);
usr/src/cmd/fm/modules/common/eversholt/fme.c
2766
publish_suspects(struct fme *fmep, struct rsl *srl)
usr/src/cmd/fm/modules/common/eversholt/fme.c
3117
fme_undiagnosable(struct fme *f)
usr/src/cmd/fm/modules/common/eversholt/fme.c
3179
struct fme *prev = NULL;
usr/src/cmd/fm/modules/common/eversholt/fme.c
3180
struct fme *fmep;
usr/src/cmd/fm/modules/common/eversholt/fme.c
3251
fme_set_timer(struct fme *fmep, unsigned long long wull)
usr/src/cmd/fm/modules/common/eversholt/fme.c
3291
fme_timer_fired(struct fme *fmep, id_t tid)
usr/src/cmd/fm/modules/common/eversholt/fme.c
3293
struct fme *ffmep = NULL;
usr/src/cmd/fm/modules/common/eversholt/fme.c
330
static struct fme *
usr/src/cmd/fm/modules/common/eversholt/fme.c
3319
save_suspects(struct fme *fmep)
usr/src/cmd/fm/modules/common/eversholt/fme.c
3347
restore_suspects(struct fme *fmep)
usr/src/cmd/fm/modules/common/eversholt/fme.c
3365
fme_eval(struct fme *fmep, fmd_event_t *ffep)
usr/src/cmd/fm/modules/common/eversholt/fme.c
3439
struct fme *nfmep;
usr/src/cmd/fm/modules/common/eversholt/fme.c
3521
static int triggered(struct fme *fmep, struct event *ep, int mark);
usr/src/cmd/fm/modules/common/eversholt/fme.c
3522
static enum fme_state effects_test(struct fme *fmep,
usr/src/cmd/fm/modules/common/eversholt/fme.c
3525
static enum fme_state requirements_test(struct fme *fmep, struct event *ep,
usr/src/cmd/fm/modules/common/eversholt/fme.c
3527
static enum fme_state causes_test(struct fme *fmep, struct event *ep,
usr/src/cmd/fm/modules/common/eversholt/fme.c
3531
checkconstraints(struct fme *fmep, struct arrow *arrowp)
usr/src/cmd/fm/modules/common/eversholt/fme.c
3599
triggered(struct fme *fmep, struct event *ep, int mark)
usr/src/cmd/fm/modules/common/eversholt/fme.c
3622
mark_arrows(struct fme *fmep, struct event *ep, int mark,
usr/src/cmd/fm/modules/common/eversholt/fme.c
3781
effects_test(struct fme *fmep, struct event *fault_event,
usr/src/cmd/fm/modules/common/eversholt/fme.c
3839
requirements_test(struct fme *fmep, struct event *ep,
usr/src/cmd/fm/modules/common/eversholt/fme.c
4060
causes_test(struct fme *fmep, struct event *ep,
usr/src/cmd/fm/modules/common/eversholt/fme.c
4173
hypothesise(struct fme *fmep, struct event *ep,
usr/src/cmd/fm/modules/common/eversholt/fme.c
458
struct fme *sfp, *fp;
usr/src/cmd/fm/modules/common/eversholt/fme.c
508
serialize_observation(struct fme *fp, const char *cls, const struct ipath *ipp)
usr/src/cmd/fm/modules/common/eversholt/fme.c
543
init_fme_bufs(struct fme *fp)
usr/src/cmd/fm/modules/common/eversholt/fme.c
564
destroy_fme_bufs(struct fme *fp)
usr/src/cmd/fm/modules/common/eversholt/fme.c
591
reconstitute_observations(struct fme *fmep)
usr/src/cmd/fm/modules/common/eversholt/fme.c
699
struct fme *fmep;
usr/src/cmd/fm/modules/common/eversholt/fme.c
76
static struct fme *Nfmep;
usr/src/cmd/fm/modules/common/eversholt/fme.c
86
struct fme *next; /* next exercise */
usr/src/cmd/fm/modules/common/eversholt/fme.c
922
destroy_fme(struct fme *f)
usr/src/cmd/fm/modules/common/eversholt/fme.c
973
fme_print(int flags, struct fme *fmep)
usr/src/cmd/fm/modules/common/eversholt/fme.h
102
void fme_timer_fired(struct fme *, id_t);
usr/src/cmd/fm/modules/common/eversholt/fme.h
91
struct fme;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_fm.c
105
(void) ddi_fm_acc_err_get(acc_handle, &fme, DDI_FME_VERSION);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_fm.c
108
return (fme.fme_status);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_fm.c
122
ddi_fm_error_t fme;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_fm.c
128
(void) ddi_fm_dma_err_get(dma_handle, &fme, DDI_FME_VERSION);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_fm.c
129
return (fme.fme_status);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_fm.c
99
ddi_fm_error_t fme;