Searched defs:ecc_err_handler (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_ecc.c226 * to the ecc_err_handler() for reporting purposes.
228 * ecc_err_handler() gathers more state(via ecc_errstate_get) and attempts
229 * to handle and report the error. ecc_err_handler() must determine if we need
246 * ecc_delayed_ce() is called via timeout from ecc_err_handler() following
249 * be set by(ecc_err_handler()). If no CEs are present then it will re-enable
283 * IO detected ECC error interrupt handler, calls ecc_err_handler to post
284 * error reports and handle the interrupt. Re-entry into ecc_err_handler
303 ret = ecc_err_handler(&ecc_err);
356 * ecc_pci_check: Called by ecc_err_handler() this function is responsible
406 ecc_err_handler(ecc_errstate_ function
[all...]

Completed in 55 milliseconds