Home
last modified time | relevance | path

Searched refs:errh_er (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/os/
H A Derror.c131 errh_er_print(&errh_flt.errh_er, "RQ"); in process_resumable_error()
141 switch (errh_flt.errh_er.desc) { in process_resumable_error()
171 (long long) errh_flt.errh_er.desc); in process_resumable_error()
283 switch (errh_flt.errh_er.desc) { in process_nonresumable_error()
331 aflt->flt_addr = errh_flt.errh_er.ra; in process_nonresumable_error()
352 (long long) errh_flt.errh_er.desc); in process_nonresumable_error()
537 mem_scrub(errh_fltp->errh_er.ra, in cpu_async_log_err()
538 errh_fltp->errh_er.sz); in cpu_async_log_err()
595 errh_fltp->errh_er.sz - 1; in errh_page_retire()
598 if (errh_fltp->errh_er.sz == 0) in errh_page_retire()
[all …]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Derror.h142 errh_er_t errh_er; /* sun4v er record */ member