Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/
H A Dgcpu.esc40 * Ereports for Simple error codes.
78 * Ereports for Compound error codes. These are in pairs "foo" and "foo_uc"
90 * Ereports for Compound error codes - generic memory hierarchy errors
98 * Ereports for Compound error codes - TLB errors
116 * Ereports for Compound error codes - memory hierarchy errors
129 * Ereports for Compound error codes - bus and interconnect errors
H A Dintel.esc33 * Ereports for Simple error codes.
69 * Ereports for Compound error codes. These are in pairs "foo" and "foo_uc"
79 * Ereports for Compound error codes - intel errors
87 * Ereports for Compound error codes - TLB errors
105 * Ereports for Compound error codes - memory hierarchy errors
118 * Ereports for Compound error codes - bus and interconnect errors
H A Damd64.esc614 * Ereports that should not normally happen and which we will discard
631 * Ereports for all of these can be generated by error simulation and
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dtree.c52 struct lut *Ereports; variable
141 lut_free(Ereports, NULL, NULL); in tree_fini()
142 Ereports = NULL; in tree_fini()
1146 &Ereports, Ereportcount, 0); in tree_decl()
1334 lut_walk(Ereports, (lut_cb)check_required_props, (void *)T_EREPORT); in tree_report()
1350 lut_walk(Ereports, (lut_cb)check_refcount, (void *)T_EREPORT); in tree_report()
H A Dtree.h321 extern struct lut *Ereports;
H A Dcheck.c231 } else if (tree_event2np_lut_lookup(Ereports, np) == NULL) { in check_reportlist()
542 lutp = Ereports; in check_propnames()
H A Dptree.c701 lut_walk(Ereports, (lut_cb)byname_printer, (void *)&info); in ptree_type_pattern()