Lines Matching refs:errh_flt
115 errh_async_flt_t errh_flt; in process_resumable_error() local
125 bzero(&errh_flt, sizeof (errh_async_flt_t)); in process_resumable_error()
126 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()
147 errh_handle_attr(&errh_flt); 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()
175 aflt = (struct async_flt *)&(errh_flt.cmn_asyncflt); 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()
201 (void) cpu_queue_one_event(&errh_flt); in process_resumable_error()
219 errh_async_flt_t errh_flt; in process_nonresumable_error() local
234 bzero(&errh_flt, sizeof (errh_async_flt_t)); in process_nonresumable_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()
251 aflt = (struct async_flt *)&(errh_flt.cmn_asyncflt); in process_nonresumable_error()
255 if (errh_flt.errh_er.attr & ERRH_ATTR_PIO) in process_nonresumable_error()
263 exec_mode = (errh_flt.errh_er.attr & ERRH_MODE_MASK) in process_nonresumable_error()
283 switch (errh_flt.errh_er.desc) { in process_nonresumable_error()
306 ((errh_flt.errh_er.attr & ERRH_ATTR_PIO) || in process_nonresumable_error()
307 (errh_flt.errh_er.attr & ERRH_ATTR_MEM))) { in process_nonresumable_error()
324 errh_handle_attr(&errh_flt); 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()
363 (void) cpu_queue_one_event(&errh_flt); in process_nonresumable_error()
376 if (errh_flt.errh_er.attr & ERRH_ATTR_MEM) in process_nonresumable_error()
377 errh_page_retire(&errh_flt, PR_UE); in process_nonresumable_error()