Searched refs:fme (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_fm.c99 ddi_fm_error_t fme; local
105 (void) ddi_fm_acc_err_get(acc_handle, &fme, DDI_FME_VERSION);
108 return (fme.fme_status);
122 ddi_fm_error_t fme; local
128 (void) ddi_fm_dma_err_get(dma_handle, &fme, DDI_FME_VERSION);
129 return (fme.fme_status);
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.h25 * fme.h -- public definitions for fme module
91 struct fme;
102 void fme_timer_fired(struct fme *, id_t);
H A Dfme.c26 * fme.c -- fault management exercise module
50 #include "fme.h"
69 /* fme under construction is global so we can free it on module abort */
70 static struct fme *Nfmep;
79 static struct fme { struct
80 struct fme *next; /* next exercise */
81 unsigned long long ull; /* time when fme was created */
138 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 *fme
[all...]
H A DMakefile39 fme.c iexpr.c io.c ipath.c itree.c lut.c literals.c out.c platform.c \

Completed in 91 milliseconds