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.c126 bcopy((char *)head_va, &(errh_flt.errh_er), in process_resumable_error()
131 errh_er_print(&errh_flt.errh_er, "RQ"); in process_resumable_error()
141 switch (errh_flt.errh_er.desc) { in process_resumable_error()
164 errorq_dispatch(errh_queue, &errh_flt.errh_er, in process_resumable_error()
171 (long long) errh_flt.errh_er.desc); in process_resumable_error()
180 aflt->flt_priv = (((errh_flt.errh_er.attr & ERRH_MODE_MASK) in process_resumable_error()
183 if (errh_flt.errh_er.attr & ERRH_ATTR_CPU) in process_resumable_error()
192 if (errh_flt.errh_er.attr & ERRH_ATTR_RQF) { in process_resumable_error()
236 bcopy((char *)head_va, &(errh_flt.errh_er), in process_nonresumable_error()
241 errh_er_print(&errh_flt.errh_er, "NRQ"); in process_nonresumable_error()
[all …]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Derror.h142 errh_er_t errh_er; /* sun4v er record */ member